I have previously discussed implementations of some core LINQ extension methods for SPWebCollection, a process complicated by the fact that SPWeb is IDisposable. The core logic is correct, but the lac… more →
Solutionizing .NETKeith Dahlby wrote 7 months ago: If I’m going to suggest that others use yield return, I suppose I should take my own advice. I … more →
Keith Dahlby wrote 7 months ago: First, a huge thanks to Waldek Mastykarz for running with my suggestion to run some performance test … more →
Keith Dahlby wrote 7 months ago: Probably the ugliest scenario for properly disposing SPWeb objects is cleaning up when you enumerate … more →
hristopavlov wrote 9 months ago: This is how you can get the full structure a SharePoint site collection without the need of creating … more →
Farhan Faiz wrote 1 year ago: I was interested in creating MOSS 2007 site using code. I end up with the following code: SPSite o … more →