.NET news » Search results

Search results for query "mvvm" (58):

Attributes-based Validation in a WPF MVVM Application

Description of a method which uses attribute to perform user entry validation in a WPF MVVM application

Showing Dialogs When Using the MVVM Pattern

A solution for how to solve the problem of opening dialogs from a ViewModel when using the MVVM pattern.
2010-10-05 14:10:00   Source: Showing Dialogs When Using the MVVM...   Tags: Algorithms

A Sample Silverlight 4 Application Using MEF, MVVM, and WCF RIA Services - Part 2

Part 2 of a series describing the creation of a Silverlight business application using MEF, MVVM Light, and WCF RIA Services. In this second part, we will go through various topics on how MVVM Light Toolkit is used in our sample application.

WPF Two-way Databinding in ASP.NET - Enabling MVVM

Bringing WPF like declarative data binding to ASP.NET Web Forms to enable declarative two-way data binding to any object whilst opening up MVVM UI development.

F# Programming: Build MVVM Applications in F#

F# is known for its ability to simplify complicated problems, but it’s far more than that. Chris Marinos shows you how to use F# to build practical Silverlight and WPF MVVM applications. You’ll learn how useful F# can be for solving everyday problems, and you’ll see how to use F# to make even the simplest applications easier to read, write, and maintain.
2011-08-29 19:00:00   Source: F# Programming: Build MVVM...   Tags: Silverlight

Localization and Complex Validation in MVVM

Presents methods to handle some of the trickier aspects of MVVM, including error message localization, multi-control validation, validation with multiple instances of a view, and whole-view validation.

Multi-filtered WPF DataGrid with MVVM

A simple example of using multi-filters with a WPF DataGrid with MVVM.
2012-08-18 12:00:00   Source: Multi-filtered WPF DataGrid with MVVM   Tags: Examples

Silverlight Report Viewer using View Model (MVVM)

Viewing .rdlc reports from Silverlight using View Model (MVVM)

Catel - Part 1 of n: Data Handling the Way it Should

Catel is not just another Extension Methods library, nor just an MVVM-framework, but it is a combination of basic data handling, useful controls, and an MVVM-framework.
2010-11-23 14:43:00   Source: Catel - Part 1 of n: Data Handling the Way it Should   Tags: Components

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
2010-04-04 07:27:00   Source: Comparison of Architecture presentation patterns...   Tags: ASP.NET