Using MiniProfiler with MongoDB
A guide to integrating MiniProfiler with MongoDB in .NET using the MongoFramework wrapper library for performance profiling.
A guide to integrating MiniProfiler with MongoDB in .NET using the MongoFramework wrapper library for performance profiling.
A guide to compiling C code directly to WebAssembly using LLVM, bypassing the larger Emscripten toolchain for a leaner approach.
A technical blog archive chronicling deep-dive projects and experiments in C#, .NET, low-level programming, and reverse engineering.
Learn to use Azure App Configuration for centralized configuration in C# .NET Core apps, covering portal, CLI, and programmatic access.
Explores the benefits of Ahead-of-Time (AOT) compilation for C#/.NET applications, comparing it to JIT and discussing performance and efficiency gains.
Argues that modern C++ idioms like smart pointers and string_view are insufficient to prevent memory safety vulnerabilities, advocating for memory-safe languages.
A guide to building Blazor UI components manually using C# and RenderTreeBuilder instead of Razor syntax.
Tutorial on using Azure Dev Spaces with AKS for local development, testing, and debugging C# .NET Core apps in Kubernetes.
Argues Rust is a poor replacement for C due to its rapid feature growth and complexity, contrasting it with C's stability and portability.
A tutorial on building an ASP.NET Core Web API to create custom Slack slash commands for jokes, weather, and URL shortening.
A developer shares how creating a Flappy Bird clone sparked their journey into software engineering, leading to a career change via a conversion Master's degree.
A software engineer describes their daily routine, including personal projects, work tasks, and team interactions in a full-stack development role.
Explores whether C# qualifies as a low-level language by porting a C++ raytracer to C# and analyzing performance, value types, and systems programming.
A .NET developer at Microsoft introduces himself, his side projects like the bflat C# compiler, and his experimental C# demos.
Guide to using Azure Managed Identity with C# to securely access Key Vault secrets in Azure Container Instances.
Guide on creating secret volumes in Azure Container Instances and consuming them with C# .NET Core, comparing secure environment variables and secret volumes.
Guide to running C# .NET Core apps as containers in Azure Container Instances using a private Azure Container Registry.
Guide on querying SQLite databases hosted on Azure File shares from multiple containers in AKS for scalable data processing.
A monthly blog post summarizing key .NET ecosystem updates for February 2019, including .NET Core 3.0 Preview, Polly for resilience, and the .NET Foundation.
Explores the challenges of implementing Java's ReferenceQueue and PhantomReference concepts in C# for garbage collection notification.