May 2011 Blog Posts

Entity Framework Code First

I keep finding myself referring to two links on Entity Framework Code First: http://www.hanselman.com/blog/PDC10BuildingABlogWithMicrosoftUnnamedPackageOfWebLove.aspx  This is Scott Hanselman's introductory demo to "the unnamed package of love" where he demos EF Code First ("Magic Unicorn"), MvcScaffolding ("HanselScaffold"), Sql Server Compact Edition, and Ninject.  It's one of those videos where I finish feeling like I can take on the world.  It is mega cool. http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-code-first-walkthrough.aspx  This is the Entity Framework team's quick walk-through of EF Code First.  It includes the list of conventions, a quick tutorial on getting...