Can I use Npgsql Data Provider in my .NET 4.0 project?
Posted
by kyrisu
on Stack Overflow
See other posts from Stack Overflow
or by kyrisu
Published on 2010-03-30T12:18:58Z
Indexed on
2010/03/30
12:23 UTC
Read the original article
Hit count: 562
I have an MVC project that I would like to write in .NET 4.0
Is it possible to use Npgsql (which currently supports .net 3.5 ) if I will use it through Entity Framework, and I will limit myself to features of EF contained within 3.5?
© Stack Overflow or respective owner