Showing results for September 2006 - .NET Blog

Sep 28, 2006
0
0

My application seems to hang. What do I do? – Part 1

maoni
maoni

Defining “hang” is a good place to start.   When people say “hang” they could mean all sorts of things. When I say “hang” I mean the process is not making progress – the threads in the process are either blocked (eg. deadlocked, or not scheduled because of threads from other processes) or executing code (madly) but not doing ...

.NET
Sep 18, 2006
0
0

Developing Web Applications on Windows Vista with Visual Studio 2005

Web Development Tools Microsoft
Web Development Tools Microsoft

Hey Web Developers -- My name is Bradley Millington and I am a Program Manager on the WebTools team.  Lately I've been looking at opportunities for future versions of Visual Studio to better integrate with Windows Vista and IIS 7.0.  In the meantime, however, you can use Visual Studio 2005 to start developing on ...

ASP.NET
Sep 1, 2006
0
0

Understand the problem before you try to find a solution

maoni
maoni

So far I’ve never written a blog entry that gives out philosophical advices on doing performance work. But lately I thought perhaps it’s time to write such an entry because I’ve seen enough people who looked really hard at some performance counters (often not correct ones) or some other data and asked tons of questions such as “is this ...

.NET