Question Bank
1899 approved questions from the community
What are attributes in C#?
When a method returns a Task and throws an exception, where is the exception stored?
In ASP.NET Core, Areas are used to organize related functionality into separate namespaces and folder structures within an application.
Extension methods must be defined in a static class and must themselves be static methods.
The Task Parallel Library (TPL) in .NET uses the ThreadPool internally to manage tasks.
What is First Normal Form (1NF) in database normalization?
What is the purpose of the 'virtual' keyword in C#?
What is the purpose of the 'async Main' feature in C#?
What are nullable reference types in C# 8.0+?
What is the yield keyword used for in C#?
What is Data Annotations in ASP.NET Core?
How are sessions typically managed in ASP.NET Core?
What are lambda expressions in C#?
What is a multicast delegate in C#?
What is eager loading in Entity Framework?
What is lazy loading in Entity Framework?
What is the Large Object Heap (LOH) in .NET?
What is the IDisposable interface used for in .NET?
What is the difference between scalar functions and table-valued functions in SQL?
What is a composite key in SQL?