Reputation: 679
In .net framework. what are libraries available for working in sharepoint and their uses
Upvotes: 0
Views: 210
Reputation: 3777
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.
Upvotes: 5