Question Bank
1085 approved questions from the community
Dynamic import in Next.js allows components to be loaded on demand.
Next.js requires a Node.js server for server-side rendering features.
Next.js provides built-in support for TypeScript.
Which keyword is used to define the entry point of a C# console application?
In C#, strings are reference types even though they behave like value types in many scenarios.
Generic classes in C# allow you to define classes with placeholders for the type of data they operate on.
In C#, a class can inherit from multiple classes.
What does SQL stand for?
Partial classes in C# allow the definition of a class to be split across multiple files.
What type of class in C# cannot be inherited from?
Which of the following are access modifiers in C#? (Select all that apply)
Which of the following are aggregate functions in SQL? (Select all that apply)
What is a namespace in C#?
In C#, Reference Types store a reference to the actual data which is allocated on the heap.
What does MVC stand for in ASP.NET?
What is Unit Testing in .NET?
What does CI/CD stand for in software development?
What is a primary key in a database table?
What is a foreign key in SQL?
What does the DELETE command do in SQL?