ASP .Net Interview Questions and Answers

  • .NET,ASP.NET,C#.NET Interview Questions and Answers

    Question.1 Can you prevent a class from overriding? Answer: Yes, you can prevent a class from overriding. In C#: You can prevent a class from overriding by using the sealed keyword. In Visual Basic: is You can prevent a class from overriding by using the Not inheritable keyword. Question.2 What..



  • ASP.NET Interview Questions and answers for Experienced

    Question.1  What is IIS? Why is it used? Answer:   Internet Information Services (IIS) is created by Microsoft to provide Internet-based services to ASP.NET Web applications. It makes your computer to work as a Web server and provides the functionality to develop and deploy Web applications on the server. IIS handles..



  • ASP.NET interview questions and answers

    Question.1   What is ASP? Answer:   Active Server Pages (ASP), also known as Classic ASP, is a Microsoft’s server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages..



  • ASP.NET Interview Questions and answers

    Question.1  What is ASP? Answer:  ASP stands for Active Server Pages. It is a server side technology which is used to display dynamic content on web pages. For example you could write code that would give your visitors different information, different images or even a totally different page depending on..