by Eugene Rosenfeld | Sep 9, 2009 | MOSS, SharePoint, WSS
SharePoint’s SPList class contains the GetItems method which is used to query the contents of a SharePoint list. Rather than iterating through all of the list’s items, the GetItems method allows you to specify a collaborative application markup language (CAML) query...
by Eugene Rosenfeld | Sep 8, 2009 | C#, MOSS, SharePoint, WSS
I was writing a SharePoint feature that had to register a custom HTTP module. Naturally I started looking at the SPWebConfigModification class and soon had some code that looked like it would add my HTTP module to the httpModules element in the SharePoint web.config...
by Eugene Rosenfeld | Sep 8, 2009 | Blog Readership
In a previous post I was happy the my readership increased to 3000 readers per month, and I promised to share how some of my strategy reaching my next goal: 10,000 readers per month. Here’s some of advise I got from fellow MVPs, some Internet research, and my wife,...
by Eugene Rosenfeld | Sep 3, 2009 | ASP.Net, MOSS, SharePoint, WSS
A colleague of mine recently asked me if the WebPart he was writing should inherit from the ASP.Net WebPart class or the SharePoint WebPart class. He was a bit confused because he had seen a few articles online that talked about the benefits of inheriting from one...
by Eugene Rosenfeld | Sep 1, 2009 | MOSS, SharePoint, SharePoint 2010, SharePoint Foundation, WSS
I’ve seen a lot of articles about how it costs a lot of money to stand up a SharePoint server. I will show that this is simply not the case. In fact, you can stand up a production SharePoint server for less than $1100 USD, including both hardware and software costs....