上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: Caliburn Micro学习一 Installation Caliburn Micro学习二 Infrastructure 如果说WPF推崇的Binding开辟了一条UI开发新的方式——让写代码的人专注在代码上,让界面设计师去实现界面,他们工作在同一个项目上,使用不同的IDE,最终Build出来 阅读全文
posted @ 2013-12-02 23:42 会拍照能修图的码农 阅读(202) 评论(0) 推荐(0)
摘要: 屈指算来,在我不长也不能算短的职业生涯中,接触了数代 的UI技术: MFC (Microsoft Foundation Class)- Win32上最强大的Class Library,没有之一。VS唯一的对手Borland出品的C++ Builder同样支持MFC。在Win32时代,MFC配合强大的 阅读全文
posted @ 2013-10-31 22:53 会拍照能修图的码农 阅读(107) 评论(0) 推荐(0)
摘要: 1. NAudio NAudio is an open source .NET audio and MIDI library, containing dozens of useful audio related classes intended to speed development of aud 阅读全文
posted @ 2013-10-27 22:21 会拍照能修图的码农 阅读(99) 评论(0) 推荐(0)
摘要: Caliburn Micro学习一 Installation http://blog.csdn.net/alvachien/article/details/12985415 Step 1. 无论是通过Package Manager Console添加Caliburn.Micro从nuget安装了对应 阅读全文
posted @ 2013-10-26 14:25 会拍照能修图的码农 阅读(133) 评论(0) 推荐(0)
摘要: Structure Diagram as following: Questions list: 1. Skydrive Integration > Based on the MSDN community, it is possible to upload the file to Skydrive. 阅读全文
posted @ 2013-10-25 11:02 会拍照能修图的码农 阅读(91) 评论(0) 推荐(0)
摘要: 1. Official Website for SQLite: http://www.sqlite.org/ 2. .Net Wrapper for SQLite (System.Data.SQLite): http://system.data.sqlite.org/index.html/doc/t 阅读全文
posted @ 2013-10-24 20:46 会拍照能修图的码农 阅读(72) 评论(0) 推荐(0)
摘要: 在之前的文章(http://blog.csdn.net/alvachien/article/details/5670838)里面,已经提到过MVC和MVVM在Design Pattern上的比较。 首先,关于MVVM这个Pattern,补充两个不错的资源: 1. MSDN Channel 9的“MV 阅读全文
posted @ 2013-10-24 01:32 会拍照能修图的码农 阅读(131) 评论(0) 推荐(0)
摘要: 1. 数据的Binding:使用ItemsSource。 值得注意的是,绑定的数据源实现INotifyPropertyChanged, INotifyCollectionChanged,还要保证使用的对象有一个public的Constructor。通常使用ObservableCollection<T 阅读全文
posted @ 2010-06-19 14:34 会拍照能修图的码农 阅读(252) 评论(0) 推荐(0)
摘要: 1. Josh Smith发表在MSDN Maginze上的那篇《WPF Apps With The Model-View-ViewModel Design Pattern》,Link: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx J 阅读全文
posted @ 2010-06-14 14:55 会拍照能修图的码农 阅读(171) 评论(0) 推荐(0)
摘要: 方法一:在Resources中定义ObjectDataProvider ,如: <ObjectDataProvider MethodName="GetValues" ObjectType="{x:Type sys:Enum}" x:Key="localEnumTypes"> <ObjectDataP 阅读全文
posted @ 2010-04-28 16:09 会拍照能修图的码农 阅读(127) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页