Top 30 SharePoint 2013 Interview Questions and Answers for Developer

In my earlier blog, I have already collected SharePoint 2010 interview questions and answers. In this blog, I will write about SharePoint 2013 Interview Questions and answers. Believe me, I have collected top SharePoint 2013 interview questions which will help you to qualify interview in various organizations. Top 30 Interview Questions in SharePoint 2013 1. … Read more

SharePoint 2013 Server Object Model (SOM) Programming – SharePoint 2013 Tutorial

SharePoint Server Object Model Programming allows you to write code and communicates with SharePoint objects if you are inside the SharePoint context. It provides a set of classes which is executed at the server-side. Server Object Model Programming is the same in SharePoint 2010 and SharePoint 2013. SharePoint 2013 Server Object Model In this blog, … Read more

Dispose vs Close

In this blog, we will see the differences between Dispose() and Close() What are the differences between Dispose() and Close() Dispose() and Close() function for is used to dispose or close SharePoint server objects like SPWeb, SPSite. Purpose of these 2 methods is same. So which one is better to use? It is better to … Read more

What is new in SharePoint 2013?

SharePoint 2013 is the next version of SharePoint 2013. What’s new in SharePoint 2013? SharePoint 2013 gives more powerful features compare to SharePoint 2010. Few features are – SharePoint 2013 App Model Workflows with the introduction: a new, highly scalable workflow framework.  User experience (UX) improvements. Sandbox Solution deprecated in SharePoint 2013 OOTB PDF support Web … Read more

Migrate SharePoint 2010 Application to SharePoint 2013 Step by Step

Migrate SharePoint 2010 to SharePoint 2013, Step by StepIn this blog, I will explain about migration from SharePoint 2010 to SharePoint 2013 which I did.PrerequisiteBe ready with a new SharePoint 2013 FarmThe first Step is related to Database as Data is important. To avoid data loss first set Database to read only. To do this go to … Read more