Angel
Angel

Reputation: 309

Use Entity Framework 6.0 in .net 4.0 application (wpf)

I have a WPF application which uses .Net framework 4.I would like to use entity framwork 6 on my application for data access. Will I get all the entity framework 6 features in my .net 4.0 application?

Upvotes: 0

Views: 126

Answers (2)

Syed Farjad Zia Zaidi
Syed Farjad Zia Zaidi

Reputation: 3360

Yes you can access all the features of Entity Framework 6 while using .NET 4.

Read this for complete information:

Link

Upvotes: 1

Tim Sneed
Tim Sneed

Reputation: 490

Yes, just download from nuget and get cracking.

MSDN

Upvotes: 1

Related Questions