Some Basic Understanding of Asp.net Core web API.
Asp.net Core is a free, open-source and cross-platform framework. the main target of this framework to target the Cloud. Designed to run on the Cloud as well as On-premises.
Why we need to go for asp.net core web API?
- Supports Multiple Platforms: it supports Windows, Linux, Mac OS, etc.
- IoC Container:
- Hosting: we can host our asp.net core app on different servers like IIS, Apache, etc.
- Fast: the application speed is more than asp.net.
- Integration with Modern UI Frameworks: we can develop UI applications in React JS, Angular, Vuejs, etc.
Why .Net Core?
.NET Core
- It is cross-platform and runs on multiple OS like Windows, Mac, and Linux.
- Developed from scratch from Microsoft Team.
- .NET core is lightweight, Fast, modular, and cross-platform.
- Flexible deployment.
- Supports Multi-language like C#, F#
Post a Comment (0)