Browse by Tags
All Tags »
MVVM (RSS)
After the last post , got quite a few requests to put it on Codeplex. So here it goes : http://coremvvm.codeplex.com/ Share this post
Read More...
CoreMVVM download (for those in a hurry :) ) The MVVM Toolkit is a pretty barebones template for MVVM and is a good place to start with if you are new to this pattern. Over time, as i played around with this toolkit, the library grew in size. Its been
Read More...
Aha!!! Isnt that what we were all waiting for.. You can get this from here This has been created by the WPF team. So be assured that its good quality... In addition the toolkit includes: ยท A Visual Studio 2008 template (Visual C# Express 2008 also supported)
Read More...
Came across Kents post on this topic that provides a strong case for the use of CLR objects for view Models. The post is on the longer side but is an interesting read. :) ... Good one to read in your coffee break. LINK Share this post
Read More...
If you are interested in using MVVM architecture for your applications you should defintely take a look at the screencasts made available on Josh's site . Implementing Model-View-ViewModel in WPF Implementing Model-View-ViewModel in Silverlight Implementing
Read More...
Did you check out Sonic... Its a pretty complex mp3 player by Sacha that "allows the users to specify the users music location(s) (Via App.Config) and then use some funky LINQ/IQueryProvider magic to work out what MP3s are available, and the use the ID3
Read More...