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)

Install MSI packages (Locally and on Remote computers) using WMI

Installing of packages and msi is a day to day activity in current business scenario. And with growing use of technology and programs it becomes all the more important to have this process efficient, error free, less time consuming. Automating such process becomes all the more important. Today we will see how we can achieve … Continue reading Install MSI packages (Locally and on Remote computers) using WMI

Extract details of resources contained within a BizTalk MSI package

There are multiple ways to extract details of resources contained within a BizTalk MSI package. One being using msiexec.exe to extract the contents to a location and get the information. However BizTalk has an excellent dll which can help get all the required resource details that comes in packed in the MSI package. The saviour … Continue reading Extract details of resources contained within a BizTalk MSI package

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