all groups > dotnet framework > april 2004 > threads for friday april 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
.Net performance enhansement
Posted by Kovan Akrei at 4/30/2004 8:14:37 PM
Hi,
What is the default heap size in CLR?
Does CLR take any options (as in JVM) to optimize the performance of a
mulithreaded application? For exmple increasing heap size.
How do I increase performance of the following application (test program)
public class DummyThread{
private Thread... more >>
Memory problem.....asp.net
Posted by SPG at 4/30/2004 7:13:47 PM
Please look at my problem below, wherein I am struck from the past 10 days.
I have an ASP.NET app where I am downloading an excel file, very large
indeed.
After this my inetinfo.exe process is blocking around 20 MB of memory. This
memory is not getting released.
Also, aspnet_wp.exe is exhaustin... more >>
Sorted datagrid on a form and display selected row on a dialog-HELP
Posted by kll at 4/30/2004 6:26:02 PM
I have been on newsgroup for week. I have seen anything that will help me. Basically, I have a form with a datagrid that can be sorted or unsorted (it is up to the user). Then, I display the data of the selected row in textboxes on dialog that execute by the user press a button. The following co... more >>
Help - Best approach using Shared Classes ?
Posted by Paul at 4/30/2004 5:09:39 PM
Hi.
Just trying to find out the best approach as I beleive it might give me
problems later on down the road.
I have an ASP.NET application which references a shared database class which
contains methods for serialising and de-serialising objects to the database
storage. I put this as a shar... more >>
share structure beetwneen dataset
Posted by silenius at 4/30/2004 3:29:53 PM
hi
is there a way for two datasets to share the same structure?
I want to do this to reduce memory usage. because I use a lot of small
dataset wich use the same structure.
thanks
... more >>
How do you think about OODBMS in .NET system?
Posted by drawtree NO[at]SPAM hotmail.com at 4/30/2004 1:27:06 PM
Hi.
I was finding a simple way to save objective and relational data.
I guessed about SQL Server, but it's too complex and needs more codes
about non-logic.
My data is a game design data, so it is complex model and needs
hierarchy. And also, it contains big (1024x1024) bitmap image data. As... more >>
Performance Issue (Winforms)
Posted by James Hancock at 4/30/2004 12:46:56 PM
I have a very weird thing happening:
I have a Pentium M 1.7 ghz Dell Laptop here and a P4 3.2 GHZ Hyperthreaded
machine. Both have 1 gig of ram. the P4 3.2 GHZ has a 15,000 rpm scsi drive
in it. (translation, WAY FAST)
The strange thing is that our project uses very large winforms (couple... more >>
How handle exit event in a console application.
Posted by Jean-Francois Hamelin at 4/30/2004 10:08:47 AM
Hi,
I have an console application, in the main when all my initializations are
done I wait for a user input to terminate the application. Since the
application is a console the user and click on the X to close the console,
when this occurs I have not able to gracefully shutdown my applications... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problems installing dotnet sp2
Posted by powellmw NO[at]SPAM comcast.net at 4/30/2004 9:05:54 AM
Hello,
I am trying to install the dotnet SP2, however, I am receiving the
following error.
"The upgrade patch cannot be installed by the Windows Installer
service because the program to be upgraded may be missing, or the
upgrade patch may update a different version of the program. Verify
t... more >>
Password problem of MS Access
Posted by Arsalan Ahmad at 4/30/2004 9:01:43 AM
Hi all,
I have a MS Access database (say abc.mdb). I have set the database password
and admin password to "abcdefg" (say). The problem is that when I create a
simple application (a form-based application or asp.net application) and try
to connect to the database using ado.net i get following e... more >>
how to assign xml perfix with xml attributes?
Posted by AA at 4/30/2004 4:17:07 AM
hi! :)
How can I assign xml prefix using attributes?
For example:
I have this class
Public Class Employee
Public Name as String = ""
Public LastName as String = ""
End Class
When I serialize this object the result is
<Employee>
<Name/>
<LastName/>
</Employee>
B... more >>
Get Display Monitor Size
Posted by Utkal Ranjan via .NET 247 at 4/30/2004 3:43:08 AM
(Type your message here)
How can I get my display monitor size(whether it is 14 inch/15 inch/17 inch) ???? I want to change my monitor resolution according to the monitor size...
Thanx in Adv.
--------------------------------
From: Utkal Ranjan
-----------------------
Posted by a user fr... more >>
How to unload an assembly that is loaded with Assembly.LoadForm
Posted by Lloyd Sheen at 4/30/2004 12:01:59 AM
I am having trouble gettting an assembly loaded with Assembly.LoadFrom.
I can get the assembly call the method I need to call. Now I want to unload
the assembly. I need to do this so that the user can (thru my app) create a
new version of the assembly. The app will call a predetermined metho... more >>
|