Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Performance / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
compact managed heap12 Oct 2004 19:55 GMT7
I've got an application, which has the following performance counters:
.NET CLR Memory\# Total committed Bytes = 12 MB
.NET CLR Memory\# Bytes in all heaps = 2,5 MB.
This means, that about 10 MB of memory is not used, but allocated.
Free up memory used by dataset10 Oct 2004 10:01 GMT4
The code:
DataSet ds = new DataSet();
OleDbAdapter da = new OleDbAdapter(sqltext, connection);
da.Fil(ds, "foo");
Prob in Ngen  Com Addin.09 Oct 2004 00:24 GMT3
I'm not sure i'm posting the question in the right grp..if not pls
redirect me to correct location..
Here is my problem.I know that by producing the native image of an
assembly ,i can reduce the startup time and i experienced that with a
passing ArrayLists to DB08 Oct 2004 18:35 GMT1
I have to pass large objects (class intances) to SQL 2000 DB. The objects
usually contains ArrayLists of other objects (also classes intances). The
objects are returning from the client and some of their data was maybe
modified by the user. The final update is being done using ...
Deleting and recreating perf-counter categories08 Oct 2004 16:32 GMT1
If I programatically delete and recreate my performance counter categories
with each application session, I'm unable to call certain methods on the
actual perf counters themselves, like NextValue() -- these methods throw an
InvalidOperationException with "Category not found" as ...
Tracing: "End ProcessPostData" and "Begin Page_Load"06 Oct 2004 08:17 GMT2
I have placed Trace.Write() at the begining of the Page_Load method. Here is
trace log:
     aspx.page Begin Init
     aspx.page End Init 0.005577 0.005577
Huge memory usage problem.04 Oct 2004 20:04 GMT2
I have a windows form application which has a simple
buttons toolBar, menuItem and a tab control with 3 tab
pages each holding a treeView and a listView.
When I checked to see how much memory usage my
Has anybody succesfully used VB.NET on Oracle on UNIX ? 03 Oct 2004 10:46 GMT14
Our client has just decided to migrate from SQLServer2k to Oracle 9i on AIX.
We are considering what development tool / language as the application/
front end platform. We almost decide to use VB.NET,  because current skill
is VB 6. Its just more like human resources application and ...
how to: decrease the size of serialized objects?02 Oct 2004 16:15 GMT7
when i serialize objects,
they seem to get 100 times the original size.
how can i decrease the size of serialized objects?
assaf
Large directories... DirectoryInfo or Win32 API?01 Oct 2004 23:14 GMT5
I have a situation where I have several directories each containing hundreds
of thousands of files. I have written a program which looks at each file in a
directory, moves it to a subdirectory of a more manageable size, and updates
the file location in our database. I initially ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.