ASP.NET Core has a modular architecture, which means developers can include only the necessary _________ they need.
- Components
- Dependencies
- Frameworks
- Libraries
ASP.NET Core's modular architecture allows developers to include only the necessary dependencies they need for their application. This reduces the size and overhead of the application, making it more efficient and scalable. Developers can choose and add libraries and frameworks as per their project requirements.
Loading...
Related Quiz
- What does the Update-Database command do in the context of ASP.NET Core Identity migrations?
- You have heard about real-time web technologies and are curious about one that can be used with ASP.NET Core to develop chat applications. Which technology is commonly used for this purpose?
- Which component of Entity Framework Core represents a session with the database and can be used to query and save instances of your entities?
- Which of the following best describes where you would apply the [Authorize] attribute?
- You're developing a multi-tenant application where each tenant has its own database. Which Entity Framework Core feature can help you manage multiple databases effectively?