Asp.Net MVC and Entity Framework Architecture

Posted by Pino on Stack Overflow See other posts from Stack Overflow or by Pino
Published on 2010-05-17T10:18:07Z Indexed on 2010/05/17 10:20 UTC
Read the original article Hit count: 265

Filed under:
|
|

Hi,

I'm working on a fairly large project at the moment and am currently in the planning stages. I've done a lot of reading into the various patterns suggested for development, somthing that has split the team at the moment is when using Entity Framework should the classes be passed through the applciation layers so that a view accepts an Entity Framework class or should these classes be mapped to BLL Classes and if so at which point (Controller or Library) should this be done?

I'm interested in hearing some positives and negitives for each solutions.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc