Chapter 5. Server Object Model

As you learned in Chapter 1 Microsoft SharePoint 2013 is based directly on Microsoft .NET and Microsoft ASP.NET. Not surprisingly, one of the main tools that you will use to develop server-side solutions interacting with the SharePoint engine is the .NET object model offered by the SharePoint infrastructure. Called the Server Object Model, it is a set of namespaces and classes divided into several .NET assemblies. You can reference and use it in any kind of .NET solution that will run on a SharePoint server. In fact, the Server Object Model has some dependencies that are satisfied only on servers in a SharePoint farm, so you cannot use it in client-side solutions, SharePoint apps, remote event receivers, or anything ...

Get Microsoft SharePoint 2013: Developer Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.