WPF应用程序和Model-View-ViewModel设计模式 WPF Apps With The Model-View-ViewModel Design Pattern 示例代码VB版
2022-02-24 21:35:58 1.75MB WPF Model-View-ViewModel MVVM 设计模式
1
WPF 轻量 MVVM 框架 引用库, 方便WPF开发者快速开发项目,ViewModel完全基于特性实现. 命令可兼容传统ICommand模式, 推荐使用 特性标记方式. 使用简单,简化代码量,让代码逻辑清晰,可读性更好;
2022-02-23 22:01:33 176KB wpf microsoft
1
MVVMDemo第十二篇
2022-02-21 19:10:28 144.2MB MVVM 记事本搜索 批量删除
1
采用Java+MVVM+Jetpack的WanAndroid项目。
2022-02-15 11:38:05 1.05MB Android开发
1
dataGrid 其实就是一个html table,本文将介绍dataGrid 多维表头,表头跨行跨列设计方法需要了解的朋友可以参考下
2022-02-09 08:52:05 27KB 多维表头 跨行 跨列
1
Effective Application Development with Model-View-ViewModel Harness the power of WPF and Silverlight to produce clean, testable, maintainable code This book was conceived from a need to explain the MVVM pattern and how it helps structure WPF and Silverlight applications. I had worked on a number of projects where these technologies were used but general best practices were ignored because no one had formally explained the MVVM pattern and how it compared to other patterns such MVP and MVC. In Chapter 1, WPF and Silverlight will be explored in some detail and their respective features highlighted. Chapter 2 introduces the foundation of the MVVM pattern: the databinding model that eclipses the equivalent functionality of Windows Forms or ASP.NET. Chapter 3 explains why the model and the view must be separated in an application and provides various tips and tricks that can help achieve a strict separation of concerns. Chapter 4 introduces the ViewModel that sits between the model and view layers and mediates between the two. Chapter 5 discusses commands and events, weighing up the pros and cons of each. Chapter 6 examines various options for implementing validation into an application. Chapter 7 explores the best side effects of the separation of concerns achieved through MVVM: testability and unit testing. Chapter 8 outlines how to implement a Data Access Layer into a Silverlight or WPF application and how the ViewModel can interact with this layer. Chapter 9 explains how to serialize an object graph using WPF and MVVM, as well as exploring how WPF and Silverlight applications can be extended. Chapter 10 ends the book with a sample application that ties together many of the features covered along the way.
2022-02-07 14:58:37 4.17MB WPF Silverlight MVVM C#
1
EasyUI Datagrid 中文排序的问题 解决了WEB端和后台(Oracle、MySQL)中文排序问题
2022-01-27 18:34:59 20KB EasyUI Datag 中文排序 前端
1
datagrid,鼠标滚动浏览datagrid表格中显示的数据记录
2022-01-27 10:34:01 2KB 鼠标滚动浏览
1
深入浅出WPF-刘铁猛-MVVM视频源代码,MVVM入门与提高视频对应的源代码
2022-01-26 18:02:44 194KB 音视频 wpf c# microsoft
1
DataGrid增删改查(EasyUI)示例源码 源码描述: 源码示例前台套用easyui,利用ajax调用sql数据库对学生信息表进行增删改查 兼容ie,火狐和谷歌,删除在
1