I know windows forms programming with ado.net.
Now i want to learn WPF and entity framework. Which one should i learn first?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjay DholakiyaPosted Mar 2, 2014, 7:09 PM
Nothing in relation. I mean to say you can start learning with anything.
This is because, you can use entity framework with any technology like wpf, mvc or even with WinForm applications. EF is not designed for any technology.
Now you can design your WPF application without entity framework too. You can create your own class and bind if you want to follow MVVM pattern.
If you want MVVM in your WPF application, it is good to get some idea about entity framework first.
- Sanjay