A question on the discussion groups a couple of weeks ago: how to find out which processes are running managed code, and which version of the CLR? Here's the answer: using System; using System.ComponentModel; using System.Diagnostics; class Proc { public static void Main() { Console.WriteLine( " {0,-20}
Similar Posts
Introduction To some people, debugging has a bad connotation. And in quite some cases I can imagine why. Lots of people find it frustrating to chase down
Introduction Everyone knows the problem of files being in use during installations of software. In the pre Windows Vista ages, a simple yet efficient
Sometimes something goes wrong with your program and you want to investigate why. You can start Visual Studio, choose Debug- Attach to Process and choose
Introduction Internet Explorer 7 introduces a unified approach to RSS. More information can be found on the RSS team blog . The good thing about it, is