Programmatically Upload and Delete documents from SharePoint library
Documents can be uploaded or deleted from SharePoint library using C# without using SharePoint dlls. There may arise cases when you want to performs upload and delete documents to and from SharePoint document libraries using C# but you don’t have or want to involve SharePoint dlls to perform this action. System.Net.WebClient and System.Net.WebRequest comes in … Continue reading Programmatically Upload and Delete documents from SharePoint library