.NET .NET Core ASP.NET Core C# Entity Framework Core Unit Testing Visual Studio Web API How to Unit Test a .NET Core Minimal Web API In today's post I will show how to implement a Minimal Web API with Unit Testing.
.NET .NET Core C# Entity Framework Core Visual Studio Web API Using Entity Framework Core within a .NET Core Minimal API In today's post I will show how to implement a Minimal Web API with Entity Framework Core.
.NET .NET Core C# Entity Framework Core Generics Patterns Visual Studio Using Design Patterns in .NET Core – Part 1 – Repository In today's post I will show how to apply the Repository design pattern with Entity Framework Core.
.NET .NET Core Asynchronous C# Entity Framework Core Performance SQL Swagger Visual Studio Web API How to use Bulk Updates and Batching with Entity Framework Core In today's post I will explain how to run bulk updates and batches with Entity Framework Core.
.NET Core C# Entity Framework Core Patterns Visual Studio How to Use the Unit of Work Pattern with Entity Framework Core In today's post I will show how to use the unit of work pattern with Entity Framework Core.
.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…
.NET Core C# CRUD Entity Framework Core LINQ SQL How to use Entity Framework Core to Access Data with LINQ In today's post I will show how to use Entity Framework Core to implement data access and CRUD operations on…
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 Core C# Entity Framework Core Fluent Assertion SQL Visual Studio How to Use Entity Framework Core Fluent API to Define Table Relationships In today's post I will show how to use Fluent API and Entity Framework Core to define relationships between multiple…