Sathish Nadarajan

How to Create Content Organizer Rules Programmatically using C# Client Object Model in SharePoint Office 365

In the last articles we saw how to create the content Organizer Rules manually. But in case if we want to create more number of Rules it is not practically possible. Let us see how to create the Content Organizer Rules Programmatically.

Sriram Varadarajan

Open Office Documents In Default Client Applications Instead Of Office Web App

The expectation was to open the open office documents always using the office client rather using office APP. We found that activating “Open Documents in Client Applications by Default” feature would solve this; though it worked but not 100 %

Krishna KV

How to count the number of alerts using latest release of CSOM

In this article we can have a look into the code snippet to get the count of alerts with the latest version of CSOM that was released during Jan 2017

Ahamed Fazil Buhari

An Introduction To Basics Of TypeScript

Before going technically deep into TypeScript let’s see some history and background of TypeScript. TypeScript is a free open-source programming language developed and maintained by tech giant Microsoft and it is made public in October 2012

Sathish Nadarajan

Record Declaration Settings – SharePoint Office 365 Record Centre

Record Declaration Settings in SharePoint Office 365 Record Centre Site

Sathish Nadarajan

How to Configure Record Centre in SharePoint Office 365

In this article let us see how to Configure Record Centre in SharePoint Office 365

Sathish Nadarajan

Record Centre in SharePoint Office 365 – An Introduction

An Introduction about Record Centre in SharePoint Office 365

Krishna KV

What is Asp.net Core Middle Ware

A middleware is a software component that is assembled into an application pipeline to handle the request and response. Asp.Net Core Middleware is replacement of Asp.net Http handler and http modules

Ahamed Fazil Buhari

Grant Access to ‘SharePoint Group’ on Item Level Permission using Client Side Scripting (JSOM) in SharePoint 2010 and 2013

In my previous article we have seen ‘How to Break Permission and Grant Access to Specific User using SPServices and JavaScript’ here in this article you can see how to grant access to SharePoint group

Ahamed Fazil Buhari

How to perform CRUD Operation on SharePoint Library Folders and Sub Folders using SPServices and JavaScript

In this article lets see how to create read rename OOTB Folders in a SharePoint library programmatically using JQuery and SPServices