문제

I'm writing an application, following the repository pattern, that uses Entity Framework 5. So, I have my own DbContext class already, but it currently just uses the default Sqlite local database. I'm now trying to figure out how to introduce Devart's dotConnect for Postgres into this and make my DbContext connect to and use postgres. It looks like dotConnect provides support for this, but I can't make sense of their examples.

Are there any basic, working examples of this anywhere? I've seen a few but they're all pretty complicated looking and the code is too messy for me to comprehend just the basics. Is there maybe a good explanation of what to do at the most simple level?

도움이 되었습니까?

해결책

We have answered you at the Devart forum: http://forums.devart.com/viewtopic.php?f=30&t=28113.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top