The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: MVVM using Expression Blend
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujit BhujbalPosted Nov 7, 2011, 1:13 AM
Hey Very Nice article on MVVM
Mike GoldPosted Aug 14, 2011, 12:02 AM
One of the things that bothers me about Blend is if you are a developer, you sometimes don't want to write code the way blend thinks it should be written. Here is one example. If you look at the Button code generated, I would much rather use the Command property of a button and bind to that in my ViewModel, rather than a trigger/action provided by blend. I do like the 'blendability' story it tries to provide though.