Read Azure Service Health Activity Logs with .NET Core
A tutorial on how to programmatically read Azure Service Health activity logs using .NET Core and the Azure SDK.
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.
Announcing FakeItEasy 3.0.0, a .NET mocking framework update with .NET Core support, new syntax, and improved features.
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.
A tutorial on using .NET Core and Roslyn for basic code generation, demonstrating namespace replacement in C#.
A guide to using Cake build automation with C# to create a single, cross-platform DevOps pipeline for .NET Core projects on AppVeyor and Travis CI.
Explains why Thread.CurrentPrincipal is not set in ASP.NET Core and provides guidance on handling user identity in the new framework.
Microsoft's new dotnet new command allows creating and installing custom project templates from NuGet, zip files, or folders.
A tutorial on creating a simple Web API using .NET Core and the NancyFX framework, highlighting its simplicity and features.
A developer's guide to building a smart mirror using a Raspberry Pi, .NET Core, and C# for a UWP application.
A developer's guide to getting started with the .NET Core Tools MSBuild 'alpha', covering installation, project creation, and configuration.