Skip to content

When to use this library over Microsoft.SharePointOnline.CSOM for SP related work #273

Answered by jansenbe
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Apologies for the late reply, as there's no indication of a new discussion in the UI we've missed your ask.

The main value of this library is that it:

  • Provides more than what you get with CSOM: it for example contains a modern pages API which does not exist in CSOM
  • It gives you a unified development model regardless of the underlying used API (rest, graph)
  • It's build based upon modern .NET standards and ships as native .NET 5 as well as .NET 2.0 Standard versions whereas CSOM only ships as .NET 2.0 Standard and internally uses older (less efficient) .NET code
  • The implemented model to work with lists items is easier to use and more consistent compared to CSOM, especially when it comes at …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant