zoukankan      html  css  js  c++  java
  • MVVM Handsonlab

     关于MVVM的一个动手实验,在 VS2010可以直接使用和体验。

    具体参考: 

    http://visualstudiogallery.msdn.microsoft.com/af12ce3b-8337-4bbb-853f-9fdad7105ec8 

    Introduction to Model-View-ViewModel

    This hands-on-lab is intended to be an introduction to the Model-View-ViewModel (MVVM) pattern. It integrates directly inside Visual Studio, with documentation, examples and even automatic code snippet copying all in one place. Although there are other MVVM tutorials available on the web, few take the time to walk through the pattern step-by-step using examples that are easy to understand, and illustrate the benefits of MVVM in a concrete way.

    Objectives

    • The motivation and benefits of MVVM
    • The basics of the MVVM pattern
    • How to transform an event-based WPF application into one using MVVM
    • How to write unit tests in an MVVM application
    • It is not intended to be a replacement for larger MVVM community libraries

    Exercises

    1. Creating a traditional event-based application
    2. Refactoring the application to use MVVM
    3. Unit Testing the MVVM application 

    Getting Started

    • Download the VSIX file
    • Open the file
    • Start Visual Studio 2010 (or restart if already running)
    • Create a new project using the template in the "Intro to MVVM" folder

    Technical Requirements

    • C#
    • Basic WPF experience
  • 相关阅读:
    python学习之计算机基础详解
    python学习笔记-day03
    名称空间与作用域
    函数参数的应用
    day14
    day13
    函数的基本使用
    day12
    day 09
    文件操作
  • 原文地址:https://www.cnblogs.com/2018/p/2153782.html
Copyright © 2011-2022 走看看