Rexiology@MSDN

Nothing but Microsoft Technologies...

July, 2007

Posts
  • Rexiology@MSDN

    Debugging managed code using WinDbg and SOS.dll

    • 0 Comments
    This should be must tools and skills that every .net developer needs to learn, to use WinDbg and SOS.dll to debug your managed code application. the following are some links to lead one into the in-depth debugging world. A word for WinDbg - Mike Taulty...
  • Rexiology@MSDN

    Modifying HOSTS file in Vista...

    • 4 Comments
    When you trying to modify the "Windows\system32\drivers\etc\hosts" file to add some local dns mappings in Vista, the system will not allow you to save the file. It's because of the tighten security in Vista. to solve this, refering to this KB , run...
  • Rexiology@MSDN

    Terminal Service: Connect and/or Shadow to a Console Session...

    • 0 Comments
    Seems some of my friends still didn't know how to use Microsoft Terminal Service Client to connect to the console session of a windows pc (server or client OS) so here is a memo for it also during the search I found the other interesting thing that can...
  • Rexiology@MSDN

    C#: What does it mean about statement "int? varA = 3;" ?

    • 6 Comments
    Ok, I have to admit that I didn't really go through the whole C# language reference and today when I was reading some code I got confused with the follow syntax: int? varA = 3; what's the "?" means in this statement? don't have this in earlier C# specifications...
Page 1 of 1 (4 items)