Browse by Tags

All Tags » C# 3.0 » SharePoint (RSS)
Sorry, but there are no more tags available to filter with.
When you deactivate a feature that deployed a web part, it is a good idea to remove that web part from the gallery. This makes things much more likely to work when you upgrade said web part later. Like everything in SharePoint, this task is more complicated...
As I have mentioned before, one of my biggest complaints about SharePoint is that none of the collections in the SharePoint API have any way to determine if an item exists. Extension Methods offer a slightly more elegant way to do this, although the underlying...
Object Initalizers aren't talked about very much as one of the new features in C# 3.0, but I find them pretty useful from time to time (esepcially when dealing with the SharePoint API). They are great, when there isn't a constructor that has all...
with no comments
Filed under: ,