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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *