Sathish Nadarajan

AppInstalled Event Receivers in SharePoint Office 365 – An Insight

An Insight about the App Installed Event Receiver

Ahamed Fazil Buhari

How to debug Windows Service after Installation of Service

How to debug Windows Service after Installation of Service

Sathish Nadarajan

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#.

Sathish Nadarajan

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

Sathish Nadarajan

Exception – The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map

Exception – The page you are requesting cannot be served because of the extension configuration. If the page is a script add a handler. If the file should be downloaded add a MIME map

Sathish Nadarajan

How to Create a Blob Container in Azure Storage Account

In the Previous article we saw how to create a Storage Account. Now let us see how to create a Blob Container and upload Files to it.

Sathish Nadarajan

Step by Step procedure of How to Create Storage Account in Azure

As part of a Proof of Concept I was creating a Storage Account in Azure. And immediately thought of sharing with the community for a handy reference.

Sathish Nadarajan

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.

Sathish Nadarajan

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.

Sathish Nadarajan

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