web api template with full example of code first and swagger versionning and Temporal table (Audit table), .net6 How U Can Use It ? open visual studio code and run command dotnet new --install Template.CleanArchitecure.CodeFirst then u can find template in visual studio 2022 templates or u can create your project by command dotnet new Api.CodeFirst -o 'yourProjectName' If you need Enable swagger Versionning , you can use command dotnet new api.codefirst -o 'yourProjectName' -E 'true' If you need Enable Temporal Table , you can use command dotnet new api.codefirst -o 'yourProjectName' -A 'true'
$ dotnet add package Template.CleanArchitecture.CodeFirstNo README available.