Links 2009-02-07
SharePoint
- Installing a Language Pack for MOSS
Mauro Cardarelli writes about how to install language packs to MOSS 2007. It is good guide to follow if you have clean MOSS 2007 install without any language packs.
- Building multi-lingual SharePoint sites - introducing the Language Store
Chris O’Brien writes about how to use SPLanguageStore to create multi-lingual SharePoint sites where you can easily manage the translations through SharePoint user interface.
- ServerTemplate Numbers
Evan Grimmett offers us a table of SharePoint list template numeric codes. It is handsome list to use when you have to create lists and templates through code.
.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.