c-sharp How C# Records will change my life The new record type will be a huge timesaver when working with immutable objects in C#
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?