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

  • A pattern / library for methods that return a status, including localization
  • Applying an improved multiple languages library to .NET applications
  • Improving the support of multiple languages in .NET applications
  • ASP.NET Core: Three(+1) ways to refresh the claims of a logged-in user
  • How to take an ASP.NET Core web site “Down for maintenance”

Categories

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

Archive

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

Year: 2020

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 Framework22 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?
Domain-Driven Design and Entity Framework Core – two years on

Domain-Driven Design and Entity Framework Core – two years on

Last Updated: July 31, 2020 | Created: April 4, 2020

This article is about my experiences of applying a Domain-Driven Design (DDD) approach when working with … Continue reading Domain-Driven Design and Entity Framework Core – two years on

Categories Domain-Driven Design, GenericServices28 Comments on Domain-Driven Design and Entity Framework Core – two years on

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
Proudly powered by WordPress