Links 2009-02-07

SharePoint

.Net

  • Debugging Slides
    Zain Naboulsi offers some slides from his Visual Studio 2008 debugging tips and tricks presentation.
     
  • .NET Memory Leak: To dispose or not to dispose, that’s the 1 GB question
    Tess Ferrandez writes about importance of disposing objects. Through the use of debugging tools we can see how Tess analyzes problems with code and finds the reason of memory leaks. Suggested reading for all developers.
     
  • When is a Type not a Type?
    Brad Wilson gives us overview of .Net Type class and the types itself and describes some interesting facts related to types in .Net.

No Comments