Quantcast
Channel: Michaël’s coding thoughts
Browsing latest articles
Browse All 31 View Live

Get all prediction scores from your ONNX model with ML.NET

Recently I wrote an article about getting all prediction scores from your ML.NET model. So, when we want to do this for an ONNX model we have loaded with ML.NET, that should work the same, right? Not...

View Article



Speaking about machine learning and Xbox achievements

A couple of my recent articles were about machine learning and image classification in C#. These posts were the results of a pet project on which I was working. I will be speaking about this project at...

View Article

Three episodes about Machine Learning and Xbox achievements at dotnetFlix

I had the honor to be a guest at the dotnetFlix channel, hosted by Sander Molenkamp and Edwin van Wijk. I share more on the techniques, frameworks and libraries I have used and I finish with a...

View Article

Manage Azure AD applications from an Azure DevOps Pipeline

A lot of people prefer to manage their infrastructure as code. Some infrastructures might require an App Registration in an Azure AD. So, why would we not apply the IaC practice here as well? An Azure...

View Article

Add Azure Active Directory authentication to an App Service from an Azure...

Azure App Services make it quite easy for you to add one or more authentication providers to your application. But how do you add Azure AD as a provider using Infrastructure as Code? In this article I...

View Article


Using the OpenCV VideoCapture class with the name of a Camera

To capture images in my applications, I use the VideoCapture class of the EmguCV library, an OpenCV wrapper for .NET. To choose a specific camera, you need to supply an index value. But getting this...

View Article

Create an Azure SQL Database Failover Group with the Azure CLI

With an Azure SQL Database, Microsoft is already providing high availability with an SLA of at least 99.99%. But if you want to prevent to be affected by a large regional event or want to meet...

View Article

Pixcel: Convert an image into Excel pixel art

Last week I received an invitation for a social work meeting about "Pixel art in spreadsheets". I thought: "How hard can it be". Well, it is about 25 lines of C# 9.0 hard! :D

View Article


Using Private Link with a Failover Group for Azure SQL Database

In a previous article I described how to configure an Azure SQL database failover group for high availability across multiple regions. But what if you want to limit network traffic to a database in...

View Article


My Advent of Code 2021

I recently joined the Advent of Code 2021. During the first 25 days of December, the challenges made me (re)discover many possibilities with C#, some that are long available but maybe not that well...

View Article
Browsing latest articles
Browse All 31 View Live




Latest Images