Is CodeFirst intended for large scale applications?
Posted
by
RoboShop
on Programmers
See other posts from Programmers
or by RoboShop
Published on 2011-06-22T04:26:25Z
Indexed on
2011/06/22
8:30 UTC
Read the original article
Hit count: 684
entity-framework
|codefirst
I've been reading up on Entity Framework, in particular, EF 4.1 and following this link ( http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx) and it's guide on Code First.
I find it neat but I was wondering, is Code First supposed to be just a solution for rapid development where you can just jump right in without much planning or is it actually intended to be used for large scale applications?
© Programmers or respective owner