Reputation: 309
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
Reputation: 3360
Yes you can access all the features of Entity Framework 6 while using .NET 4.
Read this for complete information:
Upvotes: 1