.NET .NET Core C# Visual Studio Explaining the DateOnly and TimeOnly Types in .NET 6 In today's post I will explain the DateOnly and TimeOnly date and time types introduced in .NET 6
.NET .NET Core ASP.NET Core C# Visual Studio Web API How to Create a Minimal Web API with .NET 6 In today's post I will show how to create a minimal Web API application using Visual Studio.
.NET .NET Core C# E2E Testing MSTest Selenium Unit Testing Visual Studio How to Implement End to End Tests in a .NET Core Web Application with Selenium and MSTest In today's post I will show how to implement end to end tests with Selenium and MSTest in an ASP.NET…
.NET .NET Core Architecture Upgrading to .NET 5 and the Future of .NET Core In today's post I will discuss the future of .NET Core and upgrading to .NET 5.
.NET .NET Core Asynchronous C# Patterns Performance SQL Threading Visual Studio How to Throttle Parallel Batch Data Processing Tasks with .NET Core In today's post I will show how to throttle parallel batch data processing tasks with .NET Core.
.NET .NET Core Architecture Best Practices C# Diagnostics Patterns Visual Studio Web API Implementation of Web API Health Checks with .NET Core In today's post I will show how to implement API health checks with .NET Core.
.NET .NET Core Architecture C# MassTransit Messaging Patterns Queuing Service Bus Visual Studio Using MassTransit for Distributed Message Handling with .NET Core In today's post I will show how to use distributed message handling with MassTransit and .NET Core.
.NET .NET Core Best Practices C# Dependency Injection Mock Moq NUnit TDD Testing Visual Studio Web API How to Unit Test ASP.NET Core Web API Controllers In today's post I will show how to unit test .NET Core Web API controllers.
.NET .NET Core ASP.NET Core Best Practices C# Diagnostics Visual Studio Web API An Overview of Error and Status Handling of HTTP Requests in a .NET Core Web API Application In today's post I will give an overview of error and status handling of HTTP requests in a .NET Core…
.NET .NET Core ASP.NET Core Best Practices C# Diagnostics Serilog Visual Studio Web API Using Serilog File Logging in a .NET Core Web API In today's post I will explain how to use the Serilog file logger within a .NET Core Web API application.