您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Model-View-ViewModel

  2. Model-View-ViewModel设计模式把展现View(设计)和Model数据(开发)完全地分离开,充分发挥各自的长处并通过绑定和事件在ViewModel里有机地结合在一起。
  3. 所属分类:C#

    • 发布日期:2010-04-29
    • 文件大小:321536
    • 提供者:LuckyLu
  1. Silverlight 4 in Action

  2. Book Descr iption Silverlight in Action, Revised Edition is a fast-paced, comprehensive tutorial that guides the reader from creating “Hello World” to coding production-quality, data-driven rich internet applications with graphics, audio, and video
  3. 所属分类:Web开发

    • 发布日期:2010-11-04
    • 文件大小:19922944
    • 提供者:ForrestSun
  1. Pro Business Application Silverlight4

  2. Book Descr iption Silverlight 4 has the potential to revolutionize the way we build business applications. With its flexibility, web deployment, cross-platform capabilities, rich .NET language support on the client, rich user interface control set,
  3. 所属分类:Web开发

    • 发布日期:2010-11-05
    • 文件大小:8388608
    • 提供者:ForrestSun
  1. Building.Enterprise.Applications.with.Windows.Presentation.Foundation.and.the.Model.View.ViewModel.Pattern

  2. Building.Enterprise.Applications.with.Windows.Presentation.Foundation.and.the.Model.View.ViewModel.Pattern
  3. 所属分类:C#

    • 发布日期:2011-03-25
    • 文件大小:7340032
    • 提供者:DoomLord
  1. Enterprise.Applications.with.WPF.and.the.Model

  2. Microsoft.Press.Building.Enterprise.Applications.with.Windows.Presentation.Foundation.and.the.Model.View.ViewModel.Pattern.Mar.2011
  3. 所属分类:IT管理

    • 发布日期:2011-05-19
    • 文件大小:7340032
    • 提供者:lslong1989
  1. MVVM(Model-View-ViewModel)实例讲解

  2. 简单的实例简介MVVM(Model-View-ViewModel)模式
  3. 所属分类:C#

    • 发布日期:2011-06-15
    • 文件大小:45056
    • 提供者:clp880710
  1. Silverlight Model View ViewModel

  2. Building.Enterprise.Applications.with.Windows.Presentation.Foundation.and.the.Model.View.ViewModel.Pattern 不仅介绍MVVM 还涉及到领域驱动设计DDD,似乎更是一本架构技术书
  3. 所属分类:C#

    • 发布日期:2011-07-15
    • 文件大小:7340032
    • 提供者:tacitame
  1. 使用 Model-View-ViewModel 的问题和详细介绍说明

  2. Model-View-ViewModel (MVVM) 设计模式的构建, 解释 ViewModel 的工作原理,并讨论在您的代码中实现 ViewModel 的优缺点
  3. 所属分类:Web开发

    • 发布日期:2011-08-17
    • 文件大小:455680
    • 提供者:tzweilai
  1. WPF应用程序和Model-View-ViewModel(MVVM)设计模式示例代码C#版

  2. WPF应用程序和Model-View-ViewModel设计模式 WPF Apps With The Model-View-ViewModel Design Pattern 示例代码C#版
  3. 所属分类:.Net

    • 发布日期:2011-10-30
    • 文件大小:48128
    • 提供者:siyu77
  1. WPF应用程序和Model-View-ViewModel(MVVM)设计模式示例代码VB版

  2. WPF应用程序和Model-View-ViewModel设计模式 WPF Apps With The Model-View-ViewModel Design Pattern 示例代码VB版
  3. 所属分类:.Net

    • 发布日期:2011-10-30
    • 文件大小:1048576
    • 提供者:siyu77
  1. MVVM模式模型-视图-视图模型(Model-View-ViewModel)

  2. 组成部分Model、View、ViewModel,程序=数据结构+算法。Model就是数据结构,ViewModel实现算法数据处理,View实现数据展现。 View:UI界面 ViewModel:它是View的抽象,负责View与Model之间信息转换,将View的Command传送到Model; Model:数据层 View与ViewModule连接可以通过下面的方式 Binding Data:实现数据的传递 Command:实现操作的调用 AttachBehavior:实现控件加载过程中的
  3. 所属分类:WindowsPhone

    • 发布日期:2012-06-20
    • 文件大小:7340032
    • 提供者:zhaoyu_1979
  1. Patterns - WPF Apps With The Model-View-ViewModel Design Pattern

  2. Patterns - WPF Apps With The Model-View-ViewModel Design Pattern
  3. 所属分类:C#

    • 发布日期:2016-03-24
    • 文件大小:1048576
    • 提供者:beejoy
  1. MVVM in Delphi (Architecting and Building Model View ViewModel Applications by John Kouraklis).pdf

  2. MVVM in Delphi (Architecting and Building Model View ViewModel Applications by John Kouraklis).pdf
  3. 所属分类:Delphi

    • 发布日期:2019-07-23
    • 文件大小:5242880
    • 提供者:chunyangsuhao
  1. WPF应用程序和Model-View-ViewModel(MVVM)设计模式示例代码VB版

  2. WPF应用程序和Model-View-ViewModel设计模式 WPF Apps With The Model-View-ViewModel Design Pattern 示例代码VB版
  3. 所属分类:.Net

    • 发布日期:2011-10-30
    • 文件大小:1048576
    • 提供者:siyu77
  1. MVVM:Model-View-ViewModel体系结构模式-源码

  2. MVVM:Model-View-ViewModel体系结构模式
  3. 所属分类:其它

    • 发布日期:2021-03-06
    • 文件大小:30720
    • 提供者:weixin_42141437
  1. 使用Model-View-ViewModel的问题和解决方案

  2. WindowsPresentationFoundation(WPF)和Silverlight提供了丰富的API用来构建现代应用程序,但是了解并和谐一致地应用所有WPF特性来构建设计精良、易于维护的应用程序可能非常困难。从何处入手?什么样的方法才算是正确的应用程序设计方法?Model-View-ViewModel(MVVM)设计模式描述了构建WPF或Silverlight应用程序的常用方法。它还是一款构建应用程序的强大工具,以及一种与开发人员讨论应用程序设计的通用语言。虽然MVVM确实很有用,但它
  3. 所属分类:其它

    • 发布日期:2021-02-25
    • 文件大小:282624
    • 提供者:weixin_38672739
  1. qt-mvvm:大型Qt C ++应用程序的模型视图ViewModel框架-源码

  2. 大型C ++ Qt应用程序的模型视图ViewModel框架 概述 这个model-view-viewmodel框架旨在用于使用C ++编写的基于Qt的大型科学应用程序。 该项目是作为GUI重构的游乐场而创建的。 该框架的主要特点是: 用于存储GUI会话的任意数据的应用程序模型。 将应用程序模型序列化为json。 根据命令模式撤消/重做。 查看模型以显示Qt小部件中的部分应用程序模型。 取决于Qt。 基于科学绘图。 根据模型内容自动生成窗口小部件。 物业编辑。 Qt的树木和桌子的
  3. 所属分类:其它

    • 发布日期:2021-02-13
    • 文件大小:6291456
    • 提供者:weixin_42134878
  1. moko-mvvm:用于移动(android&ios)Kotlin多平台开发的Model-View-ViewModel体系结构组件-源码

  2. Mobile Kotlin Model-View-ViewModel体系结构组件 这是Kotlin Multiplatform库,为UI应用程序提供Model-View-ViewModel的体系结构组件。 组件在Android上具有生命周期意识。 目录 产品特点 ViewModel-存储和管理与UI相关的数据。 与Android Architecture Components互操作-在Android上正是androidx.lifecycle.ViewModel ; LiveData,Mutab
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:3145728
    • 提供者:weixin_42169245
  1. swift-mvvm-reactive-cocoa:带有ReactiveCocoa 7.0和Swift 4.1的Model-View-ViewModel示例-源码

  2. Swift MVVM示例 Swift中的一个简单iOS应用程序,显示了Github上趋势库的列表以及单击时每个库的详细信息。 该项目选择的架构是MVVM(Model-View-ViewModel) 图书馆 活性可可7.0 Alamofire 4.7 ObjectMapper 3.1 向下(以显示降价文字) 翠鸟(加载图像) 测验 单元测试 添加了针对RepoDetailViewModel和RepoDetailViewModel的单元测试。 做出决定 搜索已搜索到的项目。 它不会在API中
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:40960
    • 提供者:weixin_42143806
  1. 使用Model-View-ViewModel的问题和解决方案

  2. Windows PresentationFoundation(WPF)和Silverlight提供了丰富的 API用来构建现代应用程序,但是了解并和谐一致地应用所有WPF特性来构建设计精良、易于维护的应用程序可能非常困难。从何处入手?什么样的方法才算是正确的应用程序设计方法?Model-View-ViewModel(MVVM)设计模式描述了构建WPF或Silverlight 应用程序的常用方
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:273408
    • 提供者:weixin_38741891
« 12 3 4 5 6 7 8 9 10 »