随笔分类 -  LINQ

摘要:Ref:http://blogs.msdn.com/charlie/archive/2008/04/28/linqfarm-understanding-ienumerable-t-sets-and-sequences.aspx The IEnumerable interface is a key part of LINQ to Objects and binds many of its diffe... 阅读全文
posted @ 2008-04-30 05:50 Vincent Yang 阅读(373) 评论(0) 推荐(0)
摘要:1: Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest 2: If Not String.IsNullOrEmpty(HttpContext.Current.Request.QueryString("imageID")) Then 3: ... 阅读全文
posted @ 2008-04-14 20:42 Vincent Yang 阅读(1166) 评论(0) 推荐(0)
摘要:Ref: http://blogs.msdn.com/mitsu/archive/2008/04/02/visual-linq-query-builder-for-linq-to-sql-vlinq.aspx Hi all, After almost one year of work and organization, I am very happy to share this project ... 阅读全文
posted @ 2008-04-03 04:24 Vincent Yang 阅读(1096) 评论(0) 推荐(0)
摘要:Ref : http://blogs.msdn.com/mirceat/archive/2008/03/13/linq-framework-design-guidelines.aspx Writing applications that interact with data sources, such as databases, XML documents, or Web Services suc... 阅读全文
posted @ 2008-04-01 05:22 Vincent Yang 阅读(496) 评论(0) 推荐(0)
摘要:LINQ 框架设计原则 阅读全文
posted @ 2008-03-14 07:37 Vincent Yang 阅读(428) 评论(0) 推荐(0)