Read documents from SharePoint programmatically using C# (Perform a non deleting BizTalk WSS Recieve)

Documents from SharePoint can be read programmatically using C# WebRequest. On  a BizTalk front, such need occurs when you want to perform a non deleting receive for a sharepoint document. Consider a scenario where your business process gets triggered and then within needs to read data from sharepoint document library and use it in the … Continue reading Read documents from SharePoint programmatically using C# (Perform a non deleting BizTalk WSS Recieve)

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