ef5 & mvc4 sample
Posted: Wed 18 Jul 2012 15:51
I'd love to see you add a ef5 and mvc4 sample app, postgres preferably, to the list. I can't find references to what to replace the following from the default app with.
And just updating the connection string doesn't seem to work quite right either.
Code: Select all
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>
</entityFramework>