Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight MVVM Where to start

My company is making a big push to silverlight and I am getting everything laid out for this push. I am investigating Prism and MVVM in Silverlight. Is this the best way to go. Anyone know any good END to END Tutorials on MVVM in Silverlight.

Thanks

like image 788
Rico Avatar asked Jan 21 '10 22:01

Rico


2 Answers

Mike Taulty's series of Prism (Microsoft's MVVM framework) for Silveright videos is awesome. It took me several days to watch all the videos and do the sample code along with the videos, but it really drove home Prism. I think there are at least 8 hours of actual video. It was well worth the watch for me.

He starts with simple concepts in a console app, and then about a 1/3 of the way through the videos takes the concepts and starts applying them with Prism/Unity in a Silverlight app. He tackles several common problems.

Mike Tault's Blog Post linking to his Channel 9 videos.

Here is the Microsoft Patterns and Practices (the team that wrote Prism and Unity) web site for Prism and Unity.

That should get you started.

like image 66
Jason Jackson Avatar answered Sep 29 '22 02:09

Jason Jackson


If it is only MVVM you are looking for and do not care about all the other stuff you get with PRISM, you might want to check out some of the smaller frameworks as well. I am using the MVVM Light Toolkit by Laurent Bugnion, but there are others as well. Here is a similar thread:
https://stackoverflow.com/questions/1280462/what-mvvm-framework-are-you-using

like image 33
Henrik Söderlund Avatar answered Sep 29 '22 01:09

Henrik Söderlund