The Dotnet Watch Tool Revisited
A guide to setting up and using the dotnet watch tool for automatic application restarts during .NET Core development in Visual Studio.
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.
A tutorial on how to programmatically read Azure Service Health activity logs using .NET Core and the Azure SDK.
A PowerShell script to automate creating an Azure Service Principal and generating a .azureauth file for use with the Microsoft.Azure.Management.Fluent library.
A tutorial on connecting a .NET Core application to Azure Cosmos DB, covering account setup, document creation, and querying.
A step-by-step tutorial on implementing a Kafka Pub/Sub system using Docker and .NET Core, including code examples.
A step-by-step tutorial on integrating Couchbase Lite, an embedded NoSQL database, with a .NET Core console application.
Guide to creating custom build configurations (beyond Debug/Release) for .NET Core projects using MSBuild scripts.
A technical guide for a Global Azure Bootcamp session on deploying .NET Core applications with Docker and Kubernetes on Azure.
A step-by-step tutorial on setting up and using Couchbase NoSQL database with a .NET Core console application, including Docker installation.
Explores performance improvements in LINQ methods for .NET Core, highlighting specific optimizations and benchmark results.
A tutorial on integrating Twilio's SMS API with a .NET Core console application, including code examples.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.