↧
Using LINQ with the MOSS UserProfileManager
Lately I'm working a lot with LINQ and al types like LINQ to XML, LINQ to XSD, LINQ to objects, etc. Today I had to build some functionality in SharePoint where I had to split users in 2 groups based...
View ArticlePrevent hardcoded SharePoint ID’s in your code
Now and again I come across code with hardcoded SharePoint ID's in it. Or scary loops matching a field, list or property name. SharePoint provides some classes containing the out of the box ID's, you...
View Article