Question Bank
3705 approved questions from the community
What is normalization in database design?
What is a foreign key in SQL?
What is a primary key in a database table?
What does CI/CD stand for in software development?
What is the purpose of mocking in unit tests?
What is Unit Testing in .NET?
What is Blazor in the .NET ecosystem?
What is SignalR in ASP.NET Core?
What is the main difference between Razor Pages and MVC in ASP.NET Core?
What does MVC stand for in ASP.NET?
What is the Global Assembly Cache (GAC)?
What are extension methods in C#?
What is Entity Framework?
What is the IApplicationBuilder interface used for in ASP.NET Core?
What is the ThreadPool in .NET?
What is LINQ in C#?
The 'using' statement in C# automatically calls Dispose on IDisposable objects when the block exits.
What does SQL stand for?
In C#, async methods must always return Task or Task<T>.
Generic classes in C# allow you to define classes with placeholders for the type of data they operate on.