Skip to content

The Reformed Programmer

I am a freelance .NET Core back-end developer

  • Home
  • Contact
  • Hire Me

Entity Framework Core in Action Book

See my Entity Framework Core in Action book. The 2nd. edition covers EF Core 5. Use discount code smithpc to get 40% off!

  • GitHub
  • LinkedIn
  • Twitter

Recent Posts

  • Three ways to securely add new users to an application using the AuthP library
  • Part6: Using sharding to build multi-tenant apps using ASP.NET Core and EF Core
  • Advanced techniques around ASP.NET Core Users and their claims
  • Building ASP.NET Core and EF Core hierarchical multi-tenant apps
  • Multi-tenant apps with different versions can increase your profits

Categories

  • .NET Core (41)
  • ASP.NET Core (29)
  • ASP.NET MVC (14)
  • C# (6)
  • Domain-Driven Design (15)
  • Entity Framework (68)
  • GenericServices (13)
  • JavaScript (4)
  • NoSQL (3)
  • Performance (6)
  • React.js (4)
  • SignalR (2)
  • Software Design (8)
  • Uncategorized (2)

Archive

  • 2022
  • 2021
  • 2020
  • 2019
  • 2018
  • 2017
  • 2016
  • 2015
  • 2014
  • 2013

Category: Entity Framework

My experience of using modular monolith and DDD architectures

My experience of using modular monolith and DDD architectures

Last Updated: July 6, 2021 | Created: February 8, 2021

This article is about my experience of using a Modular Monolith architecture and Domain-Driven Design (DDD) … Continue reading My experience of using modular monolith and DDD architectures

Categories ASP.NET Core, Domain-Driven Design, Entity Framework, GenericServices, Software Design5 Comments on My experience of using modular monolith and DDD architectures

How to update a database’s schema without using EF Core’s migrate feature

Last Updated: January 27, 2021 | Created: January 26, 2021

This article is aimed at developers that want to use EF Core to access the database … Continue reading How to update a database’s schema without using EF Core’s migrate feature

Categories .NET Core, Entity Framework2 Comments on How to update a database’s schema without using EF Core’s migrate feature
New features for testing your Entity Framework Core 5 and above

New features for testing your Entity Framework Core 5 and above

Last Updated: January 25, 2022 | Created: January 21, 2021

This article is about automating the testing of applications that use Entity Framework Core (EF Core), … Continue reading New features for testing your Entity Framework Core 5 and above

Categories .NET Core, Entity FrameworkTags .NET, EF Core, integration testing, testing, unit testing2 Comments on New features for testing your Entity Framework Core 5 and above
Updating many-to-many relationships in EF Core 5 and above

Updating many-to-many relationships in EF Core 5 and above

Last Updated: March 23, 2021 | Created: January 14, 2021

EF Core 5 added a direct many-to-many relationship with zero configuration (hurrah!). This article describes how … Continue reading Updating many-to-many relationships in EF Core 5 and above

Categories Entity Framework37 Comments on Updating many-to-many relationships in EF Core 5 and above
Introducing the EfCore.SoftDeleteServices library to automate soft deletes

Introducing the EfCore.SoftDeleteServices library to automate soft deletes

Last Updated: January 13, 2021 | Created: January 12, 2021

Following on from my articles “EF Core In depth – Soft deleting data with Global Query … Continue reading Introducing the EfCore.SoftDeleteServices library to automate soft deletes

Categories Entity Framework2 Comments on Introducing the EfCore.SoftDeleteServices library to automate soft deletes
EF Core In depth – Tips and techniques for configuring EF Core

EF Core In depth – Tips and techniques for configuring EF Core

Last Updated: October 27, 2020 | Created: July 17, 2020

This article is being more efficient at configuring your EF Core DbContext that runs fast and … Continue reading EF Core In depth – Tips and techniques for configuring EF Core

Categories Entity Framework4 Comments on EF Core In depth – Tips and techniques for configuring EF Core
EF Core In depth – Soft deleting data with Global Query Filters

EF Core In depth – Soft deleting data with Global Query Filters

Last Updated: July 26, 2021 | Created: July 2, 2020

This article is about a way to seemingly delete data, but in fact EF Core hides … Continue reading EF Core In depth – Soft deleting data with Global Query Filters

Categories .NET Core, Entity Framework18 Comments on EF Core In depth – Soft deleting data with Global Query Filters
EF Core In depth – what happens when EF Core writes to the database?

EF Core In depth – what happens when EF Core writes to the database?

Last Updated: July 31, 2020 | Created: June 13, 2020

This article is the second “under the hood” view of what happens when you use EF … Continue reading EF Core In depth – what happens when EF Core writes to the database?

Categories .NET Core, Entity FrameworkLeave a comment on EF Core In depth – what happens when EF Core writes to the database?
EF Core In depth – what happens when EF Core reads from the database?

EF Core In depth – what happens when EF Core reads from the database?

Last Updated: January 28, 2021 | Created: May 31, 2020

This article gives an “under the hood” view of what happens when EF Core reads in … Continue reading EF Core In depth – what happens when EF Core reads from the database?

Categories Entity Framework10 Comments on EF Core In depth – what happens when EF Core reads from the database?

Improving Domain-Driven Design updates in EfCore.GenericServices

Last Updated: July 31, 2020 | Created: January 27, 2020

I love giving talks, because it makes think about what I am talking about! The talk … Continue reading Improving Domain-Driven Design updates in EfCore.GenericServices

Categories Domain-Driven Design, Entity Framework, GenericServices8 Comments on Improving Domain-Driven Design updates in EfCore.GenericServices

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 7 Next page
Proudly powered by WordPress