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

Why we use Cookie?

What is Cookies? Cookies here refer as Web Cookies, HTTP Cookies is a small piece of code stored at user’s machine by bowers. Why we use Cookies ? To collect demographic information about who is visiting the Web site. Sites often use this information to track how often visitors come to the site and how … Read more

PowerShell Command List used in SharePoint 2010

PowerShell Command which are common in use for a SharePoint Developer.   BackupBackup-SPSite http://oldsite -Path C:backupsitename.bak RestoreRestore-SPSite http://newsite -Path C:backupsitename.bak Add WSPAdd-SPsolution “C:File1.wsp” Update WSPUpdate-SpSolution -Identity File1.wsp -LiteralPath “C:File1.wsp” -GACDeployment Install WSPInstall-SPSolution -Identity “File.wsp”  -WebApplication “http://siteurl” EnableFeatureEnable-SPFeature -identity “MyFeature” -URL “http://siteurl” Disable FeatureDisable-SPFeature -identity “MyFeature” -URL “http://siteurl” InstallFeatureInstall-SPFeature -path “MySPFeature1” Uninstall FeatureUninstall-SPFeature -Identity “MySPFeature1” Get … Read more

How to create a secure webservice in asp.net

Web service is a way to communicate between 2 machines via HTTP, those 2 machines can be on the different platform.See more about web service at this URL: http://www.sharepointcafe.net/2015/05/all-about-web-service-soap-rest.htmlAs you know web service is a way to communicate over HTTP, so the main concern here is security.How to make a secure web service? Below are … Read more

RSS
YouTube
YouTube
Instagram