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
easyui 可编辑datagrid完整例子,支持filebox 项目中的数据库使用的是mysql,内置sql脚本,执行脚本即可创建数据
2022-01-24 23:23:18 9.94MB easyui java filebox jquery
1
WPF datagrid的增删改查,进阶版,有一定的参考价值。可以参考,大家可以下载看看。不要怼我就好。随便看看。
2022-01-21 21:04:00 54KB WPF c# mvvm datagrid
1
读取Excel数据到DataGrid c#代码,从网上下载的资料,荐! http://www.codeproject.com/KB/office/microsoftexcelclient.aspx
2022-01-19 12:01:16 21KB 读取Excel数据到DataGrid
1
WPF DataGrid模板选择器,可以根据不同类型选择不同模板
2022-01-18 13:06:14 207KB WPF C#
1
简单手写android开发音乐中MVP模式和MVVM模式的区别,play目录下是mvp模式,myplayer目录下时mvvmm模式-主要是 实现DataListenerContainer容器,musicList 目录主要是解决UI线程和工作线程的切换导致的问题
2022-01-17 14:02:22 12.92MB android开发 设计模式 kotlin mvvm
1