SharePoint Interview Questions and Answers
Below are few important SharePoint interview questions and their answers. SharePoint Interview Questions and Answers Q. Explain Below code using (SPSite site = new SPSite(SPContext.Current.Web.Url)) // Gets the absolute url of the website using (SPWeb web = site.RootWeb) // Gets the root website of site collection using (SPWeb web = site.OpenWeb())// OpenWeb … Read more