What do you mean by ASP.NET Core Web API Architecture also Characteristics of ASP.NET Core Web API Architecture
ASP.NET Core Web API Architecture
•ASP.NET Web API is mainly based on the MVC architecture. The .NET framework and .NET Core also share a number of APIs.
New Features in ASP.NET Core Web API
Cross-Platform - ASP.NET Web API Core is cross-platform; therefore, it is suitable for running on any platform like Windows, Mac, or Linux. Earlier ASP.NET applications were not able to run on Linux and Mac operating systems.
Backward Compatibility - For existing applications, ASP.NET Web API Core supports two frameworks.
Faster- ASP.NET Web API Core is much faster than previous versions
Static Content - wwwroot folder contain all the static content e.g. js, CSS, images.
Comments
Post a Comment