Projects
.NET Core versioning is a mess. There are lots and lots and lots of
version numbers, from runtime to SDK, from Visual Studio to languages
and of course .NET Standard. So what SDK corresponds to which runtime
again? I know there some sort of a system, but it differs per …
To display version information about .NET Core on versionsof.net,
I had to decode the releases.json
files in the dotnet/core repo. Not a big
problem, you’d think. These are just JSON files, how hard can it be?
That’s fair, but the schema, nor the data of …
Fake.StaticGen is a toolkit for generating static websites using FAKE build scripts. It provides a
framework for including pages and files and writing those out to disk in
the correct folder structure. Fake.StaticGen tries to be very flexible
and give you full control of the way you want …
Schoolrooster voor Zermelo is an app that allows students
and teachers to check their timetables on all their Windows 10 devices.
The app works with all schools and organizations that use the Zermelo
portal technology to manage the timetabling process. The app is built on
the Universal Windows Platform with …
In 2014 I released my first app into what was then called the Windows
Phone Store. It shows the latest background images used on Bing, and
allows you to save them in multiple different formats, both landscape
and portrait orientations. The app was built using the WinRT SDK and
localized …