.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 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.
.NET Core Best Practices C# Diagnostics Entity Framework Core LINQ Performance SQL Visual Studio How to Improve LINQ Query Performance with Entity Framework Core In today's post I will show how to use Entity Framework Core to improve LINQ query performance.
.NET .NET Core Asynchronous Best Practices C# Debug Entity Framework Core SQL Threading Visual Studio How to Concurrently Run SQL Transactions with Entity Framework Core In today's post I will show how to use Entity Framework Core and the Task Parallel Library to synchronize data…
Best Practices Entity Framework Core Powershell SQL How to Decide on Manual or Programmatic Database Migration with Entity Framework Core In today's post I will show how to decide between a manual or a programmatic database migration strategy using Entity…
.NET .NET Core Architecture Best Practices C# Caching Performance Visual Studio Web API Improving Performance with Response Caching of a .NET Core Web API In today's post I will show how to use response caching to improve performance of a .NET Core application.
.NET .NET Core Architecture Best Practices C# Caching Performance Visual Studio Web API Improving Performance with In-Memory Caching of a .NET Core Web API In today's post I will show how to use in-memory caching to improve performance of a .NET Core application.
.NET .NET Core Best Practices C# Debug Diagnostics Visual Studio How to Analyze and Improve the Performance of .NET Core Applications In today's post I will show how to use the tools within Visual Studio to analyze performance of a .NET…