随笔分类 -  LINQ

Linq to SQL 学习路线图
摘要:LINQ to SQL1 Linq基础1.1 Lamada ExpessionAllow the definition of anonymous methods using moreconcise syntax.delegate int del(int i);del myDelegate = x => x * x;int j = myDelegate(5); //j = 25public i... 阅读全文

posted @ 2009-09-01 10:54 Utopia Coming 阅读(518) 评论(1) 推荐(0)

LINQ to SQL(LTS) vs Entity Framework(EF)
摘要:Chapter 12 inPro LINQ Object Relational Mapping with C# 2008 Vijay P. Mehta APressLINQ to SQL (LTS) vs the Entity Framework(EF)Now that you have seen LTS and EF in action, it is time to look at the st... 阅读全文

posted @ 2009-08-30 22:09 Utopia Coming 阅读(1234) 评论(0) 推荐(1)

导航