Recent articles filed under .NET

Building a custom Kubernetes operator in C#

Created 1/7/2023 9:47:12 AM
Filed in .NET

Setting up environments in Kubernetes can be done in quite a few ways. You can use Helm, plain manifests, Kustomize and custom-built CLI tools. But what are you going to do after you’ve configured the environment? Read this post to find out how I used C# to write a custom operator in C# to manage my MLOps environment.

Read more

Run Rider even with the new .NET Core 2.0 SDK

Created 8/15/2017 8:27:14 AM
Filed in .NET

This week .NET Core 2.0 alongside with ASP.NET Core 2.0 was released. A lot of improvements were made to the runtime and the size of the standard libraries has increased significantly. More and more .

Read more

Using WCF in combination with .NET Core SDK

Created 7/19/2016 7:01:00 AM
Filed in .NET

At my current project we're working hard to get a new REST API running on top of ASP.NET Core. One of the things we need to do is communicate with a set of existing WCF Services in the back office of

Read more

Why you should try F#

Created 6/26/2016 6:58:00 AM
Filed in .NET

A few weeks ago I gave F# a shot, I have my personal reasons for doing this. But I can imagine you are confused about this sudden move. Why should you even try this weird language? Almost nobody uses

Read more

Getting started with F# on your mac

Created 6/9/2016 6:57:00 AM
Filed in .NET

Functional programming is becoming a thing. More and more people are talking about it. I used to use Scala for a lot of projects, but always wondered about F#. Last week I swallowed the blue pill and

Read more