Update to EF Extras Project
As I blogged about this before, I continue working on my Entity Framework Code First extras project on CodePlex. Today I added support for indexes to the functionality of the project. I bumped up the version to 0.9.4. I wanted an ability to declaratively express indexes on tables via attributes. So, I added a new …