| Thread | Last Post | Replies |
|
| Memory Cleanup for Hashtables | 31 Aug 2006 20:57 GMT | 12 |
I am working on a tool which compares log files from different servers. The application allows comparision of data from 2 servers at a time. A max of 120 logs are compared in one go. To make things simpler, I am loading the data of the servers in 2 huge hash tables and then ...
|
| CountPerTimeInterval32 performance counter - how to use it? | 29 Aug 2006 10:58 GMT | 5 |
I would like to create a performance counter showing average number of event occurrences per minute. Is the CountPerTimeInterval32 the right type of counter? It requires a "base counter" and I found no example on how to use those both together.
|
| max # threads for app pool | 26 Aug 2006 00:13 GMT | 2 |
Is there a configurable max # of threads for an app pool ?
|
| Compare Two Strings | 10 Aug 2006 18:38 GMT | 1 |
i have two strings .in first string a word file is there and the second string a html file is there.now i want to compare to both string if some word missing in second string then it should be highlight by color change.becaz it's a testing purpose tool
|
| help!!!! PLease!!!!!!!!!!! | 06 Aug 2006 14:33 GMT | 1 |
please help me! I really need your help! I developed the addin in MS word 2003 using VC++ 2005+ATL. I cannot solve the problem for three days: when I compile:
|
| Stress Testing - How To? | 04 Aug 2006 11:25 GMT | 2 |
I am looking for information on how we can stress test our web service. I want to simulate a load and different lookups to test our web servers, databases and the service performance itself. Any help you can provide would be much appreciated.
|
| Compiler optimization, which one is faster? or are they even? | 04 Aug 2006 02:47 GMT | 2 |
How does the .NET compiler optimize it's code? I have to do searches by a property in a SortedList with a key that is not the property I have to make my search on.... Is there a performance difference (in release or debug mode) between those listings? even if the
|
| Asynchronous web request not working properly. | 03 Aug 2006 08:05 GMT | 4 |
I am having application which i downloaded from net and modified some part. I am posting my code :- private static int mrunning = 0;
|
| Single assembly or multiple assemblies for big apps? | 02 Aug 2006 01:56 GMT | 9 |
I have a question about .NET code sharing and reuse, and also about application design best practices / guidelines. Currently, we have many different .NET projects in source depot. Although they are different, in some of them we share C# code by referencing source
|