asp.net core ASP.NET Core - Tips and Tricks - Swagger Part 1 Shows how to configure authentication/authorization in the Swagger UI when using ASP.NET Core and Swashbuckle
dotnet core Dotnet Core - Custom ConfigurationProvider for Docker Swarm Secrets Shows how to read secrets stored in your docker swarm and use it as configuration in your dotnet core application
episerver JOS.ContentSerializer now supports TimeSpan? out of the box JOS.ContentSerializer now has native support for TimeSpans
dotnet Dotnet Core - Filter out specific test projects when running dotnet test Quick example showing how to exclude tests in a certain project when running dotnet test
c-sharp Let's talk about mapping objects in c-sharp Why should we map our models to a different object before exposing the data in a API response? How to map our models?