Question Bank
3705 approved questions from the community
What is Data Annotations in ASP.NET Core?
What is the difference between .FirstOrDefault() and .SingleOrDefault() in LINQ?
What is the difference between optimistic and pessimistic locking in databases?
What is the Global Assembly Cache (GAC)?
In .NET, what is Just-In-Time (JIT) compilation?
What are attributes in C#?
In ASP.NET Core, Areas are used to organize related functionality into separate namespaces and folder structures within an application.
What is .NET?
What is the primary role of the Common Language Runtime (CLR)?
What distinguishes managed code from unmanaged code in .NET?
In C#, where are Value Types typically stored in memory?
Which phase of Garbage Collection identifies which objects in the heap are still in use?
Which type of class in C# cannot be instantiated and is meant specifically to be inherited from?
What is the primary purpose of encapsulation in object-oriented programming?
Which type of polymorphism is achieved through method overriding in C#?
What is the primary difference between an abstract class and an interface in C#?
In the async/await pattern, what happens when the 'await' keyword is encountered?
What is reflection in .NET used for?
Which ASP.NET Core component handles HTTP requests and responses in a pipeline?
In SQL, what is the 'ACID' property that ensures all operations in a transaction succeed or none at all?