博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Getting Started With LINQ To SQL(转)
阅读量:6676 次
发布时间:2019-06-25

本文共 1801 字,大约阅读时间需要 6 分钟。

原文地址:

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

  •  - a great series of step-by-step tutorials by Scott Guthrie that cover a lot of important basic concepts
  •  - 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
  •  - Part 1 of my series on Lazy Loading with LINQ To SQL
  •  - Part 2 of the Lazy Loading series
  •  - 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.
  •  - an overview of some of the methods for retrieving a single item from a table (or any collection) in LINQ and LINQ To SQL
  •  a 'cheat sheet' of LINQ operations

Essential Tools

  •  A Debug Visualizer to help with debugging while you're coding your LINQ To SQL projects
  •  - SQL Query Analyzer / Management Studio for LINQ - basically a stand-alone mini IDE to work with LINQ.

Worthwhile Additional Info

  •  Some comments on DBA-related concerns with LINQ To SQL
  •  - Good general on database performance
  •  - An overview of how LINQ To SQL performance was tuned by MS during the development process
  •  - My 5 minute Virtual Tech Ed interview overview of LINQ and LINQ To SQL
  •  - the 1st in a series of Why Use LINQ To SQL posts (2nd one coming soon, hopefully!)
  •  - the LINQ To SQL page on the new ASP.Net Wiki site
 本文转自敏捷的水博客园博客,原文链接http://www.cnblogs.com/cnblogsfans/archive/2008/04/02/1134612.html如需转载请自行联系原作者
王德水
你可能感兴趣的文章
Elasticsearch之es学习工作中遇到的坑(陆续更新)
查看>>
[内核]procfs和sysfs
查看>>
R语言中的数据处理包dplyr、tidyr笔记
查看>>
CSS3去除手机浏览器button点击出现的高亮框
查看>>
HBase复制
查看>>
创建cocos2d-x+lua项目
查看>>
基于cancel的不全然恢复
查看>>
CentOS Linux release 7.3源码安装zabbix
查看>>
(016)给定一个有序数组(递增),敲代码构建一棵具有最小高度的二叉树(keep it up)...
查看>>
【零基础学习iOS开发】【01-前言】02-准备
查看>>
matlab之图像处理(2)
查看>>
javascript JSON
查看>>
HDOJ 2196 Computer 树的直径
查看>>
css去掉a标签点击后的虚线框
查看>>
机器学习:逻辑回归
查看>>
Java字符编码的转化问题
查看>>
Node.js 连接 MySQL
查看>>
02-线性结构3. 求前缀表达式的值(25)
查看>>
csdn知识库
查看>>
安卓实训第四天--基于HttpClient来完毕数据在server和设备间的交互。
查看>>