.NET .NET Core Best Practices C# Entity Framework Core OWASP How to Use Raw SQL Queries in Entity Framework Core In today's post I will be showing you how to use raw SQL queries in Entity Framework Core.
.NET Core ASP.NET Core Identity C# Entity Framework Core OpenAPI Swagger Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 3) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core C# Entity Framework Core OData OpenAPI Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 2) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core C# Entity Framework Core JWT MVC Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 1) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core C# Entity Framework Core SQL Visual Studio How to use SQL Stored Procedures with Entity Framework Core In this post I will be showing how to use SQL stored procedures with Entity Framework Core
.NET Core C# Entity Framework Core Microservice OpenAPI SQL Swagger Visual Studio Web API How to Create a Microservice with .NET Core In today's post I will show how to create a Microservice using .NET Core.
.NET Core Entity Framework Core Powershell SQL Visual Studio How to Apply Entity Framework Core Migrations between SQL Databases In this post I will show how to apply Entity Framework Core Migrations between SQL Databases.
.NET Core C# Entity Framework Core Fluent Assertion Powershell SQL How to Apply Database Schema Changes using Entity Framework Core in .NET Core Applications In this post I will show how to apply changes to your database schema using EF Core in .NET Core…
.NET Core ASP.NET Core Identity C# Entity Framework Core Visual Studio How to Seed Data within your .NET Core Applications In this post I will show how to seed data within your .NET Core Applications.
.NET Core C# Entity Framework Core NUnit SQL TDD Visual Studio How to Unit Test .NET Core Applications with In-Memory Data Providers In this post I will be showing how to use in-memory data providers to test .NET Core applications.