Posts

Showing posts with the label #interviewquestions #placementquestions #interview

Top 10 ASP.NET Interview Questions and Answers

Image
Free PDF DOWNLOAD FOR Microsoft Dot Net Course Material 1.What is Asp.Net? Asp.Net Stands for Active Server Pages. It is a Web Application Framework developed by Microsoft . Asp.Net provides services to allow the Creation,deployment, and execution of web Applications and Web Services .Web Applications  are built  using web forms. 2.What is a Cookie? Cookie is a lightweight executable program, which the server posts to client     machines. Cookies store the identity of a user at the first visit of the Web site and validate them later of the next visits for their authenticity. The values of a cookie can be transferred between the user’s request and the server’s response. 3. What is Viewstate? ViewState   is a Dot Net mechanism to store the posted data among post backs. ViewState allows the state of objects to be stored in a hidden field on the page, saved on client side and transported back to server whenever required. 4. ...