August 2015
How to create site definition in SharePoint 2010
.
How to create site definition in SharePoint 2010? Let’s start this blog by understanding the difference between Site Definition and Site Template.Site Template is a ready made layout that we can use to create a site. It has pre-defined top…
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…
Important C# Interview Questions and Answers
.
In this blog, I have collected important C# interview questions and answers and their answers, which will help you in preparing your interview. If you are an ASP.Net or ASP.Net Core programmer or developer who is preparing for an interview, then…
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…
Java Script Form Validation- ASP.Net Web Form
.
Java Script is the best way to validate a web form at client side and ensure the most accurate data to store from an HTML or asp.net web forms. In this blog, I will explain about all kind of validation…
Important ASP.Net Interview Questions and Answers
.
In this blog, I have collected important ASP.Net interview questions and answers. Q. HTTP Handler vs HTTP Module in ASP.Net HTTP handler is a process which runs against an HTTP request. Based on file extension HTTP handler executes. Custom HTTP handler can…
