博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LINQ for Visual C# 2005
阅读量:4235 次
发布时间:2019-05-26

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

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

C# programmers of every level need to learn about LINQ (Language-Integrated Query), Microsofts breakthrough technology for simplifying and unifying data access from any data source. With LINQ you can write more elegant and flexible code, not just to access databases and files, but also to manipulate data structures and XML.

LINQ for Visual C# 2005 is a short yet comprehensive guide to the major features of LINQ. It thoroughly covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML. It also details significant enhancements to the next versions of C#, .NET, and ADO.NET. The book also includes plenty of working examples to demonstrate LINQ in action. There is no better source than this book for getting a head start on the future of these technologies.

http://rapidshare.com/files/27768931/b-679b01.zip
http://depositfiles.com/files/797810
你可能感兴趣的文章
python gdal库安装
查看>>
A + B Problem
查看>>
delphi各个版本编译开关值
查看>>
使用C#的BitmapData
查看>>
STM32L4R9使用HAL库调试IIC注意事项
查看>>
Ubuntu启动进入initramfs错误解决办法(转)
查看>>
高并发处理案例
查看>>
linux下建立软链接
查看>>
【腾讯面试】2016的腾讯实习生面试
查看>>
初学 Java Web 开发,请远离各种框架,从 Servlet 开发
查看>>
Python【04】【基础部分】- 模块
查看>>
Python【08】【网络编程】- 线程、进程、协程
查看>>
html 中的列表组
查看>>
用十条命令在一分钟内检查Linux服务器性能
查看>>
深入理解Java内存模型(3)—顺序一致性(转载)
查看>>
长沙集训day8
查看>>
mmsplayer for ios 支持iphone ,ipad,ipod touch 版本已经完成。
查看>>
10 Minutes to pandas
查看>>
查找匹配的订单号
查看>>
判断是否是闰年
查看>>