Assuming MVVM, each item will be a view model.
假设MVVM,每个项目将是一个视图模型。
MVVM is just a pattern that uses data binding.
MVVM只是一个模式,使用数据绑定。
Yes, this is a misconception, according to the idea of MVVM.
是的,这是一种误解,根据MVVM的想法。
MVVM & Serialization - How do I access the instances of classes?
MVVM和序列化-如何访问类的实例?
I have been looking into MVVM design patterns with WPF for a project.
我一直在寻找到MVVM设计模式与WPF中的一个项目。
In my opinion, a basic MVVM framework really only requires two things.
依我看,一个基本的MVVM框架真的仅仅只需要两件事情。
Is there a better way than using static classes or singletons for MVVM?
还有比使用静态类或单身MVVM更好的办法?
These are implementation details that make it easier to use the MVVM pattern.
这些都是更容易使用MVVM模式的实现细节。
Extends data binding to methods, making MVVM architectures simple and intuitive.
将数据绑定扩展为方法,使得MVVM架构更加简单和直观。
For example, using command, using data binding, and using MVVM pattern and more.
例如,使用命令,使用数据绑定,使用MVVM模式等等。
Again, this is less an MVVM problem and more a general architecture consideration.
再一次重申,这不是一个MVVM问题,而是更普通的体系结构考虑。
On the other side you are mixing two concepts here, namely Dependency Injection and MVVM.
在另一边你是混合两个概念,即依赖注入和MVVM。
Navigation is a common issue to tackle. How do you manage navigation from an MVVM application?
导航是一个要处理的常见问题,你如何从一个MVVM应用程序中管理导航呢?
I first recommend that you study and understand the MVVM pattern and how it works thoroughly.
我首先建议你学习和了解MVVM模式和它是如何工作的深入。
To illustrate the roles of the different layers in MVVM let us consider a game of Tic-Tac-Toe.
为了说明不同层次的角色在MVVM让我们考虑一个游戏井字。
Or are you actually asking if there is some "formalized" MVVM framework for the Compact Framework?
或者你真的问一些“形式化”MVVM框架紧凑的框架?。
I would highly recommend using the MVVM design pattern, since this is the recommended approach for WPF.
我强烈推荐使用MVVM设计模式,因为这是为WPF的推荐方法。
One of my favorites is the Prism Documentation, or specifically, the MVVM section of the Prism Documentation.
是我喜欢的一个棱镜的文档具体的,棱镜的MVVM部分文档。
Building the Mobile Client - steps taken to build the application including how to implement MVVM on Windows Phone 7.
移动客户端的构建——构建应用程序要完成的步骤,包括如何在WindowsPhone7中实现mvvm ?
It's when you hit specific situations such as showing a dialog box or triggering an animation that MVVM may seem confusing.
当你遇到一些特殊的情形比如显示一个对话框或是触发一段动画,MVVM可能看起来有点令人迷惑。
I've heard MVVM described as an implementation of Presentation Model designed specifically for WPF (and later, Silverlight).
我还听过把MVVM描述成为WPF(后来还有Silverlight)特殊设计的表示模型的一个实现的说法。
How do you handle a combo box used for selection of a single, or multiple, items with MVVM? It's actually fairly straightforward.
你如何用MVVM来处理一个用来单选或多选的组合框呢?
How do you handle a combo box used for selection of a single, or multiple, items with MVVM? It's actually fairly straightforward.
你如何用MVVM来处理一个用来单选或多选的组合框呢?
应用推荐