1
I have a system that I am developing in C# WPF using Postgresql as DBMS and wanted to use this same database for my application in ASP.NET MVC.
You can make the Entity Framework have access to the data that is in the Postgresql DBMS in order to use it in my ASP.NET MVC application?
How to make the connection between the Entity Framework and Postgresql?
Yeah, that’s all I wanted to know?
– Maniero
And what’s the best way to do that?
– Bruno Silva
Then I’d have to write a book to answer you,
– Maniero
So how can I make this connection between Entity and Postgres DBMS?
– Bruno Silva
The problem is, I’ll have to explain everything how the EF works for you to understand.
– Maniero
Right, so where can I find links, books, videos or something referent to solve this problem ?
– Bruno Silva
http://answall.com/tags/entity-framework/info
– Maniero