Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet performance > december 2006

.NET and multithread networks server application
Posted by Cube at 12/14/2006 2:10:27 PM
Hi, I have developed large multithreaded network application using Win32 and Winsock in the past connecting to an SQL db. How fast and robost is .NET 2.0 for creating a similar application? I need to create an client and server application. The client application consists of C# Window.for...more >>

Generic collections vs. arrays on structs vs. class
Posted by buu at 12/13/2006 8:32:40 PM
I started working on a performance demanding app. I created structures that I put into an Array. Then I realized that arrays are byref objects, while struct is byval. Now, I presumed, that managing these objects would be faster if I would use class instead of structure, cause I can send a ref...more >>

How to know a class 's size?
Posted by Kevien Lee at 12/11/2006 8:37:35 PM
If there are some int,string ,ushort filed in a class,How to find out how it would cost of the memery? ...more >>

C# System.String Memory Usage
Posted by mwhalber NO[at]SPAM gmail.com at 12/8/2006 4:04:52 AM
Hi, I have created a service which parses real-time prices from one format into another. This is all working very quickly and nicely, however, I have recently found that the memory usage is astronomical after a few hours. (1.5-2 Gig) After a good amount of digging I found that the memory ...more >>

performance of dual core processors for .NET
Posted by Sridhar at 12/7/2006 6:53:00 PM
Hi, I am not sure if this is the right group to ask this question. I thought may be some of you might have answer to my question. Now that said, here is my question. I am planning to purchase dual core processor desktop for .NET application development. The processor is intel dual core...more >>

threads
Posted by smarty at 12/6/2006 11:49:00 PM
Hi, I am trying to monitor the number of threads being used on multiple calls a web service and files available for dowload through http. Q1. What is the difference between process:inetinfo:thread count and process:w3wp:thread count? Q2. Is this the right counter to measure threads in...more >>

Performance Counters
Posted by Barzot at 12/1/2006 12:08:15 AM
Hi, I'm developping a software, in C# 2.0 with Visual Studio 2005. Here is my problem, I'm doing a performance counting of my exceptions with PerfMon.exe to see the number of exceptions thrown by my soft. At a specific action in my program, "switching tabs and gettin new data", PerfMon indi...more >>



DevelopmentNow Blog