Is there an infrastructure like Loopback or Sails.js for ASP.NET?

It seems that the NodeJs community has built several frameworks to provide rapid prototyping of the web service and API. However, I cannot find the same for ASP.NET or ASP.NET Core.

Is there an infrastructure like Loopback or SailJs for ASP.NET?

+4
source share
1 answer

ASP.NET Web API + Swashbuckle is the closest comparison in the .NET world.

ASP.NET Web API is the foundation for building a web API on top of the .NET Framework.

Swashbuckle is an implementation of the Swagger documentation generation for the web API.

Azure , Azure Mobile Services Azure API , .

+3

Source: https://habr.com/ru/post/1629428/


All Articles