EF4, MVC 3, Azure and Code First or Traditional
Posted
by
RichardAlanA
on Stack Overflow
See other posts from Stack Overflow
or by RichardAlanA
Published on 2011-01-09T14:54:57Z
Indexed on
2011/01/10
1:53 UTC
Read the original article
Hit count: 521
I am planning to build a web application using ASP MVC3 that runs on Azure with a SQL Azure back end. I would like to use the Microsoft stack and have no plans to ever change to another stack. I am looking into the use of WCF and WF but that would be in the future.
I looked at the traditional and Code First approach to using Entity Framework but I can't see if there is any advantage in using one or the other approach. Sure they each have advantages but for me I don't care if my classes do inherit from EF classes. All I want is to find the most efficient solution.
Can anyone out there give me some advice as to which approach might be the best.
thanks very much
Richard
© Stack Overflow or respective owner