Stories recently tagged with 'mvvm'

MVVM needs (re)definition(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 2 years, 4 months ago

MVVM is the predominant pattern for Silverlinght applications. Yet it has a very fragile theoretical foundation: It is usually presented as special case of the Presentation Model Pattern, yet in practice the Supervising Controller Pattern is generally used with Silverlight -- and called MVVM anyway. read more...

add a comment |category: |Views: 32

tags: another

A WaspKiller Game with Silverlight 3, .NET RIA Services, MVP and MVVM (dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 2 years, 4 months ago

In this article, we will focus upon the development of the front end of the game using the MVP pattern; in the second part, we will discuss the database related work using the MVVM pattern. read more...

add a comment |category: |Views: 13

tags: another

Courier, a codeplex project (Decoupled ViewModel messaging framework)(bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 5 months ago

Courier is a simple decoupled messaging framework that allows easy communication between ViewModels. this is useful anywhere you are using the MVVM pattern (WPF,Silverlight,ASP.NET etc..) read more...

add a comment |category: |Views: 38

tags: another

MVVM with Prism 101 – Part 3b: View Injection and Controller Pattern(developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 7 months ago

In my last post I addressed regions in the Composite Application Library for WPF/Silverlight (Prism). I looked at what they were and how they were used. But by the end of the post I felt that the concept of View Injection needed further attention. I’ve almost exclusively used View Discovery up to this point in my development. But when I’ve run into a need to use View Injection I’m uncomfortable with what seems to be a tightly coupled relationship. read more...

add a comment |category: |Views: 244

tags: another

Model-View-ViewModel (MVVM) – Part 6: InteractingViewModel(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 9 months ago

How to show ViewModels (Windows) from other ViewModels? This post gives an answer which pays attention to parent/child relations. read more...

add a comment |category: |Views: 185

tags: another

José F. Romaniello: Caliburn.ModelFramework with only one interceptor(jfromaniello.blogspot.com)

submitted by jfromaniellojfromaniello(40) 2 years, 10 months ago

Implementation of Caliburn.ModelFramework with a castle dynamicproxy interceptor. read more...

add a comment |category: |Views: 27

tags: another

Model-View-ViewModel (MVVM) – Part 5 of n: IUserInterface(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

This post gives a simple solution to the problem how to abstract the user interface in MVVM-applications. read more...

add a comment |category: |Views: 76

tags: another

Model-View-ModelController- My Take On MVVM - Introduction(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years, 4 months ago

I'm currently in development on a very large application and I will be writing a series of articles on the structure in which it is built including what I am calling Model-View-ModelController; a cross between MVVM and MVC. read more...

add a comment |category: |Views: 153

tags: another