Sign in
Rexiology@MSDN
Nothing but Microsoft Technologies...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ALM
Architecture
ASP.NET
Blog Framework / Tools
Business
codeplex
Concurrency
crm
Database
dynamics
HPC
I.T. News
Information Technology
Linux
misc
Programming
Rangers
Readings
TFS
TFS2010
Tips and Tricks
Useful Tools
virtualization
VS2010
Archive
Archives
June 2012
(1)
August 2009
(1)
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(2)
December 2008
(1)
November 2008
(2)
October 2008
(1)
September 2008
(3)
August 2008
(10)
June 2008
(9)
May 2008
(3)
April 2008
(4)
March 2008
(3)
February 2008
(1)
January 2008
(3)
December 2007
(5)
October 2007
(9)
September 2007
(7)
August 2007
(3)
July 2007
(4)
June 2007
(7)
May 2007
(16)
April 2007
(1)
March 2007
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rexiology@MSDN
Debugging managed code using WinDbg and SOS.dll
Posted
over 6 years ago
by
Rex Tang [MSFT]
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...
Posted
over 6 years ago
by
Rex Tang [MSFT]
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...
Posted
over 6 years ago
by
Rex Tang [MSFT]
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;" ?
Posted
over 6 years ago
by
Rex Tang [MSFT]
8
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)