Using .NET Core Configuration with legacy projects
A guide on integrating the modern .NET Core Configuration system into legacy ASP.NET Web API projects, covering setup, JSON files, and strongly-typed binding.
A guide on integrating the modern .NET Core Configuration system into legacy ASP.NET Web API projects, covering setup, JSON files, and strongly-typed binding.
A technical guide on generating write-only Shared Access Signature (SAS) keys for Azure Blob Storage using .NET Core.
Release of BrowserStack Automate .NET API client v2.0.1, adding new API features and .NET Core support.
A guide to fixing flaky tests caused by time dependencies using a static SystemDateTime helper class in .NET.
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.
A tutorial on creating a Skype bot using .NET Core and the Microsoft Bot Framework, covering setup, registration, and basic implementation.
A tutorial on building a .NET Core console app that uses Azure Face API to detect and blur faces in images.
Explains how to use the global.json file in .NET Core to reference local project source code instead of NuGet packages for easier debugging and development.
A step-by-step tutorial on building a .NET Core console application that integrates with Azure Service Bus using the AMQP protocol.
A step-by-step tutorial on creating a .NET Core console application using Entity Framework Core with SQLite.
A tutorial on integrating Swagger UI documentation into a .NET Core Web API project using Swashbuckle.
Explains how the .NET Core CLI tooling executes code, detailing the transition from traditional .NET runtime to the new dotnet command-line process.
Developer announces open-source work on a native compiler for .NET Core, enabling C# programs to run as lean, dependency-free native apps.