Category: Programming

All my blog posts about programming in general, often C# / .NET related.

Client certificates in ASP.NET

Authentication is often a broad, difficult and not straightforward topic to work on as a software engineer. There are endless options to secure your application and just as many ways...

Technorama Netherlands 2023 in review

During and shortly after COVID I kind of lost track of IT conferences. Working more from home and occasionally visiting the office makes your professional circle increasingly smaller without you...

Snapshot testing with Verify

Have you ever programmed something that had to output a string or file into a specific format? Whether it’s CSV, a markup language or worse.. position based text, I’ve written...