Getting Started With LINQ To SQL(转)
2008-04-02 14:47 敏捷的水 阅读(730) 评论(0) 编辑 收藏 举报原文地址:http://dotnet.org.za/hiltong/archive/2008/02/20/getting-started-with-linq-to-sql.aspx
Considering I've put a few posts up about LINQ To SQL, I realised I've never shared some of the initial links I passed to other team members as well. If you're looking into using this technology, here are some worthwhile links to follow. Some are tutorials, some are tools, some are just worthwhile pieces to understand with this new technology. Also, some are more general LINQ-related than LINQ To SQL specifically.
Essential Reading
- http://weblogs.asp.net/scottgu/archive/2007/09/07/linq-to-sql-part-9-using-a-custom-linq-expression-with-the-lt-asp-linqdatasource-gt-control.aspx - a great series of step-by-step tutorials by Scott Guthrie that cover a lot of important basic concepts
- http://blogs.msdn.com/charlie/archive/2007/12/09/deferred-execution.aspx - A post by Charlie Calvert on the C# team on Deferred Execution, a topic that can bite you if you don't know about it
- http://dotnet.org.za/hiltong/archive/2008/02/12/lazy-loading-in-linq-loadwith-and-associatewith-dataloadoptions-part-1-loadwith.aspx - Part 1 of my series on Lazy Loading with LINQ To SQL
- http://dotnet.org.za/hiltong/archive/2008/02/12/lazy-loading-in-linq-loadwith-and-associatewith-dataloadoptions-part-2-associatewith-and-tieing-both-together.aspx - Part 2 of the Lazy Loading series
- http://msdn2.microsoft.com/en-us/library/bb425822.aspx - This is a pretty long paper on MSDN on DLINQ, the original codename for LINQ To SQL. It's got a lot of material, but is a bit out of date on some parts.
- Linq Tips: Retrieving an Element From a Collection - an overview of some of the methods for retrieving a single item from a table (or any collection) in LINQ and LINQ To SQL
- http://aspnetresources.com/downloads/linq_standard_query_operators.pdf a 'cheat sheet' of LINQ operations
Essential Tools
- http://www.scottgu.com/blogposts/linqquery/SqlServerQueryVisualizer.zip A Debug Visualizer to help with debugging while you're coding your LINQ To SQL projects
- Download LINQPad - SQL Query Analyzer / Management Studio for LINQ - basically a stand-alone mini IDE to work with LINQ.
Worthwhile Additional Info
- http://bloggingabout.net/blogs/dennis/archive/2007/12/28/linq-to-sql-vs-dba-s.aspx Some comments on DBA-related concerns with LINQ To SQL
- http://blogs.msdn.com/ricom/archive/2007/08/31/database-performance-correctness-compostion-compromise-and-linq-too.aspx - Good general on database performance
- http://blogs.msdn.com/ricom/archive/2007/06/22/dlinq-linq-to-sql-performance-part-1.aspx - An overview of how LINQ To SQL performance was tuned by MS during the development process
- LINQ- What It Means for Developers - My 5 minute Virtual Tech Ed interview overview of LINQ and LINQ To SQL
- http://dotnet.org.za/hiltong/archive/2008/02/01/why-use-linq-to-sql-part-1-performance-considerations.aspx - the 1st in a series of Why Use LINQ To SQL posts (2nd one coming soon, hopefully!)
- http://wiki.asp.net/page.aspx/86/linq-to-sql - the LINQ To SQL page on the new ASP.Net Wiki site
扫码关注公众号,了解更多管理,见识,育儿等内容

出处:http://www.cnblogs.com/cnblogsfans
版权:本文版权归作者所有,转载需经作者同意。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 写一个简单的SQL生成工具
· AI 智能体引爆开源社区「GitHub 热点速览」
· C#/.NET/.NET Core技术前沿周刊 | 第 29 期(2025年3.1-3.9)