OOPS Interview Questions and Answers
Q. What is Object Oriented Programming? A. Object-oriented programming (OOP) is a programming paradigm using “objects” (data structures consisting of data fields and methods together with their interactions) to design applications and computer programs. Q. What is an Object? A. An…
SQL Interview Questions and Answers
What is normalization? What are different types of normalization? What is denormalization? What is a candidate key? What are the different types of joins? What is the difference between them? What are indexes? What is the difference between clustered and…
ADO.NET Interview Questions and Answers
What is the namespace in which .NET has the data functionality class? Can you give an overview of ADO.NET architecture? What are the two fundamental objects in ADO.NET? What is difference between dataset and data reader? What are major difference…
ASP.NET Patterns and Architecture Interview Questions and Answers
What are design patterns? What is the difference between Factory and Abstract Factory Patterns? What is MVC pattern? How can we implement singleton pattern in .NET? How do you implement prototype pattern in .NET? What are the situations you will…
ASP.NET Interview Questions and Answers
What’ is the sequence in which ASP.NET events are processed? In which event are the controls fully loaded? How can we identify that the Page is Post Back? How does ASP.NET maintain state in between subsequent request? What is event…
ASP.NET OOPS Interview Questions and Answers
What is Object Oriented Programming? What is a Class? What is an Object? What is the relation between Classes and Objects? What are different properties provided by Object-oriented systems? How can we achieve inheritance in VB.NET? what are abstract classes?…
ASP.NET Caching Interview Questions and Answers
What is an application object? what is the difference between Cache object and application object? How can get access to cache object? What are dependencies in cache and types of dependencies? Can you show a simple code showing file dependency…
ASP.NET Webservices Interview Questions and Answers
What is an application domain? What is .NET Remoting? Which class does the remote object has to inherit? what are two different types of remote object creation mode in .NET ? Describe in detail Basic of SAO architecture of Remoting?…
ASP.NET Threading Interview Questions and Answers
What is Multi-tasking? What is Multi-threading? What is a Thread? Did VB6 support multi-threading? Can we have multiple threads in one App domain? Which namespace has threading? What does Address Of operator do in background? How can you reference current…
ASP.NET .NET Framework Interview Questions and Answers
What is ASP.NET ? What is an IL? What is a CLR? What is CTS? What is a CLS (Common Language Specification)? What is a Managed Code? What is a Assembly? What are the different types of Assembly? What is…