• Home
  • Azure
  • .NET
  • DevOps
  • Entity Framework
  • GitLab
  • Sitecore
  • Contact
  • Search
Menu
Topic 10 Posts

Entity Framework

Page 1 of 2 Older Posts

EF Core Audit Extension - now with new features and optimizations ✨

By Maciej Zwierzchlewski in Entity Framework on 25 Nov 2022

Some time ago, I published something called EF Core Audit Extension. A lot has changed since then.…

Entity Framework Core Extension tips & tricks - Injecting dependencies into EF Interceptors

By Maciej Zwierzchlewski in Entity Framework on 11 Nov 2022

Entity Framework interceptors are a great way to make the framework execute your code before (or after) it does its' magic. While some of them might be constructed by simply calling the constructor, sometimes that might just not cut it.…

Entity Framework Core Extension tips & tricks - Custom migration operation dependencies

By Maciej Zwierzchlewski in Entity Framework on 21 Oct 2022

Writing your own Entity Framework extensions can teach you a lot about the internals of building and applying migrations. Unfortunately, the official documentation regarding the topic is rather short, and you might find a couple of key details missing.…

Entity Framework Core Extension tips & tricks - Design Time Services

By Maciej Zwierzchlewski in Entity Framework on 07 Oct 2022

Entity Framework is a powerful tool with so many features it's hard to know them all. Sometimes you might want it to do just a little bit more. Unfortunately, there is no real documentation about how to add functionality to Entity Framework.…

Tracking changes in Entity Framework entites for auditing purposes - SQL Server edition

By Maciej Zwierzchlewski in Entity Framework on 16 Sep 2022

So a time may come when you want to track what's happening to your entities. The reasons for that may vary - it might be necessary for compliance reasons, or you might just need it for tracking down bugs in the system.…

Debugging Entity Framework Core migration scaffolding and execution

By Maciej Zwierzchlewski in Entity Framework on 19 Aug 2022

There might come a time when you need to debug either the migration scaffolding operation or applying the changes to the database - what to do then? It is easier than you might think!…

GitLab CI/CD Series: Putting it all together and making adjustments

By Maciej Zwierzchlewski in DevOps on 12 Aug 2022

This is the fifth post in the GitLab CI/CD Series (oh, how the time flies), where we'll be setting up a build & deploy pipeline using GitLab CI/CD. In the previous posts, we built all the necessary pieces, and now it's time to finally put them all together!…

Running EF Core Migration Bundle on Alpine Linux - problems and optimisations

By Maciej Zwierzchlewski in Entity Framework on 05 Aug 2022

Entity Framework Core Migration Bundles can greatly ease the process of applying database changes during the deployment of your application.…

Page 1 of 2 Older Posts

Topics

.NET: 22 Sitecore: 11 DevOps: 10 Entity Framework: 10 Azure: 9 GitLab: 7 Angular: 4 Azure CLI: 3 Helix: 2 Data Exchange Framework: 2 Docker: 2 Azure App Service: 2 .NET Core: 2 Unicorn: 1 Sitecore Forms: 1 Sitecore Connect for Salesforce: 1 Sitecore Headless: 1 IIS: 1 Google Ads: 1 Conversion Tracking: 1 Alpine Linux: 1 Git: 1 Calendly: 1 RxJS: 1
Maciej & Code © 2025 Published with Ghost • Theme Attila • System theme

This website uses cookies to ensure you get the best experience on my website