October 2008 - Posts

Attaching debugger to w3wp.exe using nice and easy keyboard shortcut
30 October 08 10:56 PM | jannemattila | 3 Comments   
How many times have you done some web development and used following method to attach your Visual Studio Debugger to w3wp.exe (a.k.a. Debug > Attach to Process –method):   And then you scroll the long list and find your w3wp.exe and press attach: Read More...
Web Services and namespaces (or WCF?)
15 October 08 10:27 AM | jannemattila | 2 Comments   
You might have encountered following situation: 1. You have created class library “MyLibrary” and it contains following class: 1 2 3 4 5 6 7 8 namespace MyLibrary { public class Employee { public string FirstName; public string LastName; } } 2. You have Read More...
Page view tracker