Category: .NET
-

Preview 3 of .NET 8 includes a new project templates to create an API with a todo service instead of the weather forecast . Looking…
-

A new feature of C# 11 allows abstract static members with interfaces. This makes it possible to define class methods to be used as a…
-

Visual Studio 2022 17.5 includes new HTTP client tooling. This tool makes it easy to create API calls directly from Visual Studio, with a great…
-

The System.Text.Json serializer that was introduced with .NET Core 3.0 gets new features with every new .NET version. With .NET 7, features such as type…
-

EF Core has powerful options to map your domain model to a relational database. In this article, I’ll show you how to use the Fluent…
-

Creating Windows applications, UI controls are bound to the UI thread. .NET made it to different iterations with different patterns dealing with asynchronous programming. .NET…
-

This article shows how to use dotnet publish to create a Docker image without using a Dockerfile – including deployment with GitHub Actions.
-

Running MySQL in a Docker container, and accessing it from EF Core
-

The last time the [Thrive conference](https://thriveconf.com) was held was in 2019. Now it’s happening again May, 24-25 2022 in Bistrica, Slovenia. I’m excited to give…
-

Windows services are programs that are automatically started when the system starts up, or when the user logs in. They run in the background and…
