I'm developping windows applications with WPF since 1 year .. I want to get started with MVVM pattern.

  • What are excatly all things I should get Hands-on to start MVVM pattern comfortably ? (Any Interesting Links are Welcome)
link|improve this question

This question belongs on programmers.stackexchange.com not stack overflow.com – mydogisbox Feb 5 at 1:07
I think It's not as frequently visited as stack overflow, but i've posted it anyway – Hichem Sharaeen Feb 5 at 1:13
1  
Just because SO has more traffic doesn't mean you should post it on SO. – BoltClock Feb 5 at 1:48
6  
Actually I think this question doesn't belong anywhere... there are dozens of MVVM tutorials on the web, Google will find them for you in no time. – Thomas Levesque Feb 5 at 2:06
2  
One year is way too long before getting started with MVVM. It's at the heart of WPF imho. – Baboon Feb 5 at 2:43
feedback

closed as not constructive by H.B., Thomas Levesque, Amro, Octavian Damiean, Robert Harvey Feb 6 at 1:08

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

Here's 2 instructional video links I usually give out that helped me get started:

http://blog.lab49.com/archives/2650

http://windowsclient.net/learn/video.aspx?v=315275

In the end you'll most likely migrate to one of the well built MVVM frameworks that do a lot of the dirty work for you like this one that I currently use:

http://caliburnmicro.codeplex.com/

It is important to first learn how to hand roll your own MVVM frameworks for your apps, then you can move on to one of the pre-built frameworks to save you a lot of time.

link|improve this answer
feedback

Try this :

http://www.codeproject.com/Articles/Josh-Smith

link|improve this answer
Whilst this may theoretically answer the question, we would like you to include the essential parts of the linked article in your answer, and provide the link for reference. Failing to do that leaves the answer at risk from link rot. – Kev Feb 5 at 20:44
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.