Subscribe to:
Post Comments (Atom)
Rename a Web Application in Sharepoint : A solution using powershell
Here is a small script that will enable you all to change a SharePoint Web Application name . We can use the following SharePoint Pow...
-
The security validation is specific to a user, site, and time period and expires after a configurable amount of time. When the user requ...
-
As per the MSDN...... In SharePoint 2010 there are a number of object models that can be used by developers to access the server. The C...
-
How to Retrieve the SPUSer Valuesfrom people finder control . The following function can be used to retrieve the user name and other prop...
A new Feature Minimal Download Strategy (MDS) has been Introduced which will help improve the performance of SharePoint pages by downloading only the changes between two compatible pages. All pages of a site with MDS enabled uses an application page /_layouts/15/start.aspx (start.aspx) which has a specific JavaScript object asyncDeltaManager that parses the URL, l
ReplyDeleteooks for the # sign and takes the path following that and dynamically loads that page. Team sites, Community sites has MDS enabled by default. Here is an example how the community site URL appears "/_layouts/15/start.aspx#/SitePages/Community%20Home.aspx". Only the page path after '#' varies and only the Changes between the pages are downloaded.