3. Using the Designer

Congratulations. You’ve now written a real Entity Framework application. A pretty simple one, I grant you, and you’re unlikely to build many applications that only need a couple of loops and some Console.Writeline() statements by way of UI, but the skills you’ve already gained will get you through a surprising number of situations, particularly when you have a preexisting database that’s in reasonably good shape.

But of course that isn’t always going to be true, and there’s a lot more to learn about working with Entity Framework. (Otherwise this would be a very short book!) You might, for example, decide to start your application with the EDM and build the database from it (Model-First), or you might decide to forego a model ...

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.