Gaurav SonawaneDec 18, 20151 minCreate OR Update List item using CSOM C#In this blog we will see how to create item/Update a list item using CSOM Add two references to your visual studio solution...
Gaurav SonawaneDec 17, 20151 minConnect to site from different environment/domainIn this blog we will see how to connecting to site from different environment using CSOM with login Credentials Add two references to...
Gaurav SonawaneDec 16, 20151 minVerify current user access on current siteIn this blog we will see how if current user having permissions a site string webUri = //your site url; using (ClientContext context =...