Andy Dent
Andy Dent

Reputation: 17971

Are the only changes in ADO.Net for .Net 4 in Entity Framework?

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).

Upvotes: 2

Views: 100

Answers (1)

Stéphane
Stéphane

Reputation: 11884

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

Upvotes: 1

Related Questions