using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Net; using System.Security; using System.Text; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using ConsoleApplication.WebReference1; using Microsoft.SharePoint.Client; using FA.PDF; namespace ConsoleApplication { class Program { static void Main(string[] args) { string url = "Site URL"; ClientContext clientContext = new ClientContext(url); string userName = "username@developsg.onmicrosoft.com"; string password = "password"; using (var listsProxy = new Lists()) { Uri _domainUri = n...
Hi! I'm Ramesh Beerla, working as a Team Lead and passionate about developing automated solutions to customers. In this blog I will post some important articles which will be useful for fellow developers