Sathish Nadarajan

How to Enable Multi Language Settings in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)

In this article let us see how to enable Multi Language settings in a SharePoint Office 365 Site Programmatically using C# Client Side Object Model (CSOM)

Sathish Nadarajan

How to Configure Search Centre URL in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)

Today we are going to have a look on a small tip which will be useful during the deployment package. Usually when we are provisioning a site we need to configure the corresponding search centre URL for that site. But when we try to automate the deployment process we need C# code for each and every small piece of work. In that aspect let us see how to configure the search centre URL here.

Sathish Nadarajan

Host your ASP.NET Application on the Azure VM and Make it publicly accessible

In this article let us see how to Host your ASP.NET Application on the Azure VM and Make it publicly accessible

Sathish Nadarajan

An Error Occurred While Processing your request – SharePoint Office 365 with Provider Hosted Application

An Error Occured While Processing your request – A Common Exception in SharePoint Provider Hosted Application and a debugging mechanism.

Sathish Nadarajan

Warning – You are being redirected to the following URL that was not registered as the app launch url

Warning – You are being redirected to the following URL that was not registered as the app launch url

Sathish Nadarajan

Exception – HTTP Error 405.0 – Method Not Allowed: The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used

Exception – HTTP Error 405.0 – Method Not Allowed: The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.

Sathish Nadarajan

Working with Large List Item (List Threshold) CAML Query does not work – GetFolderByServerRelativeURL

Again let us discuss a strange issue. I have a document library which is going to have almost 1 million documents in it.

Tarun Kumar Chatterjee

Module Optimization by using RequireJS in ASP.NET MVC

In my previous article I have explained about some basic idea and implementation on RequireJS. In this article let me explain on Module Optimization using RequireJS and there are ways to use this approach with ASP.NET.

Tarun Kumar Chatterjee

Build a simple client-side MVC app with RequireJS

RequireJS is an implementation of AMD (Asynchronous Module Definition) an API for declaring modules and loading them asynchronously on the fly when they’re needed.

Krishna KV

How to update a SharePoint list item using Express JS

In this article we can see how to update a SharePoint list item using Express JS by passing the request digest header. For adding item and configuration steps refer the previous…