DEV Community

All Tech Geeks
All Tech Geeks

Posted on

Asp.Net Core Web API Tutorial For Beginners

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.

Top comments (0)