What's new in FakeItEasy 3.0.0?
Announcing FakeItEasy 3.0.0, a .NET mocking framework update with .NET Core support, new syntax, and improved features.
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.
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.
Step-by-step guide to building .NET Core (ASP.NET 5) apps and deploying them inside Docker containers to Azure and Heroku.
Guide to adding a NuGet package source on macOS and Linux for .NET Core projects.
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.