News

DotVVM is a new open source Web framework that we developed at Riganti sro. In contrast to other popular frameworks, DotVVM is a client-side library and also a .NET library that helps with building ...
In ASP.NET Core 7, minimal APIs provide a lightweight way to create web APIs with less boilerplate code. However, errors can still occur and you should be able to handle them elegantly.
There are various ways in which you can host your Web API, and you need not always have to host your Web API in IIS. You can host it in a separate process as well.