| Thread | Last Post | Replies |
|
| very slow debugging in vs 2005 | 30 Jun 2006 22:34 GMT | 8 |
While debugging a solution in vb.net 2005 that has about 20 projects in it it takes an enourmous amount of time to run through the code lines. Pressing shift+f8 always is a struggle to move to the next line. Any ways to improve debugging performance?
|
| DataSet and best practice in 2.0 | 27 Jun 2006 16:09 GMT | 12 |
There appear to have been numerous enhancements to the way DataSet is serialized in 2.0 but it appears like it is still a big performance hit when using with web services. is it still recommended to use a strongly typed collection or array instead of DS to be moved across app
|
| Out Of memory Exception | 25 Jun 2006 18:22 GMT | 4 |
Our application is a windows service (remoting) .net v1.1. We are trying to serialize the data table to send it across the wire to the clients. We are using data table surrogate to send it across the wire. The problem we are facing is that when the service comes up there could ...
|
| which performance counter is used for memory limit set in machine.config | 23 Jun 2006 23:14 GMT | 2 |
I got this error message in the app event "aspnet_wp.exe (PID: 2036) was recycled because memory consumption exceeded the 1125 MB (55 percent of available RAM)", I understand that the 55% is what I set (changing from default of 60%) in the machine.config's memory_limit entry. My ...
|
| Application startup time | 20 Jun 2006 22:12 GMT | 6 |
We're finishing our Windows Forms application, using .NET 2.0. Our application is really big, about 1,000,000 lines of code and some 400+ forms and user controls. Startup time is really slow, although we're not doing much at all, just showing the login screen. Also, during
|
| Alternative to Dataset?? | 16 Jun 2006 08:14 GMT | 3 |
I am part of a team building a stock exchange software - Order Management system'. The current system that we have supports 200,000 orders per day. All of this data is needed in memory.Ofc ourse this system was built in
|
| GC Handle leaks.... | 14 Jun 2006 12:12 GMT | 3 |
I need some advice on the use of 'Son Of Strike' (sos.dll) and output in WinDbg. The background is that I have a multithread windows service developed in 1.1 .Net (C#) that use a lot of interop to talk to some legacy COM dll's and
|
| Configuring More Than Two HttpWebRequests To The Same Host? | 13 Jun 2006 18:56 GMT | 2 |
I'm writing a C# application for .NET 2.0 in which I intend a number of background worker threads to be conveying information from our SQL Server database to a legacy database via HTTP GET requests. Each worker thread runs the following code in a loop:
|
| Speed - C++ or Delphi Native Code performance vs. .NET | 12 Jun 2006 16:40 GMT | 2 |
I have been curious for some time as to the relative performance of .NET code compared to Delphi or C++ native code. Is there a significant difference between code generation from one CPU to the next in .Net? For instance, if I compiled a native Delphi
|