Fixing an old .NET Core native library loading issue on Alpine
A developer's walkthrough of diagnosing and fixing a .NET Core native library loading error for SQLite on Alpine Linux.
A developer's walkthrough of diagnosing and fixing a .NET Core native library loading error for SQLite on Alpine Linux.
An overview of C# and .NET Core in 2025, covering its open-source status, strengths, weaknesses, and comparisons to other languages like Java and Go.
A historical look at the evolution of the ".NET Core" name, tracing its usage from the .NET Compact Framework to modern cross-platform .NET.
A guide on exposing .NET feature flags via an API and consuming them in an Angular front-end application for coordinated feature rollouts.
A guide to programmatically changing the ServiceLifetime of a service after it's been added to the .NET ServiceCollection.
Announces new .NET learning paths for APIs, C#, and Blazor, plus a personal update on the author's newborn.
A developer's shift from Windows development to backend .NET work and personal tech hobbies like home automation and 3D printing.
A guide on how to transfer .NET Core user secrets between development machines, explaining the file location and security considerations.
A technical guide on containerizing Azure Functions using Docker, covering setup for .NET Core v2 and v3 with Dockerfile examples.
A guide on using NDepend's static analysis and dependency graphs to quickly understand and identify issues in a new .NET codebase.
A developer's journey to diagnose and fix a memory leak in a C# .NET Core API using tools like dotnet dump and dotMemory.
A tutorial on using the Tfe.NetClient library to manage Terraform Cloud infrastructure from a .NET Core console application.
Explains how to implement concurrent producer/consumer pipelines in .NET using System.Threading.Channels, with a practical example of generating Twitter card images.
A hands-on tutorial on configuring and using Microsoft's default Dependency Injection container in a .NET Core console application.
A guide to optimizing .NET Core Docker image size using multi-stage builds and assembly trimming for a replication tool.
Explores the challenge of mapping .NET Core framework assemblies back to their original NuGet packages, focusing on an issue in ReSharper/Rider's auto-reference feature.
A tutorial on using Dapr with .NET Core to securely read and access Kubernetes secrets within a microservices application.
Explains how to fix circular dependencies in .NET Core by using lazy service resolution with IServiceProvider.
A tutorial on building an OCR application using Blazor and Azure Computer Vision to extract text from images.
A tutorial on debugging .NET Core applications integrated with Dapr using Visual Studio Code, including configuration steps.