Free eBook on Model View View Model design pattern
Well, I give up for now on trying to explain MVVM to myself, I am just going to read the Free eBook you can find at the site links listed below. I have struggled with the reason to use MVVM for Arduino/Netduino applications, but after viewing the Robert Green videos, it is pretty clear that I need to understand in depth the concepts of MVVM. Here is why:
- Splitting of design and coding, MVVM makes this easier
- Testing of UI can done in a separate process from testing of code
- Motivation for automatic testing of code, in my case, making sure to create all of my demos using test patterns means that I can quickly test that I have not made some stupid modification to my apps prior to demos.
The key piece for the MVVM (or as I mistakenly called it: MVC, this is more oriented to Web designs):
Web Site: https://msdn.microsoft.com/en-us/library/windows/apps/xx130643.aspx
eBook: https://www.microsoft.com/en-us/download/confirmation.aspx?id=39042
Thanks to Jerry Nixon, this is a very prescriptive process and by the time you get done with this book you will have an indepth understanding of how to use MVVM in the Windows 8.1 Store app environment.
Make sure to follow the follies and seriousness over at https://blog.jerrynixon.com . And darn it he does mention the developer’s guide as well!
Comments
Anonymous
July 14, 2014
>> ... by the time you get done with this book you will have an indepth understanding of how to use MVVM in the Windows 8.1 Store app environment. While I appreciate the ebook, I'll not be reading it. Your statement above IS the problem. As annoyed as we developers are with Windows 8 we absolutely HATE the app store! Let us distribute apps to our own customer base. The app store should be an option not a mandate!Anonymous
July 20, 2014
Hi, Thanks for sharing the link for the e booksAnonymous
September 29, 2014
Thanks for sharing!