文章分类 - MVVM
摘要:PatternsWPF Apps With The Model-View-ViewModel Design PatternJosh SmithThis article discusses:Patterns and WPFMVP patternWhy MVVM is better for WPFBuilding an application with MVVMThis article uses the following technologies:WPF, data bindingCode download available from theMSDN Code GalleryBrowse th
阅读全文
摘要:F# 编程借助 F# 构建 MVVM 应用程序Chris Marinos下载代码示例尽管对于 Visual Studio 家族来说,F# 是一个新成员,但它已经帮助许多 .NET 开发人员认识到了函数式编程的强大之处。F# 在简化并行和异步编程、数据处理和金融建模等复杂问题方面声誉卓著,而且越来越受欢迎。但是,这并不意味着 F# 是一种小众语言,它也适合解决日常遇到的问题。在本文中,您将了解如何使用 F# 来构建实用的 Silverlight 和 Windows Presentation Foundation (WPF) Model-View-ViewModel (MVVM) 应用程序。您将看
阅读全文