there's any tutorial who explains how to use asp mvc with postgres? (or any other db who don't be MSSQL)
![]() ![]() ![]() |
|||
|
![]() ![]() ![]() |
There's two ways you can go.
Here's a code project article describing how to use the data provider: http://www.codeproject.com/KB/database/afppostgresqlintro.aspx |
||
|
![]() ![]() |
I have to use a webservice as data source, i make a wrapper for the webservices and put all the data in lists, so i can use linq with them. Then use all existing tutorials for MVC. |
||
|