Search This Blog

Saturday, June 6, 2009

.NET Framework Library Source Code

  1. Download and install this QFE.
  2. In Visual Studio goto Tools > Options > Debugging > General and turn off "Enable Just My Code" and turn on "Enable Source Server."
  3. Go to Symbols and add this URL http://referencesource.microsoft.com/symbols and a local cache path. Make sure "search only when symbols are loaded manually" is checked.
http://www.hanselman.com/blog/NETFrameworkLibrarySourceCodeAvailableForViewing.aspx

http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx

Friday, June 5, 2009

How to block Windows Live Mail Ads

  1. Start > Run > Cmd
  2. cd \Windows\System32\drivers\etc
  3. edit hosts
  4. add
    127.0.0.1 view.atdmt.com
    127.0.0.1 rad.live.com
  5. Save

http://www.mydigitallife.info/2007/02/04/block-hide-and-remove-windows-live-mail-ads/