Question Bank
1899 approved questions from the community
What are nullable reference types in C# 8.0+?
What is the yield keyword used for in C#?
What is the IApplicationBuilder interface used for in ASP.NET Core?
What is the 'override' keyword used for in C#?
What is the purpose of the 'virtual' keyword in C#?
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 difference between scalar functions and table-valued functions in SQL?
How are NULL values typically handled in SQL comparisons?
What is a composite key in SQL?
What is the difference between GROUP BY and HAVING in SQL?
What is the purpose of the EXPLAIN or QUERY PLAN statement in SQL?
What is the difference between EXISTS and IN operators in SQL?
What is a Common Table Expression (CTE) in SQL?
What are window functions in SQL?
What is the difference between DELETE and TRUNCATE in SQL?
What is the difference between INNER JOIN and LEFT JOIN in SQL?
In Entity Framework, what are migrations used for?