Sharepoint Interview Quetions - SharePoint is a web product from Microsoft which is used in the Companies to manage their data which is in the form of documents, emails, contacts, etc
Shredded Storage feature in SharePoint 2013Shredded Storage is a new implementation in SharePoint 2013 and it will help many ways to save the volume of data saving in back-end servers.Take below scenario. In SharePoint 2010, when we enabling versions on SharePoin…Read More
How To Remove Extra Space Around the Web Part In SharePoint 2013We can remove extra space on webparts in sharepoint 2013 easily as follows:An extra padding of 20 pixel is included by default in SharePoint 2013 for every webpart.This may be inconvenient depending on the scenario how you ar…Read More
How to Generate Random PasswordFrom security point of view we need to create the unique passwords so no one can easily guess it.To fulfill these features we can make use of Random class and generate the random numbers which is unique.Here I am going to use…Read More