Making sure XUnit tests run on Azure DevOps

Iede Snoek
January 2, 2020 0 Comment

Lately I was (and am still developing) an asp.net core webservice and website for which I have written some unit and integration tests. However, after checking in and building, the […]

MustComeBefore: make sure two dates are in the right order

Iede Snoek
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 […]