Recent articles filed under .NET

The Promise of .NET Aspire: A Deep Dive into Orchestrating AI Solutions

Created 2/28/2024 9:30:50 AM
Filed in .NET

For the last few months, I've been working on a generative AI tool for my colleagues to use for a wide range of use cases. It's a chatbot with an integrated semantic search engine that can answer questions based on internal data sources. It was challenging to deploy and maintain the solution with only two people. So we decided to experiment with a new tool, .NET Aspire to see if that would help us save time on operating the digital assistant. Here's how that went.

Read more

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