Question Bank
3705 approved questions from the community
What is the purpose of the 'virtual' keyword in C#?
What is the 'override' keyword used for in C#?
What is the IApplicationBuilder interface used for in ASP.NET Core?
What is ConfigureAwait(false) used for in async methods?
What is the difference between IEnumerable and IQueryable in LINQ?
What is the yield keyword used for in C#?
What are nullable reference types in C# 8.0+?
What is the purpose of the 'params' keyword in C#?
What is the difference between 'ref' and 'out' parameters in C#?
What is expression-bodied member syntax in C#?
What is the purpose of the 'async Main' feature in C#?
What does SQL stand for?
What is First Normal Form (1NF) in database normalization?
Which of the following are key differences between .NET Core and .NET Framework? (Select all that apply)
Which of the following are advantages of using Entity Framework? (Select all that apply)
Why is 'PDF tagging' essential for accessibility?
What is the primary accessibility benefit of using semantic HTML elements like <main>, <nav>, and <header>?
What identifies an 'accessible infographic' for screen reader users?
Which of the following are valid ways to make a podcast accessible to users with hearing impairments?
It is a best practice to remove the visual focus outline (e.g., outline: none) from actionable elements for all users via CSS.