4
Shouts

Demystifying Entity Framework Strategies: Model Creation Workflow - MSDN Magazine - Julie Lerman

published 738 days, 14 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 739 days, 13 hours, 16 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:33:47 PM GMT

As a data-access technology designed to meet the needs of a variety of development styles, the Microsoft Entity Framework presents developers with a lot of options. Some of these choices need to be made early on in your development cycle and will impact what options you’ll have further along in your development process. In my next three columns, I’ll provide high-level guidance for some of the biggest decisions you’ll need to make with the Entity Framework:

Code First, Model First or Database First workflows for creating a conceptual model
Lazy, explicit or eager loading
Plain Old C# Objects (POCOs) or EntityObjects
LINQ to Entities or Entity SQL

There are many more design decisions to be made throughout your application, but these questions are the most frequently asked—and often debated—by developers as they begin to implement the Entity Framework into existing or new applications.

I’ll attack the conceptual model creation workflow here and cover the other three topics in the next two columns. My goal is to provide a high-level overview...

category: Architecture | clicked: 22 | | source: msdn.microsoft.com | show counter code
tags: Entity Framework, MSDN Magazine

No comments yet, be the first one to post comment.

To post your comment please login or signup