Skip to main content

Authors

Dalton Smith

Dalton Smith

Contributions by Dalton Smith

Polymorphic Associations Using EF Core

"Polymorphic Associations" is an interesting SQL anti-pattern that is utilized often in Ruby on Rails code. This pattern isn't natively supported in Entity Framework Core; however, Polymorphic Associations can be implemented using existing EF Core features.

Dalton Smith by Dalton Smith