SharePoint 2010 difference between Sever side object model and Client object model or Comparison between Server side object and client side object model
S.No.
|
Sever side object model
|
Client object model
|
1.
|
SharePoint installation is required
|
SharePoint installation is not required
|
2.
|
It works with strongly with server objects
|
Sharepoint 2010 has provided client objects
|
3.
|
The object needs to created and access in the site collection
|
It can be used in .Net applications like console or any application
where if it is required to item update/delete/add
|
4.
|
using Microsoft.SharePoint
|
It can be used
Microsoft.SharePoint.Client.Runtime.dll
Microsoft.SharePoint.Client
Silverlight.Runtime.dll
|
5.
|
SPContext
SPSite
SPWeb
SPList
SPListItem
SPField
|
ClientContext
Site
Web
List
ListItem
Field
|
No comments:
Post a Comment