#entity-framework
Read more stories on Hashnode
Articles with this tag
Entity Framework Core (EF Core) is a powerful and flexible object-relational mapping (ORM) framework for .NET applications, enabling developers to...
Query interceptor in EF core allows developer to intercept the query before or after the execution. This provides the ability of interception,...