.NET news » Search results
Search results for query "mvvm" (8):
Silverlight Advanced MVVM Video Player
This is part 2 to the article Simplified MVVM: Silverlight 4 Video Player. That article focused on the MVVM (Model-View-ViewModel) pattern, and how it supports Designer / Developer collaboration and workflow. However, when others tried to use that project for a real website, they found they needed the full set of controls that a video player normally provides. I decided to use this as an opportunity to dig deeper into "Simplified" MVVM and demonstrate how easy it truly is, when using Microsoft Expression Blend 4 (or higher).
WPF x FileExplorer x MVVM
This article describe how to construct FileExplorer controls included DirectoryTree and FileList, using Model-View-ViewModel (MVVM) pattern.
An MVVM friendly approach to adding system menu entries in a WPF application
The majority of MFC apps have always had an About... menu entry in the main window's system menu, and this was primarily because the App Wizard generated code for that by default. I wanted to do something similar in a WPF application I've been working on, and I wanted to do it in an MVVM friendly manner. In this article I'll explain a neat way of doing it so that you can easily add menu items and attach command handlers to them while retaining the basic MVVM paradigm.
2010-04-03 14:48:00 Source: An MVVM friendly approach to adding system menu entries...
Tags: WPF
Examples
Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC
This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different
Silverlight Simplified MVVM Modal Popup
An example of an easy to use MVVM Modal Popup and Silverlight Value Converter
A Practical Quick-start Tutorial on MVVM in WPF
This article gives a practical quick-start tutorial on MVVM in WPF for application developers.
Presentation Model (MVVM) good practices
Showing some good practices that can be applied to the Presentation Model/MVVM pattern.
Simplified MVVM: Silverlight 4 Video Player
This project demonstrates an implementation of the MVVM (Model-View-ViewModel) pattern to create a fully "Designable" Silverlight Video Player. This is not to be confused with a "Skinable" Video Player. A Skinable Video Player allows you to change the look and feel of the buttons that control the player. A Designable player allows a Designer to use ANY set of controls to implement the Video Player.
1


Syndicate