You must Sign In to post a response.
Category: Sharepoint
#731790
The basic purpose of access SharePoint data from systems where the SharePoint is not installed like web services.
Where as server objects are used to get values from only share point installed systems
If you want to access from remote machine where you do not any access at the time you can use Client object model or web services. Here we can write our own web service or WCF or REST services to work on our own requirements
hope it helps
Thanks
Koolprasd2003
Editor, DotNetSpider MVM
Microsoft MVP 2014 [ASP.NET/IIS]
Where as server objects are used to get values from only share point installed systems
If you want to access from remote machine where you do not any access at the time you can use Client object model or web services. Here we can write our own web service or WCF or REST services to work on our own requirements
hope it helps
Thanks
Koolprasd2003
Editor, DotNetSpider MVM
Microsoft MVP 2014 [ASP.NET/IIS]
#731898
Thanks Prasad but i dint understand could you please elaborate it and explain? and one more thing how can i explain the defination and difference btn those two(Client & Server) object models to my interviewer
#731902

Hi Anil,
If any one of the applications are working on your sharepoint front end and if its code running on the server side then you should use server object model.
To be simple, server object model is used when you try to build your sharepoint solutions which run in the application domain.
If your front end sharepoint application needs to run on some other machine then we use client object model.
It is better to use Client object model whenever you devolop an external applications such as Windows Form app or Web Application.
Thanks & Regards,
srikanth,
Software Engineer.
@DOTNET-SPIDERS ROCK@
#744780
Go to this link:
http://www.sharepointcafe.net/Article/sharepoint2010-client-object-model.aspx
Thanks,
Kundan
http://www.sharepointcafe.net/Article/sharepoint2010-client-object-model.aspx
Thanks,
Kundan
Return to Return to Discussion Forum