python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
CSOM backend with Modern Authentication
I've been developing some backend code which connects to Sharepoint Online using CSOM and .Net Framework.
_context = new ClientContext(_sharepointDocumentRootUrl);
SecureString secureP...
Thomas Hellström
Votes: 0
Answers: 0
Get App-Only Access Token in SharePoint 2016
I am trying to get a c# console application running, that is synchronizing the global termstore from an xml on a regular basis. This is gonna be supposed a timerjob, that will run in the windows sched...
Jools
Votes: 0
Answers: 0
CSOM SharePoint - Add Item to List with proper FieldValues - FieldLookUpValues
I hope somebody can help me with my issue.
My actual workflow to get add a new item to my list in SharePoint looks like this:
using (var clientContext = new ClientContext(Website))
...
blitzmax
Votes: 0
Answers: 1
Authentication to Sharepoint Online with CSOM more than one Context
In my desktop application based on .NET Framework 4.8, I have to change the context to another site.
When I call it the first time it works perfect, but the another time I get an empty Login window an...

Hossam Moussa
Votes: 0
Answers: 0