| Thread | Last Post | Replies |
|
| Visual Web Developer 2005 Express SCREWS UP YOUR CODE on PURPOSE...STOP TOUCHING MY CODE, MICROSOFT!!!! | 29 Aug 2004 16:29 GMT | 8 |
DEAR MICROSOFT: STOP TOUCHING MY CODE!!!!!! Stop ADDING these attributes to my tags meta:resourcekey="LiteralResource3"
|
| Remoting performance binary over HTTP | 27 Aug 2004 21:57 GMT | 3 |
(I previously posted to dotnet.framework.remoting but got no replies.) I have been doing some Remoting vs. Web Services tests for the architecture of a new project. I have performed my
|
| what is native optimization? | 27 Aug 2004 17:25 GMT | 1 |
can somebody explain what native optimization means? Thanks
|
| Setting objects to Nothing uses less memory! | 26 Aug 2004 19:08 GMT | 31 |
I have noticed in a lot of code samples that people are using the SomeObject = Nothing line. But I couldn't find a definitive answer anywhere to, does this make a difference, or is it a throwback to VB6. So I have decided to write a little test application.
|
| Is there a Wishlist for CLRProfiler? | 26 Aug 2004 11:06 GMT | 3 |
I have a few ideas on improvements to CLRProfiler and need to know where to send them.
|
| Garbage Collector questions | 26 Aug 2004 08:30 GMT | 15 |
we have developed a very large remoting application in c#. The GUI has a MDI using the standard WinForm MDI container. Now what we experience is that opening a (rich) databound dialog can take between 1 and 15 seconds. First we couldn't explain this variation in time since the ...
|
| Monitoring function calls | 25 Aug 2004 12:22 GMT | 2 |
Is there any way in C# .NET to monitor an application, and keep a log of all the activity it does... e.g. functions called, objects initialised and most importantly - the parameters being passed to the functions.
|
| Worker Process Restarts | 24 Aug 2004 10:50 GMT | 3 |
I have the machine.config "memory limit" for the worker process to restart after 10% of memory (255mb) is used. This has always been plenty but now the worker process is using that much memory every 30 minutes and restarting...thus killing sessions and wreaking havoc on some ...
|
| Reflection Performance Question. | 21 Aug 2004 16:09 GMT | 8 |
hi all. I am creating an application in which I map tables to objects. For the GetAll function, Instead of:
|
| What's the best practice to pass dataset object? | 20 Aug 2004 19:09 GMT | 6 |
I am looking for best practice on passing dataset object around, should it be passed by reference or by value. What gives the best performance, how does it works internally when you pass by value? Please advice, thanks
|
| JIT compiler optimizations (inlining threshold too low?) | 18 Aug 2004 17:24 GMT | 6 |
I noticed that the performance of the JIT optimizer has not improved as much as I had hoped since 1.1. Delegates are much faster, but especially inlining and subsequent optimizations still do not happen often enough. I attached a small example. Its two different methods to do a ...
|
| Reading MS Application Center Test | 16 Aug 2004 19:10 GMT | 1 |
Could anyone teach me how to read the following ACT result? The performance result for my web application seems like very poor. Could you please guide me how to improve the performance based on the result? Here is the result. Application Center Test
|
| CPU Usage | 13 Aug 2004 18:19 GMT | 2 |
I want my application to be stable and should slow down if CPU usage is too high. How can I moniter CPU Usage %?
|
| Multi-threaded app and Thread Safety. | 13 Aug 2004 08:09 GMT | 2 |
I have a windows service that spawns multiple threads running a thing that does a bunch of processing. Here's the code that spawns the threads: m_totalThreads=Convert.ToInt32(Settings.GetSetting("ProcessorThreads")); m_executingThreads=new Thread[m_totalThreads];
|
| Error creating window handle | 11 Aug 2004 14:59 GMT | 1 |
I am working on a windows application (C#) which has number of tab pages and each tab page contains large number of controls (labels, text boxes, buttons etc). After facing the window creation problem, I came to know that the maximum
|