jbogard / ContosoUniversityCore

MIT License
591 stars 151 forks source link

Bad Idea: Binding to Entities. Or is it? #29

Closed cocowalla closed 6 years ago

cocowalla commented 6 years ago

I came your slide deck on ORMs, and have a question on slide 45 "Bad Idea: Binding to Entities" - doesn't EntityModelBinder in your Contono Github repos go against this?

jbogard commented 6 years ago

The talk example is about binding request variables to entities. The EntityModelBinder is about loading an entity via ID in the request.

cocowalla commented 6 years ago

My bad