Flask equivalent for .Net Framework or C #

Is there any equivalent of the Python Flask web programming frame that exists for C # or .Net? Now I want to learn more about C # because I found that I enjoy working with it in a separate project, and now I want to try to write a web application in it.

+3


source to share


1 answer


ASP.NET MVC will be the closest thing to Flask as it is MVC, but it is loaded with a bunch of stuff where Flask is a microstructure.



Edit: In @emodendroket's suggestion, Nancy seems very appropriate for a lightweight web framework.

+5


source







All Articles