0

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?

1
  • 1
    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? Commented May 22, 2014 at 12:23

2 Answers 2

1

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

Read this for complete information:

Link

Sign up to request clarification or add additional context in comments.

Comments

1

Yes, just download from nuget and get cracking.

MSDN

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.