04/04/2025
We keep developing open-source libs; a couple of days ago we released WebApiToolkit of 3.0.0 : C # lib that helps to build Full CRUD Controller in Asp Net application within ~20 lines of code and read-only Controller in just 10 lines of code, with same infrastructure you could build a GRPC services too, all examples are available in solution sources with automated tests. You could find our lib here : https://github.com/Wissance/WebApiToolkit/releases/tag/v3.0.0
Readme itself is the article - https://github.com/Wissance/WebApiToolkit
We would be very thankful if you gave us a star.
Хэштег Хэштег Хэштег Хэштег
Release 2.0.0 was made under certain circumstances (and now we are going to revert contract back!) Additionally we implemented the following features: Make consistent order of Template args ( #6) A...