Before reading this blog, you may also like to know about CAML Query. You can know about CAML Query in details . In this blog, we will see SPQuery and SPSiteDataQuery.
This blog will describe how to attach, detach a content database. Below is the scenario - You created a new Site collection in SharePoint 2010. Now you want this site collection to work with your existing Content database. Simply you can be asked that you have an existing content database and you need to attach it with the new Site collection.
What is JQuery Callback Function? A call back function executed after the current event has completed. Java Script code executes line by line. However, if next line of code executes even before completing the action(s) which wrote in previous lines. This may create an error.
Like a programming language, a JQuery also has some events. JQuery event occurs on a web page when a user takes some actions like the mouse click, mouse scroll, check box selection etc.
Display SharePoint List Items using ECMA Script In this blog, I will explain, how to get list items using ECMA Script. ECMA script is a client side way to work with SharePoint object. Create a web part page in page library. Add a content editor web part on that page. In content editor webpart write below code:
REST API in SharePoint 2010 for CRUD Operation SharePoint 2010 offers numerous ways to get data from a list. You may use Client Object Model, Linq to SharePoint and REST API by using ListData.svc. In this blog, I will explain how to perform CRUD operation on a SharePoint list using ListData.svc
WCF tutorial - Learn WCF quickly WCF stands for Windows Communication Foundation and used for developing distributed system. WCF services can communicate with.Net applications and Non-Microsoft technology as well.
Currently I was doing some settings for super account In this context, I executed below command in powershell window. stsadm -o setproperty -propertyname portalsuperreaderaccount -propertyvalue account -url "<site-url>"
As we know that there are huge changes in look and feel of SharePoint 2013 while compare to SharePoint 2010. This is all because of Master Page. There are 2 types of MasterPage which is being used in SharePoint 2013. Oslo masterpage and Seattle masterpage On Oslo masterpage left nav is removed and in Seattle master page left nav is available. Oslo master page uses oslo.css instead of corev15.css
SharePoint 2010 offers a useful way to access SharePoint objects from the client side. A developer can use .Net managed code, ECMAScript to access SharePoint objects like List, Site, Library etc. On this blog, I will write a code to select data from SharePoint list. I will use .Net managed code to do this.
Migrate SharePoint 2010 to SharePoint 2013, Step by Step In this blog, I will explain about migration from SharePoint 2010 to SharePoint 2013 which I did.