244 Views
This post focus on Entity Framework 4.1 Code First technology which allows developers to code their domain first and from that code generate database without writing any line of SQL code. Such approach is encourage by very popular Domain Driven Development methodologies.
At this point, for extremely simple data models with very simple relationships it's a good timesaver. Other than that, I would think very hard about using it full time. Especially with the lack of proper migration support.