views:

29

answers:

1

It seems from the MSDN overview that the only change to ADO.Net in .Net 4 is the addition of Entity Framework.

I'm working on refactoring some legacy database access to use ADO.Net and one of the things I'd like to document as project issues is any benefit from moving to .Net 4 from the .Net 3.5sp1 we're currently targeting (we have a WPF GUI - it's a pure desktop app).

+1  A: 

There have been a lot of improvement on linq-to-SQL as well see here, and that was for beta2, don't know if more stuff made it in the Release:

http://damieng.com/blog/2009/06/01/linq-to-sql-changes-in-net-40

Stephane

related questions