Azure Container Instances - C# .NET Core apps running as containers in your private Azure Container Registry
Guide to running C# .NET Core apps as containers in Azure Container Instances using a private Azure Container Registry.
Guide to running C# .NET Core apps as containers in Azure Container Instances using a private Azure Container Registry.
How to decompress zlib data in .NET Core using the SharpZipLib library, as the built-in DeflateStream is incompatible.
Explores .NET Core startup hooks for injecting code at app launch, demonstrating pranks like inverting console output and modifying Array.Empty.
A detailed technical guide exploring the purpose, structure, and configuration options of the runtimeconfig.json file in .NET Core applications.
A developer shares their 2018 job search journey, from multiple interviews to finding a fulfilling role in robotics software development.
An analysis of ASP.NET Core's maturity, comparing its stability and API evolution to Node.js and the .NET Framework.
A developer shares how to use .NET Core Global Tools for minifying web assets, introducing the custom 'Miglifier' tool.
A deep dive into the .NET Core Runtime, exploring its components and building a 'Hello World' app from the raw CoreCLR source.
Explains the Cache-Aside Pattern for performance optimization and demonstrates its implementation in .NET Core using IMemoryCache.
SQL LocalDB Wrapper v2 released, a .NET library for programmatically managing SQL Server LocalDB instances, now with .NET Core support.
An exploration of the history and variety of .NET runtimes, from Microsoft's official frameworks to community and research projects.
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.