A small code snippet to create View for a List or document library in SharePoint Office 365 using Patterns and Practices Programmatically.
How to do SQL Bulk Update using C# programmatically
Hello everyone in this article we will see how to update SQL Table using C#.
How to check Database Table already exists in SQL DB and How to create new Database Table using C# programmatically
Hello everyone in this article we will see how to check if particular Database Table is available in the SQL and if it does not exists then we can create New Database Table. Use the below function to check Database Table name is available or not and it return Boolean value True if Table available and False if Table not available
How to Manually Install/uninstall Windows Services
Hello everyone this article just a continuation of my previous article. Here we can see how to Install and uninstall your windows service.
How to debug Windows Service Source Code without Installing
In this article let us see how to debug Windows Service Source Code without Installing
How to Create a Blob Container in Azure Storage Account Programmatically using C#
In this article let us see How to Create a Blob Container in Azure Storage Account Programmatically using C#.
How to Execute CAML Query in Large SharePoint Lists using CAML To avoid the Exception – The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator – SharePoint Office 365
The Attempted Operation is Prohibited because it exceeds the list view threshold enforeced by the administrator SharePoint SharePoint Office 365
How to Get All the Files within a Folder using CAML Query in SharePoint Office 365 using C# CSOM
Recently met with a requirement to get all the Files alone from a Folder using CAML Query. Thought of sharing the small piece of code to the community and make sure that whether to use RECURSIVE and RECURSIVEALL.
Check whether a document is already a Record or Not (IsRecord) in SharePoint Office 365 programmatically using C# CSOM
In the earlier article we saw how to Declare and UnDeclare a document as record. But the problem is if already a document is Record and again if we are trying to declare it as a record the API is not intelligent enough to handle that. This throws the exception.
How to Convert a document into Record in a SharePoint Office 365 Record Centre Site Programmatically Using C# Client Site Object Model (CSOM)
In this article let us see how to convert a document into record in Office 365 using C# CSOM