Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms

    For some reason the family of design patterns that exist around the Model View Controller pattern seem to be an elusive band of characters. The first time I encountered Model View Controller I studied the text hard trying to understand how the Strategy , Observer and Composite patterns worked together...
    Posted to Craig Shoemaker (Weblog) by craigshoemaker on 11-03-2009, 12:00 AM
    Filed under: ASP.NET, Design Patterns, AJAX, WPF, MVC, windows forms, .NET, Silverlight, MVVM
  • Hands-On Model-View-ViewModel (MVVM) for Silverlight and WPF

    Over the years I have spent a fair amount of time thinking about design patterns surrounding the presentation layer . Just as your values as a grown-up are often determined by experiences you have as a child – I think my interest in these patterns stem from frustrations I had as a newbie developer. When...
    Posted to Craig Shoemaker (Weblog) by craigshoemaker on 02-26-2009, 12:00 AM
    Filed under: Design Patterns, Architecture, Podcast, WPF, Silverlight, Pixel8, MVVM
  • Connect ViewModel and View using Unity

    In this post i want to describe the approach of connecting View and ViewModel which I'm using in my last project. The main idea is to do it during resolve inside of unity container. It can be achived using InjectionFactory introduced in Unity 2.0 public static class MVVMUnityExtensions { public static...
    Posted to Alexey Zakharov's Blog (Weblog) by brainbox on 03-14-2010, 12:00 AM
    Filed under: Silverlight, WPF, MVVM, DI, Inversion of Control, IoC, Unity, Dependency Injection
  • Silverlight Commands Hacks: Passing EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger

    Today I've tried to find a way how to pass EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger. By reverse engineering of default InvokeCommandAction I find that blend team just ignores event args. To resolve this issue I have created my own action for triggering delegate commands...
    Posted to Alexey Zakharov's Blog (Weblog) by brainbox on 03-24-2010, 12:00 AM
    Filed under: Silverlight, WPF, Blend, MVVM, Commands
  • Podcast: Advanced MVVM with Josh Smith

    Author, Microsoft MVP and accomplished pianist Josh Smith , Sr. UX Developer at IdentityMine , joins the show to discuss some of Model View ViewModel’s more advanced scenarios. Full Speed: download Fast Version: download Josh shares is experience using MVVM gives some real-world advice on: Using modal...
    Posted to Craig Shoemaker (Weblog) by craigshoemaker on 05-17-2010, 12:00 AM
    Filed under: Podcast, WPF, Silverlight, Polymorphic Podcast, MVVM
  • Silverlight hierarchy gridview with MVVM

    Since few days i have been struggling to bind a gridview from a simple WCF async call. Following article look promising… http://blogs.telerik.com/vladimirenchev/posts/09-10-16/how_to_silverlight_grid_hierarchy_load_on_demand_using_mvvm_and_ria_services.aspx I conclude binding is not simple traditional...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-20-2010, 12:00 AM
    Filed under: WPF, MVVM, Telerik, Gridview, Silverlight
Page 1 of 1 (6 items)