Question Bank
721 approved questions from the community
How do you implement authorization in middleware and routes in Next.js?
What is the Global Assembly Cache (GAC)?
What is expression-bodied member syntax in C#?
What is the difference between optimistic and pessimistic locking in databases?
When designing a multi-tenant database schema, which approach isolates each tenant's data in separate databases?
What is the purpose of .NET Standard?
What is covariance and contravariance in C# generics?
What is the difference between .FirstOrDefault() and .SingleOrDefault() in LINQ?
What is ConfigureAwait(false) used for in async methods?
What is Dependency Injection (DI) in .NET Core?
What is the difference between Task.Run and Task.Factory.StartNew in .NET?
What is a materialized view in SQL?
In .NET, what is Just-In-Time (JIT) compilation?
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 strategies to optimize garbage collection in .NET? (Select all that apply)
What is the difference between IEnumerable and IQueryable in LINQ?
How can SQL injection attacks be prevented in .NET applications?
How can you mitigate the risk of Sensitive Data Exposure?
Which of the following are part of the OWASP Top 10 vulnerabilities? (Select all that apply)