A History of .NET Runtimes
An exploration of the history and variety of .NET runtimes, from Microsoft's official frameworks to community and research projects.
An exploration of the history and variety of .NET runtimes, from Microsoft's official frameworks to community and research projects.
SQL LocalDB Wrapper v2 released, a .NET library for programmatically managing SQL Server LocalDB instances, now with .NET Core support.
Introduces a NuGet package for writing application logs to xunit test output, aiding in debugging .NET Core tests.
Explains .NET Core shared frameworks, comparing framework-dependent vs. self-contained deployments and detailing how the host loads dependencies.
A tutorial on enabling SourceLink for .NET Core libraries to allow users to step into source code during debugging.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.
A technical deep-dive exploring the internal structure of .NET Core .dll files, including IL code and assembly references.
Introduces a .NET Core package for simplifying plugin system development by handling complex assembly loading and dependency management.
A technical guide on setting up automated code signing for .NET NuGet packages using Azure Key Vault, AppVeyor CI, and a DigiCert certificate.
A tutorial on implementing a binary classification machine learning model using ML.NET in .NET Core to predict Titanic passenger survival.
An in-depth look at CoreRT, a .NET runtime designed for Ahead-of-Time (AOT) compilation, comparing it to existing .NET AOT solutions.
A guide to setting up and using the dotnet watch tool for automatic application restarts during .NET Core development in Visual Studio.
A guide on using the dotnet-addcasa global tool to automatically add Code Analysis and StyleCop checks to .NET Core projects.
A technical tutorial on deploying and running a Durable Azure Function inside a Docker container, covering prerequisites and step-by-step setup.
A technical guide on running a precompiled .NET Core Azure Function inside a Docker container using the Azure Functions Runtime image.
Explains how Tiered JIT Compilation works in .NET Core, a major change allowing methods to be re-compiled for optimization.
A guide on preparing a .NET Core console application for Docker, focusing on proper shutdown handling for containerized environments.
A tutorial on integrating Code Analysis and StyleCop for code quality in .NET Core projects, including setup and rule configuration.
Explains .NET Standard, its purpose, and how it relates to .NET Core, .NET Framework, and other implementations.
A step-by-step tutorial on integrating .NET Core with Azure Search to create, manage, and query indexes.