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...
-
How to Retrieve the SPUSer Valuesfrom people finder control . The following function can be used to retrieve the user name and other prop...
-
The security validation is specific to a user, site, and time period and expires after a configurable amount of time. When the user requ...
-
Its a very common issue that you face, to delete bulk data from a SharePoint list (above 5000) . Everyone would run into the error : ...
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.