.NET, Postgres and Kubernetes: a match made in heaven?

Iede Snoek
June 28, 2023 0 Comment

Introduction When I started out using .NET development, many years ago, SQL Server was the default database server to be used, and let’s be honest: .NET support for SQL Server […]

Introducing the Eventualist.Extension Package

Iede Snoek
March 5, 2023 0 Comment

While programming some other projects, I came upon recurring tasks which causes me to produce a lot of boilerplate code. That is why I started the Eventualist.Extension package (Eventualist is […]

MustComeBefore: make sure two dates are in the right order

Iede Snoek
January 2, 2020 0 Comment

Sometimes it is handy to know when people are working with time intervals, whether the dates are in the right chronological order. Of course, you perform this task with Javascript […]

How to enable dynamic compilation in ASP.NET Core

Iede Snoek
December 9, 2019 0 Comment

In previous versions of ASP.NET MVC and Core, changes to a (cs)html page were reflected immediately (after refreshing the browser of course). However, this is not the case anymore in […]