Coding Aspnetcore Automatically generating Typescript API clients on build with NSwag How to automatically generate Typescript API clients on build for your aspnet core API using NSwag and Swagger.
Coding Unit testing Test your code against a SQL database (with NUnit) How to run test (in parallel) against an actual SQL database (with NUnit)
Coding Aspnetcore Grpc Use Azure AD authentication with gRPC. How to setup a gRPC service in ASP.NET core 3.0 using Azure AD for authentication.
Coding Unit testing Run your unit tests in parallel with NUnit How to safely run unit tests in parallel using NUnit. Examples in are specific for NUnit but, you can apply this pattern to any other test framework that supports parallel execution.
Coding Aspnetcore Automatically generating C# API clients on build with NSwag How to automatically generate C# API clients on build for your aspnet core API using NSwag and Swagger.
Coding How to make internal members visible to other assemblies with the new CSPROJ format How to add the InternalsVisibleTo attribute to your generated AssemblyInfo.cs when using the new CSPROJ