Code SharePoint
lll
Home
Power Platform
Blogs
Interview Questions
SharePoint
SharePoint Tutorials
Blogs
Interview Questions
REST-API
PowerShell
CSOM
JSOM
Azure
Blogs
Azure Tutorials
Categories
x
All Methods (126)
Site (10)
Content Type (9)
Field (16)
Group (7)
Navigation (7)
List (33)
View (11)
List Item (6)
File (18)
Folder (4)
Page (5)
Categories
All Methods (126)
Site (10)
Content Type (9)
Field (16)
Group (7)
Navigation (7)
List (33)
View (11)
List Item (6)
File (18)
Folder (4)
Page (5)
Latest Posts
Power Platform Interview Questions
Azure Tutorials for Beginners
Client-Side Object Model (CSOM)
The SharePoint .Net client-side object model (CSOM) provides access to the SharePoint object model from code that is running locally or on a different server than SharePoint.
You can use the SharePoint client object model (CSOM) to retrieve, update, and manage data in SharePoint. SharePoint makes the CSOM available in several forms:
.NET Framework redistributable assemblies
JavaScript library
REST/OData endpoints
Windows Phone assemblies
Silverlight redistributable assemblies
In this set of tutorials, we are going to focus on examples on
.Net Framework redistributable
assemblies
To use managed client object model, you need to add the below
using statement
in the code file.
using
Microsoft.SharePoint.Client;
We have tried to give most of the .Net CSOM examples that can be used in school teaching, college teaching, learning, research work, development, interview preparation.