Browse by Tags

All Tags » SharePoint (RSS)

How to call SharePoint Web Service with Specific Credential from Silverlight OOB

  The Problem While playing around with SharePoint web service from Silverlight out of browser, I bumped into web service proxy limitation where I am forced to authenticate no matter what I pass to the ClientCredential.UserName property of the web...

SEA SharePoint Conference Announced

So, you are a SharePoint IT Pro / Dev in SEA area... Are you looking for an alternative to US based SharePoint Conference (connotation... far, expensive, not enough training budget to send you halfway across the globe)? Well, how about a SEA regional...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: ,

Adapter Pattern Case Study: LINQ to SharePoint SPListCollection

While helping my co-worker on a problem we stumbled into a quite interesting thing regarding SharePoint SPListCollection class. SPListCollection, as it turns out, is not derived from IEnumerable interface (see http://msdn2.microsoft.com/en-us/library...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: , ,