Question Bank
3705 approved questions from the community
Skeuomorphic design (design that mimics real-world objects) is always better for accessibility than flat design.
Automated accessibility testing tools can catch all accessibility issues on a website.
What is the appropriate use of tabindex="0"?
What is an element's 'accessible name'?
How can using plain language benefit the accessibility of a project?
Which of the following are benefits of using LINQ in C#? (Select all that apply)
What is a delegate in C#?
What does MVC stand for in ASP.NET?
What is the main difference between Razor Pages and MVC in ASP.NET Core?
Indexing in SQL always improves query performance without any drawbacks.
What is normalization in database design?
What is the difference between a clustered and non-clustered index in SQL?
What does the DELETE command do in SQL?
In C#, strings are reference types even though they behave like value types in many scenarios.
The 'using' statement in C# automatically calls Dispose on IDisposable objects when the block exits.
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.
In C#, the 'new' keyword when used in a method declaration hides the inherited member instead of overriding it.
What is the IDisposable interface used for in .NET?
What is the Large Object Heap (LOH) in .NET?