To support a real page, your entity model is going to need multiple entities and associations between them. Here's how to add them. This column continues my exploration of both Dynamic Data and Entity ...
There are two attributes you can put on your entity class properties: one is a convenience, the other is essential, and both are required when the primary key for a table consists of two columns. When ...
I'm not a big fan of what I call "aggressive code-first," where your table design is derived from your object design. And, to tell you the truth, I'm not sure I have a good reason for my skepticism.