Pages

Showing posts with label Differences between SharePoint Client Object Model vs Server Object Model. Show all posts
Showing posts with label Differences between SharePoint Client Object Model vs Server Object Model. Show all posts

Monday, July 30, 2012

Differences between SharePoint Client Object Model vs Server Object Model


While developing one of the web services requirements I was so confused about which classes and object model to used – client object model or server object model. Microsoft provided many control and functionalities for client object model into SharePoint 2010.

After searching little bit online, I have found out that for my web service requirements – server side object model is best (i.e. SPSite, SPWeb).

Here are some good reference links from where we can find the differences between two object model: