
Handling Request Timeout Error in SharePoint while executing a long running process
While performing very long operation in SharePoint 2013 / 2010 or earlier version, a request time out error will be thrown if it takes more time. Now we can see how to avoid this error by using SPLongOperation class available in SharePoint

Excel Upload and Download For SharePoint List Items with EPPlus in SharePoint 2013
In this blog post I will be discussing the steps involved in Excel Upload and Download (Export and Import of Excel Data) For SharePoint List Items with EPPlus in SharePoint 2013. This post contains downloadable …read more

Five benefits of migrating to SharePoint 2013 from SharePoint 2010
Five cost benefits for Organisation migratinig to Sharepoint 2013 from SharePoint 2010.

Declaratively Create Look up Field Site Column in SharePoint Content Type
Consider the below points to declaratively create a look up field as a site column and attach it to a content type in SharePoint 2013 or SharePoint 2010

Declaratively remove Title column from a Content Type in Share Point with RemoveFieldRef
To declaratively remove the Title column from a SharePoint Content Type, add a RemoveFieldRef element with name attribute set to Title in the FieldRef section of Content Type declaration

SharePoint Server Search Returns an Error – Object reference not set to an instance of an object
While we run a SharePoint search query in smaller environment we might land up with an error message that states Object reference not set to an instance of an object

Create your first Single Page App in SharePoint Server 2013
Recent trends in building applications seems to be tending towards the concept of Single Page Application (SPA) . Microsoft also seems to be adopting to this concept as seen in SharePoint 2013 Team site and few other templates that have been developed using SPA concept

Metro UI style Live Tiles Web Part with Metro JS and jQuery in SharePoint 2013
In this article we can see how to create a Metro UI style live tiles web part in SharePoint 2013 and SharePoint 2010. This web part is based on Metro JS, one of the popular …read more

Copy Term Set from one Site Collection to Another in SharePoint 2010 through PowerShell
Check out this power shell script which I used to fix the term set related issue while copying site from one site collection to another in SharePoint 2010

SharePoint 2013 Document Approval Work Flow With Visio 2013
In this article I am going to explain how to do develop an approval visual workflow using SharePoint Designer 2013 with Visio 2013