Polly is great library for easily configuring different kinds of policies around code execution, be it retry, circuit breaker, caching or lots of...
This is part 2 of my series on unit testing in .NET (C#) and will be about my conventions regarding naming unit tests, how to structure them and which...
I feel like unit testing is very important and very beneficial in a lot of ways. It helps with not breaking existing functionality and thereby also...
I've been working with Swagger through NSwag a lot recently and also needed to get it to work when hidden behind a reverse proxy - i.e. another...
The other day I was writing a unit test to verify what was supposed to happen when a Task would throw an exception when awaited. It wasn't as straight...
When you want to make content types appear or behave differently in EPiServer - for example changing the default view or disable sticky view - you...