In .net framework. what are libraries available for working in sharepoint and their uses
In .net framework. what are libraries available for working in sharepoint and their uses
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no libraries in the .net framework intented for working with SharePoint
But when you install SharePoint there is a lot of .net libraries which allows you to do everything you can do through the UI and more. But these only work for programs running on the server.
In SharePoint versions prior to 2010 you also have a series of Web Services, RPC and HTTP request options for working with SharePoint from an other machine.
In SharePoint 2010 this has been extended with a Client Side Object Model and a REST interface.