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..
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,..
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..
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..
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..
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..
Question.1 Explain about your SQL Server DBA Experience? Answer: This is a generic question often asked by many interviewers. Explain what are the different SQL Server Versions you have worked on, what kind of administration of those instances has been done by you. Your role and responsibilities carried out in..
Question.1 Which TCP/IP port does SQL Server run on? How can it be changed? Answer: SQL Server runs on port 1433. It can be changed from the Network Utility TCP/IP properties. Question.2 What are the difference between clustered and a non-clustered index? Answer: A clustered index is a special type..
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..
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..