plamb wrote:I'd love to see you add a ef5 and mvc4 sample app, postgres preferably, to the list.
Thank you for your suggestion.
plamb wrote:I can't find references to what to replace the following from the default app with.
defaultConnectionFactory should not be changed in case of PostgreSQL as well.
plamb wrote:And just updating the connection string doesn't seem to work quite right either.
If connection string is set via application config file for using it in the default constructor of DbContext ( new MyContext() ), the connection string for Devart.Data.PostgreSql should be set in application config file with the name of user's context (MyContext).
Please refer to
http://blogs.devart.com/dotconnect/enti ... qlite.html.