| Thread | Last Post | Replies |
|
| Why does my drag slowly? | 30 Jul 2004 05:30 GMT | 4 |
I posted this earlier in the framework.windowsforms newsgroup, but in light of our deadline and the fact that this is very likely a performance-related issue, I'm looking for clues here as to what may be possible causes for slow window dragging. Our app is a skinned app, and until ...
|
| SmartNavigation = True But Flickers!!! | 29 Jul 2004 15:33 GMT | 1 |
I have developed an ASP.NET application. I placed SmartNavigation = True. Even then, when I browse my .aspx page, it is flickering. I am using IE 6.0 Can anyone explain me??
|
| TCPClient Performance Severly Lags Behind VB6 Winsock | 23 Jul 2004 19:05 GMT | 2 |
I'm writing a connector for a client to replace an old VB6 system. The connector works, but is several times slower than the older VB6 connector. I have isolated the problem to be in the connection to the server. All we are doing is sending a input stream to the server and
|
| MSCORWKS loaded instead of MSCORSVR on MP-Machine | 23 Jul 2004 18:11 GMT | 14 |
I've deployed a service hosting some classes for remoting. It's a NT-Service and it runs on a dual-processor win2003 server. Using the Process explorer It's quite obvious that the runtime loads the MSCORWKS instead of the MSCORSVR. Shouldn't the runtime load the
|
| Framework is slow to open text files for append access | 22 Jul 2004 00:14 GMT | 3 |
I've got a server that appends text to the end of a file whenever it does anything. If I close the file after each write, the server runs like a dog. If I don't it's fine, but the fact that the file is then permanently open for writing bothers me - like I can't delete it unless I ...
|
| MsWord VBA Client To Com Server To .Net Remoting - UnFamiliarType err | 18 Jul 2004 04:34 GMT | 1 |
we have Ms Word XP, we have to automate word to start a C# application. we coded a C# dll as a COM server and the COM Server calls to the server application .Net written with remoting over tcp.
|
| String Concatenation in VB.NET | 17 Jul 2004 18:35 GMT | 6 |
Is there a performance issue with using & to do string concatenation versus using the String.Concat method? What is the best practice for doing string concatenation in VB.NET?
|
| Interested in trading ? | 17 Jul 2004 15:49 GMT | 2 |
Hi group I have one ebook for (ebook)-70-315 MCSD MCAD -- Develop & Implement Web Apps with C#.pdf (www.correctexams.com)
|
| Fisrt Time | 17 Jul 2004 15:26 GMT | 7 |
I have a very strange problem, I know I have to expect that first time loading of a .NET application will take some extra time, but how can I open a Splash during that time?It takes at least 5 seconds until my sub Main process first line, I tried to put in cache the assemblies ...
|
| Loading large files | 17 Jul 2004 15:11 GMT | 7 |
I'm trying to make a 3D transformation with image data. For the 3rd 1 D transformation I have to jump in a 12Gbyte file, to get the data for the transformation. The jumpimg in the file cost a lot of time. I am doing the filehandling with help of the filestream and binaryreader class ...
|
| Load Balancing | 16 Jul 2004 23:50 GMT | 1 |
All, This is probably the wrong forum, but I cannot find a general web environment design/scaling newsgroup. We are needing a load balancing solution for our SSL servers. We have been using a DNS round robin for the regular sites and it's a cheap way to accomplish load balancing. ...
|
| Thread pool and HTTPRequest | 16 Jul 2004 20:32 GMT | 2 |
I'm trying to use the .Net httpWebRequest objects to make asynch calls. I'm creating a crawler and I'm hoping to increase performance. Initially I was running into thread pooling issues but was able to find a way to increase the default 25 threads. This has partially solved my ...
|
| Performance... Need clarification | 16 Jul 2004 19:13 GMT | 4 |
Is it necessary to dispose the objects created in procedure be disposed manually? Why can't we just rely on the GC to do the job? For example: I have this:
|
| Best way To Reference Shared Assembly? | 16 Jul 2004 14:13 GMT | 5 |
I've built an assembly that's going to be deployed to the global assembly cache of a few servers and I'm wondering what the best way to reference it is? I've deployed the assembly to my local machine's GAC and currently reference it in an app's web.config file within the ...
|
| Allocation profiler and unmanaged types | 15 Jul 2004 16:05 GMT | 3 |
I need similiar tool like Allocation Profiler but that will check also unmanaged code allocations (my projects consists of managed and unmanaged code). Is there something like this? Regards,
|