.NET news » Search results

Search results for query "mvvm" (58):

Windows Phone 7 Development Using MVVM and Unit Testing

As readers of this magazine, you are all experts at certain facets of software development, be it for the desktop, the web, SQL Server and now mobile platforms. Mobile programming was a fairly arcane development arena up until the recent announcement of Windows Phone 7 (WP7). Prior to WP7, you had to become intimately familiar with the myriad platforms and form factors available and write your programs to each of those phones. With the advent of WP7, Microsoft is now controlling the hardware capabilities of the phone making it much easier to develop for these platforms. You can now also leverage existing skills in Silverlight and XNA to write your apps. But the question always remains: how do I get started and what is the best way to write for the new WP7? In a previous article, Jan/Feb 2011, I showed you what to do to get started; now I want to show you the best way to apply what you have learned in that article. I will use Silverlight, the Model-View-ViewModel (MVVM) pattern, and Silverlight Unit testing to build a sample app.

Cutting Edge: Better Web Forms with the MVP Pattern

The Model-View-Presenter (MVP) pattern is an evolution of MVC. We take a look at implementing MVP for ASP.NET Web Forms and compare it to ASP.NET MVC and MVVM for Windows Presentation Foundation (WPF) and Silverlight.
2010-08-30 19:00:00   Source: Cutting Edge: Better Web Forms with the MVP Pattern   Tags: WPF

Caliburn Micro for Windows Phone 7

Convention-over-configuration MVVM in Windows Phone 7 World
2011-04-20 06:35:00   Source: Caliburn Micro for Windows Phone 7   Tags: Mobile

Commands in MVVM

A consistent approach to Commands, Asynchronous Commands, and Events-to-Commands for WPF, Silverlight, and WP7.
2012-07-02 23:13:00   Source: Commands in MVVM   Tags: WPF

Introducing Apex

Introducing Apex - a lightweight MVVM and utility library for WPF, Silverlight and WP7.
2011-08-02 07:45:00   Source: Introducing Apex   Tags: WPF

Catel - Part 4 of n: Unit testing with Catel

This article explains how to write unit tests for MVVM using Catel.
2011-01-28 14:24:00   Source: Catel - Part 4 of n: Unit testing with Catel   Tags: Testing

EXIF Compare Utility using WPF

The Exif Compare Utility is a WinDiff equivalent for image files that compares the Exif meta-data and displays the differences and similarities. The application is written using WPF and MVVM.
2010-04-12 06:56:00   Source: EXIF Compare Utility using WPF   Tags: Examples WPF

Resetting a View Model in WPF MVVM applications without code-behind in the view

The core idea behind this code and article is to provide an uncomplicated approach to reset a view-model without having to adjust DataContext references in views.
2011-02-17 07:16:00   Source: Resetting a View Model in WPF MVVM...   Tags: WPF

WPF Timeline Control - Part I

Overview of the controls to implement an interactive timeline control, specifically designed to let you edit items start and end times. Everything is designed to work with the MVVM pattern allowing you to use binding in your XAML to update your data objects, etc.
2011-08-17 16:22:00   Source: WPF Timeline Control - Part I   Tags: WPF

Silverlight : Simple PopUp Behavior for VM, MVVM

Behavior that will create a simple PopUp and run some ICommands when closed