Question Bank
3705 approved questions from the community
Which of the following are key differences between .NET Core and .NET Framework? (Select all that apply)
Which of the following are recommended practices for securing an ASP.NET Core web application? (Select all that apply)
Which of the following are common caching strategies in ASP.NET Core? (Select all that apply)
Which of the following are SOLID principles? (Select all that apply)
Which of the following are ACID properties in SQL transactions? (Select all that apply)
Which of the following are advantages of using stored procedures? (Select all that apply)
Which of the following are aggregate functions in SQL? (Select all that apply)
Which of the following are valid ways to create and manage threads in .NET? (Select all that apply)
Which of the following are characteristics of interfaces in C# 8.0 and later? (Select all that apply)
Which of the following are common approaches to API versioning in ASP.NET Core? (Select all that apply)
Which of the following are strategies to optimize garbage collection in .NET? (Select all that apply)
Which of the following are access modifiers in C#? (Select all that apply)
What keyword is used in C# to handle exceptions?
What is a multicast delegate in C#?
What are lambda expressions in C#?
What is covariance and contravariance in C# generics?
How are sessions typically managed in ASP.NET Core?
What is Data Annotations in ASP.NET Core?
What is the difference between .FirstOrDefault() and .SingleOrDefault() in LINQ?
What is ConfigureAwait(false) used for in async methods?