---
title: "what is new in mvc dot net core?"  
description: "what is new in mvc dot net core?"  
author: "Aditya Patel"  
published: 2018-05-19  
canonical: https://answers.mindstick.com/qa/42611/what-is-new-in-mvc-dot-net-core  
category: "technology"  
tags: ["web programming"]  
reading_time: 1 minute  

---

# what is new in mvc dot net core?

## Answers

### Answer by Harsh Srivastava

In August 2017, the ASP.NET team announced the public release of [ASP.NET Core](https://www.mindstick.com/articles/12946/get-started-with-asp-dot-net-core-mvc-and-visual-studio) 2.0, released at the same time with .NET Core 2.0, [Entity Framework](https://www.mindstick.com/articles/12153/how-to-access-data-in-mvc-using-entity-framework) Core 2.0 and the .NET Standard 2.0 specification. The release of .NET Standard 2.0 has also included the increased number of APIs that are now available in .NET Core, with the framework now covering a higher number of the use cases needed by existing teams and/or projects **\****Why use ASP.NET Core?**

- A unified story for [building web](https://www.mindstick.com/forum/160438/explain-the-concept-of-minimal-apis-in-dot-net-core-6-and-how-they-simplify-building-web-apis) UI and web APIs.
- A [cloud](https://www.mindstick.com/services/cloud-development)-ready, [environment](https://answers.mindstick.com/qa/33855/which-day-is-celebrated-as-worlds-environment-day)-based [configuration](https://www.mindstick.com/articles/13112/setting-up-the-perfect-configuration-for-your-work-computer) system.
- Built-in [dependency injection](https://answers.mindstick.com/qa/111786/can-you-explain-the-concept-of-dependency-injection-and-its-benefits).
- Ability to host on Apache, Docker, Nginx, IIS, and also self-host in your own process.
- Side-by-side app versioning when targeting .NET Core.
- Tooling that simplifies modern [web development](https://www.mindstick.com/services/web-development).
- A high-performance and lightweight Modular HTTP request pipeline.
- Ability to build and run on Windows, Linux, and macOS.
- [Integration](https://answers.mindstick.com/qa/92702/what-is-cti-integration) of modern, [development workflows](https://answers.mindstick.com/qa/113691/what-role-does-zig-play-in-modern-game-development-workflows) and client-side frameworks.
- It's Open-source and community-focused.

\
***I hope it's Informative...***


---

Original Source: https://answers.mindstick.com/qa/42611/what-is-new-in-mvc-dot-net-core

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
