Skip to main content

How To Use EF Core Interceptors

About 5 minC#DotNetArticle(s)blogmilanjovanovic.techcsc#csharpdotnet

How To Use EF Core Interceptors 관련

C# > Article(s)

Article(s)

How To Use EF Core Interceptors
EF Core is my favorite ORM for .NET applications. Yet, its many fantastic features sometimes go unnoticed. For example, query splitting, query filters, and interceptors. EF interceptors are interesting because you can do powerful things with them. For example, you can hook into materialization, handle optimistic concurrency errors, or add query hints. The most practical use case is adding behavior when saving changes to the database.

이찬희 (MarkiiimarK)
Never Stop Learning.