What is the default entry point of an ASP.NET Core application?
Which file is used to configure middleware components?
What is the main function of Middleware in ASP.NET Core?
Where are static files typically placed in an ASP.NET Core app?
Which method is used to add MVC services in Startup.cs?
What is Middleware in ASP.NET Core?
What is the main purpose of Dependency Injection in ASP.NET Core?
Which interface is used for logging in ASP.NET Core?
What is the default ORM used in ASP.NET Core for database access?
Which attribute is used for model validation in ASP.NET Core?
What is the purpose of the IHostedService interface in ASP.NET Core?
Which pattern is used to separate read and write operations in ASP.NET Core?
What does the UseMiddleware<T>() method do in ASP.NET Core?
What fallback transport does SignalR use if WebSockets are not available?
What is the main purpose of the MediatR library in ASP.NET Core?