How to auto generate .net 6 web api client code in typescript during build
With .Net 6 microsoft has introduced the minimal hosting model. In other words, the new .NET 6 minimal hosting model for ASP.NET Core apps requires only one file and a
With .Net 6 microsoft has introduced the minimal hosting model. In other words, the new .NET 6 minimal hosting model for ASP.NET Core apps requires only one file and a
Do you know that you can take the compiler generated dll files and actually re-produce the original source code from it? Yes you heard it right and the process is