#partial-classes

[ follow ]
fromHackernoon
6 months ago

Entity Framework 8 - Partial Classes Tricks You Should Know About | HackerNoon

In EF 8, generating classes directly from the database can lead to loss of customizations when the model is regenerated; partial classes offer a solution to this issue.
Bootstrapping
[ Load more ]