I've heard MVVM described as an implementation of Presentation Model designed specifically for WPF (and later, Silverlight).
我还听过把MVVM描述成为WPF(后来还有Silverlight)特殊设计的表示模型的一个实现的说法。
WPF gives you the power of XAML with strong binding capabilities and with the use of MVVM you can take it to never before levels.
WPF XAML和给你的力量强大的绑定功能和使用MVVM你可以把它到前所未有的水平。
Because data binding via WPF is a loose coupling between the binding view and the bound-to ViewModel, you achieve the seperation that drives people to use MVVM.
因为数据绑定通过WPF之间是一种松散耦合的绑定视图和绑定到视图模型,你实现驱动人们使用MVVM的分离。
应用推荐