asp.net interview questions and answers 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..



  • .NET Interview Questions and Answers

    Question.1 What is Object-oriented programming? Answer: Object-oriented programming (OOP) is a technique to develop logical modules, such as classes, that contain properties, methods, fields, and events. An object is created in the program to represent a class. Therefore, an object encapsulates all the features, such as data and behavior that..



  • DOT NET Interview Questions and answers for experienced

    Question.1   What are the benefits of .NET Framework? Answer: .NET Framework offers many benefits to application developers. Some of these benefits are as follows: Consistent programming model —.NET Framework provides a consistent object-oriented programming model across various languages. You on we this model to create programs for performing different tasks,..



  • 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..