Jason Rowe

Be curious! Choose your own adventure.

Tag: EF

  • Top 5 Features of Code First Entity Framework CTP4

      The latest release of Entity Framework CTP4 has some nice but unexpected changes. They introduced DbContext and DbSet to simplify model caching, database provisioning, schema creation and connection management. Here are my top 5 favorite features of the release. Less code and fewer Concepts. The coolest part is the use of convention over configuration. […]