Server time in client javascript code

Source code to get the server time from client side JavaScript code in asp.net or SharePoint application. Below sample code can be modified based on requirement.   <script type=”text/javascript”> //Users time var timeLocal = new Date();...

Concept of OOPS in C#

What are the Access Modifiers in C# ? Different Access Modifier are – Public, Private, Protected, Internal, Protected Internal Public – When a method or attribute is defined as Public , It can be accessed from any code in project. For example in the above Class...

Sharepoint 2013 Search components

Understanding the Sharepoint 2013 search components in details. Understanding the below components are helps to configure scalable search implementations. Search component name Description Server Crawl component Crawls content sources to collect crawled properties and...