Hello world.

  2009年6月16日
摘要: Dynamic Expressions and Queries in LINQDatabase applications frequently rely on “Dynamic SQL”—queries that are constructed at run-time through program logic. The LINQ infrastructure ... 阅读全文
posted @ 2009-06-16 14:56 Ryan.zhu 阅读(11204) 评论(2) 推荐(0) 编辑
摘要: LINQ 是.NET Framework 3.5中新增的功能。它是一个集成到语言中的特性。有了它,我们可以很容易的对数据进行查询。对于一般人来说,关注较多的是LINQ-SQL,它是.NET中比较好用的一个ORM tool。好了,进入正题。平常我们在写LINQ查询的时候,使用的是强类型,也就是说,在编译时LINQ就可以为我们来检查类型是否匹配,这样可以避免很多runtime时类型不匹配的危险。也正因... 阅读全文
posted @ 2009-06-16 14:39 Ryan.zhu 阅读(1842) 评论(0) 推荐(0) 编辑
摘要: 挖掘ADO.NET Entity框架的性能本文鞭辟入里地介绍了ADO.NET Entity框架的性能,演示了如何提高简单查询速度的方法,并阐释了框架的性能特征。链接地址:http://tech.ddvip.com/2008-06/121324861845660.htmlADO.NET Entity Framework(1)介绍链接地址:http://tech.ddvip.com/2008-10/1... 阅读全文
posted @ 2009-06-16 10:19 Ryan.zhu 阅读(565) 评论(1) 推荐(0) 编辑
come soon on