vb.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,..



  • VB.Net interview Questions and answers for Experienced

    Question.1   What would you do to remove Microsoft visual basic name space? Answer:  .NET has many new features and application supportive tools. To remove Microsoft visual basic name space all you have to do is to 1) Remove the import manually every time you start the project. 2) Creating a..



  • SharePoint Interview Questions and answers for Experienced

    Question.1   What are the two base classes a WebPart you are going to use within SharePoint 2007 can inherit from? Answer:   There are two base classes that a WebPart which is going to be consumed by SharePoint can inherit from, either the SharePoint WebPart Base class or the ASP.NET 2.0..



  • C#.NET Interview Questions And answers for Experienced

    Question.1   What are implementation inheritance and interface inheritance? Answer:    Implementation inheritance is achieved when a class is derived from another class in such a way that it inherits all its members. Interface inheritance is when a class inherits only the signatures of the functions from another class. Question.2  What are..



  • VB.NET Interview Questions and answers

    Question.1  What would you do to remove Microsoft visual basic name space? Answer:  .NET has many new features and application supportive tools. To remove Microsoft visual basic name space all you have to do is to 1) Remove the import manually every time you start the project. 2) Creating a..



  • C#.Net Interview Questions and answers

    Question.1.  What is C#? Answer:  C# (pronounced C-Sharp) is a new programming language introduced with the Microsoft .NET framework and is no doubt the language of choice in .NET environment. It was first created in the late 1990’s as part of Microsoft’s whole .NET strategy. It is a whole new..



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