摘要: 在我们寻求帮助的时候,最不愿意听到的答复是:很抱歉,在当前版本的产品中还没有实现该功能... 在WPF中显示动态的GIF图像时便遇到了这样的问题,WPF中强大的Image控件却不支持动态的GIF(其只能显示第一帧).当然,我们可以说WPF强大的动画能力,让我们完全有理由抛弃传统的GIF动画,但如某种... 阅读全文
posted @ 2014-04-22 05:22 遥望星空 阅读(1117) 评论(0) 推荐(0) 编辑
摘要: 2012.12.18更新:修复下载链接已知WPF的Image元素只能显示GIF图片的第一帧,而MediaElement不能加载作为资源或内嵌的资源的GIF图片,所以网上有几种实现方法。我抄袭网上提供的方法,改头换面后作为自己的GifImage实现。本文的前半部分介绍我的GifImage实现;后半部分... 阅读全文
posted @ 2014-04-22 05:19 遥望星空 阅读(13667) 评论(0) 推荐(2) 编辑
摘要: One of the mistakes I see people make (and have made myself) is assuming that you must choose exactly one ORM strategy for an entire database/applicat... 阅读全文
posted @ 2014-04-22 04:15 遥望星空 阅读(346) 评论(0) 推荐(0) 编辑
摘要: Welcome to NHibernateIf you're reading this, we assume that you've justdownloaded NHibernateand want to get started using it.This tutorial will talk y... 阅读全文
posted @ 2014-04-22 03:46 遥望星空 阅读(351) 评论(0) 推荐(0) 编辑
摘要: Build 4.0.0.Alpha1=============================** Known BREAKING CHANGES from NH3.3.3.GA to 4.0.0NHibernate now targets .Net 4.0. Many uses of set typ... 阅读全文
posted @ 2014-04-22 03:38 遥望星空 阅读(2903) 评论(0) 推荐(0) 编辑
摘要: This article is dedicated to discussing the latest releases of the NHibernate and Entity Framework. NHibernate is (was?) a number one ORM Framework fo... 阅读全文
posted @ 2014-04-22 03:36 遥望星空 阅读(3453) 评论(1) 推荐(0) 编辑
摘要: 假如你喜欢原生的Sql语句,又喜欢ORM的简单,那你一定会喜欢上Dapper这款ROM.点击下载Dapper的优势:1,Dapper是一个轻型的ORM类。代码就一个SqlMapper.cs文件,编译后就40K的一个很小的Dll.2,Dapper很快。Dapper的速度接近与IDataReader,取... 阅读全文
posted @ 2014-04-22 03:03 遥望星空 阅读(1211) 评论(0) 推荐(0) 编辑