Join Tim Heuer and Craig Shoemaker to learn to build a simple quiz application using Model-View-ViewModel in Silverlight.
Download code sample: mvvm-sl.zip
Duration: 1 hour
<a href=http://www.google.com>blog</a>">http://www.google.com>blog</a> [url=http://www.google.com]blog[/url] <a href="http://www.google.com">blog</a> blog http://www.google.com
blog
<a href=http://www.mixweddingdresses.net>beach wedding dresses</a> brand new red coloured wedding ceremony gown appeared to become the way of life Wedding ceremony brides from rich people just before <a href=www.mixweddingdresses.net/Beach-Wedding-Dresses-Beach-Wedding-Dresses-294418-top.html>corset dresses</a> usually applied affluent shades and textiles to display absent from their household prosperity Throughout the real Nineteenth century a brand new black amazing wedding ceremony gown appeared to become widespread inside Finland! It was not appropriate until eventually Double Victoria wore your white bridal gown the vogue started a lot of females made the decision to utilize white coloured in total of the Double Appear coloured wedding ceremony gowns finished up standard prior to that So the real tailor made of an vibrant marriage ceremony is not as prior due to the fact envision <a href=www.mixweddingdresses.net/Strapless-Wedding-Dresses-Strapless-Wedding-Dresses-254938-top.html>top wedding dress designers</a> <a href=www.mixweddingdresses.net/Wedding-Dresses-2011-Wedding-Dresses-2011-2870-top.html>beach dress</a> <a href=www.mixweddingdresses.net/Flower-Girl-Dresses.html>white flower girl dresses</a> Folks often take into account some kind of whitened bridal gown will probably be
At the end of the video you speak about revisiting this...
Well maybe with the release of Silverlight 4 and the ability for Commanding you should now do just that.
Explain how you would replace the code in the view with commanding to avoid having to write that code.
Sorry, this was my mistake. I had created the Questions ObservableCollection as a field instead of a property.
I.e. public ObservableCollection<Question> Questions;
instead of:
public ObservableCollection<Question> Questions { get; set; }
Took me a little while to find :)
Thanks
Robbie