What is ASP.NET Core?
ASP.NET Core is an open source cross platform framework to build web applications, IoT application and mobile backend applications. These application run on .NET Core or the full .NET framework. These application can be deployed in could or run on premises. It is a cross platform framework hence we can run on Windows, Mac and Linux. You can found the open source in GitHub in the following url https://github.com/aspnet/home
Advantages of ASP.NET Core
- You can build Web UI and APIs in the same application
- You can integrate modern client side frameworks and development workflows
- It is a cloud ready environment based configuration system
- It has its own build in dependency injection
- It has light weight and modular HTTP request pipeline
- You can host the application in IIS or any other web server of your choice
- It support side by side application versioning
- It can be entirely shipped as a NuGet packages
- There are so many new tooling which simplifies modern web developments
- You can build and run in any environment (Windows, Mac and Linux)
- It is an open source and community supported
Comments
Post a Comment