.NET news » Search results

Search results for query "mvvm" (58):

Multi-Targeting: Build Multi-Targeted Apps for the Desktop, Prism and Windows Phone 7

Why duplicate efforts when you can use a single codebase to create multi-targeted applications? We walk you through the process, using Prism, dependency injection and patterns such as MVP and MVVM
2011-05-31 19:00:00   Source: Multi-Targeting: Build Multi-Targeted Apps for the...   Tags: Build

Using The Silverlight DataGrid with View Model / MVVM

The Silverlight DataGrid using Inline Editing, Paging, Sorting, and Button Events, using View Model

A Silverlight Sample Built with Self-Tracking Entities and WCF Services - Part 3

Part 3 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.

A Silverlight Sample Built with Self-Tracking Entities and WCF Services - Part 2

Part 2 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.

A Silverlight Sample Built with Self-Tracking Entities and WCF Services - Part 1

Part 1 of a series describing creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.

Silverlight Exposed: Using MEF to Expose Interfaces in Your Silverlight MVVM Apps

Managed Extensibility Framework (MEF) lets you expose interfaces and classes in your Silverlight apps without having to expose the real implementation. We'll show you how it works.

Design Patterns: Problems and Solutions with Model-View-ViewModel

The Model-View-ViewModel (MVVM) design pattern describes a popular approach for building Windows Presentation Foundation or Microsoft Silverlight applications. Robert McCarter shows you how the ViewModel works, and discuss some benefits and issues involved in implementing a ViewModel in your code.
2010-06-28 19:00:00   Source: Design Patterns: Problems and Solutions with...   Tags: Silverlight

Step by Step Guide to Silverlight 4 Command Binding

Silverlight 4 now came up with the support of Command Binding. Using Command binding you can easily develop your Silverlight MVVM (Model-View-ViewModel) applications where your view will not know about data. In this article, I will describe you the Command binding feature in Silverlight 4 Step-by-St
2010-05-11 11:59:00   Source: Step by Step Guide to Silverlight 4 Command Binding   Tags: Silverlight