Who are you?

When you were thinking about implementing a model of the recipes we looked at, did you think about identifying the keys and the many-to-many relationship between quick breads and pan sizes? If you did, you’re using the relational database paradigm and you’ve probably spent more time on the database side of “the great divide”.

Or did you think about identifying all the attributes that recipes have in common and the hierarchical relationship between different types? That’s Object-Oriented Analysis & Design (OOA&D), and you’re probably more comfortable with code than third normal form.

Or are you like me, and you flip back and forth between the two and invest way too much energy in trying to decide which paradigm would be best or easiest ...

Get Fluent Entity Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.