| Thread | Last Post | Replies |
|
| threads | 25 Dec 2006 11:33 GMT | 7 |
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?
|
| Performance Counters | 20 Dec 2006 15:17 GMT | 1 |
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",
|
| Passing Data Between Tiers | 19 Dec 2006 17:26 GMT | 4 |
We are currently designing an n-tier web app in NET 2.0 (C#). There will be UI, Business, and Data Access tiers. Initially, they will all exist on the same server and in the same process, but we want to be able to break off tiers to other servers in the future if the need arises.
|
| How to know a class 's size? | 14 Dec 2006 10:26 GMT | 4 |
If there are some int,string ,ushort filed in a class,How to find out how it would cost of the memery?
|
| C# vs C | 07 Dec 2006 22:54 GMT | 13 |
I have a calculation library written in C compiled into a DLL. I now need to move into the .NET world and would like som advise on this. One option would be to keep the C-code in the current dll and call it directly from C#. This would require marshalling of some structs etc
|
| C# Struct vs Class | 04 Dec 2006 21:04 GMT | 7 |
I have used in my program a class which is similar like this class test { int i; int j;
|
| Diagnosing Application Hang... | 02 Dec 2006 08:03 GMT | 2 |
I have a problem with an application which randomly hangs on site. The symptoms are that the user will click a button - which normally would open a new form (which inevitably will create a socket connection back to a server using remoting) - but just hangs. Sometimes the ...
|