March 2010 Entries

Utah Code Camp: Spring 2010

Just got confirmation today, I’ll be speaking at the upcoming Utah Code Camp. The topic is ASP.NET MVC: A First Look. I’m hoping to introduce MVC to the uninitiated. If you’re curious or even if you’re a skeptic, come and join me and I’ll walk you through many of the features of MVC that make it such a great framework (including some of the newer versions in the recently released MVC 2).

MVVM: Going it alone

If you want to implement MVVM for your next/current project, but you can’t seem to find a framework that works for you then give a look at Rob Eisenberg’s presentation from MIX10, Build Your Own MVVM Framework. Here’s the synopsis: You've heard a lot about Model-View-ViewModel (MVVM), but you've struggled to see how it can help you in your day-to-day work. Or, you're experienced at implementing MVVM, but looking for some ways to maximize your investment in this methodology. In this talk, we build a simple MVVM framework by iteratively identifying pain points in our UI...

MVVM with Prism 101 – Part 6b: Wrapping IClientChannel

Source Code Part 1: The Bootstrapper Part 2: The Shell Part 3: Regions Part 3b: View Injection and The Controller Pattern Part 4: Modules Part 5: The View-Model Part 5b: ServiceLocator vs Dependency Injection Part 6: Commands Part 6b: Wrapping IClientChannel I wasn’t originally planning on a post specific to this topic, and there is likely some rehashing...

 

 

Copyright © Mark J. Miller