Reading RAW Image Files In .NET A friend recently asked if I could help build a very simple image manipulation console…
Understanding the Seq Storage view Seq 2021 introduced a fantastic new visualization of how Seq uses disk and memory resources,…
Car Registration #API now available in #Slovenia Slovenia is a European country with a population of 2.081 Million, and a total of…
Improving application security in ASP.NET Core Razor Pages using HTTP headers – Part 1 This article shows how to improve the security of an ASP.NET Core Razor Page application…
Building your own private Kubernetes cluster on a Raspberry PI 4 with K3S In this article, we will look at setting up your own private Kubernetes cluster on…
Run EF Core Migrations in multiple databases with Azure DevOps This is a follow-up post. Last year I wrote a blog post running EF Core…
IEnumerable Chunk In .NET 6 While looking through changes mentioned in .NET 6, I noticed that there was a new…
Authenticating ASP.NET Core MVC applications with Azure Active Directory B2C – User flows – Part2 This article will discuss about implementing Authentication of ASP.NET Core MVC applications with Azure Active…
Announcing .NET 6 Preview 7 We are delighted to release .NET 6 Preview 7. It is the last preview before…
.NET August 2021 Updates – 5.0.9, 3.1.18, 2.1.29 Today, we are releasing the .NET August 2021 Updates. These updates contains reliability and other…
.NET Framework August 2021 Security and Quality Rollup Today, we are releasing the August 2021 Security and Quality Rollup Updates for .NET Framework.…
Announcing .NET MAUI Preview 7 .NET 6 Preview 7 is now available, and we have introduced all new layouts for…
Preview Features in .NET 6 – Generic Math If you’ve ever wanted to use operators with generic types or thought that interfaces could…
String Interpolation in C# 10 and .NET 6 Text processing is at the heart of huge numbers of apps and services, and in…
Authenticating ASP.NET Core MVC applications with Azure Active Directory B2C – Part1 This article will discuss about implementing Authentication of ASP.NET Core MVC applications with Azure Active…
Generating Random Numbers In .NET True randomness has always been something I struggled to get my head around. Even how…
Send Emails using Microsoft Graph API and a desktop client This article shows how to use Microsoft Graph API to send emails for a .NET…
Deep-dive into .NET Core primitives: deps.json, runtimeconfig.json, and dll’s I learned to program with gcc, C++, and vim. When I started working with C#…
Docker + dotnet-watch I made a change to dotnet-watch recently that will make it much easier to setup…
.NET Core Global Tools and Gotchas As announced recently in the .NET Core 2.1 Roadmap, the .NET Core 2.1.300 SDK will…