Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 WPF 应用程序,需要帮助了解哪种模式更适合数据操作。我应该实施 MVVM 解决方案还是应该使用 WCF 数据服务?各有什么优缺点。
我想你不明白什么是 MVVM?什么是 WCF 数据服务?MVVM 是一种模式架构,而 WCF 数据服务是 .Net 平台提供的框架,可帮助您使用 OData 协议通过 REST 架构公开数据。
此外,MVVM 代表模型 - 视图 - 视图模型,您可以在同一应用程序中使用 MVVM 和 WCF 数据服务。您的 WCF 数据服务将仅代表您的模型(MVVM 中的第一个 M)