0
votes

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?

2
Why is this a question? Do you have any evidence to the contrary, or do you experience any conflict when trying to reference EF6? Have you tried adding it? Did you look up the release notes and general documentation of Entity Framework 6? Is your question based on anything other than the numerical difference of their version numbers?Flater

2 Answers

1
votes

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

Read this for complete information:

Link

1
votes

Yes, just download from nuget and get cracking.

MSDN