Search results for query "wpf 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.
Caliburn Micro for Windows Phone 7
Convention-over-configuration
MVVM in Windows Phone 7 World
Commands in MVVM
A consistent approach to Commands, Asynchronous Commands, and Events-to-Commands for
WPF, Silverlight, and WP7.
Introducing Apex
Introducing Apex - a lightweight
MVVM and utility library for
WPF, Silverlight and WP7.
Catel - Part 4 of n: Unit testing with Catel
This article explains how to write unit tests for
MVVM using Catel.
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.
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.
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.
Silverlight : Simple PopUp Behavior for VM, MVVM
Behavior that will create a simple PopUp and run some ICommands when closed