C#高级编程(第7版) Professional C# 4 and .NET 4 - 读书笔记

LINQ to SQL 不仅可以查询数据,还可以执行需要的Insert/Update/Delete语句。也可以与整个过程交互操作,并定制所执行的操作,给CRUD操作添加自己的业务逻辑。

 

这本书后面有几章是电子版的,源码和电子书下载地址为:

源码 http://www.wrox.com/WileyCDA/WroxTitle/Professional-C-4-0-and-NET-4.productCd-0470502258,descCd-DOWNLOAD.html

电子书(C#高级编程(第7版,中文)  第48~57章) http://ishare.iask.sina.com.cn/f/18154624.html

 

这本书,我主要看了LINQ这块,感觉和MSDN上的技术说明很像,缺少人味。价格不菲,书也挺厚,用来做砖头挺不错的。

转载于:https://www.cnblogs.com/MikeYao/archive/2011/12/31/2308531.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
共两个压缩包 Professional C# 4 and .Net 4 Published by Wiley Publishing, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2010 by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-50225-9 Part i: The C# language Chapter 1: .NET Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Chapter 2: Core C# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Chapter 3: Objects and Types . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 Chapter 4: Inheritance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 Chapter 5: Generics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 Chapter 6: Arrays and Tuples . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 Chapter 7: Operators and Casts . . . . . . . . . . . . . . . . . . . . . . . . . . .151 Chapter 8: Delegates, Lambdas, and Events . . . . . . . . . . . . . . . . . . . . . 183 Chapter 9: Strings and Regular Expressions. . . . . . . . . . . . . . . . . . . . .207 Chapter 10: Collections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .225 Chapter 11: Language Integrated Query . . . . . . . . . . . . . . . . . . . . . . .267 Chapter 12: Dynamic Language Extensions . . . . . . . . . . . . . . . . . . . . . .295 Chapter 13: Memory Management and Pointers . . . . . . . . . . . . . . . . . . . .307 Chapter 14: Refection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .333 Chapter 15: Errors and Exceptions . . . . . . . . . . . . . . . . . . . . . . . . .351 Part ii: Visual Studio Chapter 16: Visual Studio 2010 . . . . . . . . . . . . . . . . . . . . . . . . . .373 Chapter 17: Deployment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .407 Part iii: foundation Chapter 18: Assemblies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 431 Chapter 19: Instrumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 Chapter 20: Threads, Tasks, and Synchronization . . . . . . . . . . . . . . . . . . 491 Chapter 21: Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .545 Chapter 22: Localization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .569 Chapter 23: System.Transactions . . . . . . . . . . . . . . . . . . . . . . . . . .605 Chapter 24: Networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 Chapter 25: Windows Services . . . . . . . . . . . . . . . . . . . . . . . . . . .667 Chapter 26: Interop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .695 Chapter 27: Core XAML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 Chapter 28: Managed Extensibility Framework . . . . . . . . . . . . . . . . . . . . 747 Chapter 29: Manipulating Files and the Registry . . . . . . . . . . . . . . . . . 771 Part iV: data Chapter 30: Core ADO.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817 Chapter 31: ADO.NET Entity Framework . . . . . . . . . . . . . . . . . . . . . . . 861 Chapter 32: Data Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . .885 Chapter 33: Manipulating XML . . . . . . . . . . . . . . . . . . . . . . . . . . .903 Chapter 34: .NET Programming with SQL Server . . . . . . . . . . . . . . . . . . .955 Part V: Presentation Chapter 35: Core WPF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .983 Chapter 36: Business Applications with WPF . . . . . . . . . . . . . . . . . . . .1035 Chapter 37: Creating Documents with WPF . . . . . . . . . . . . . . . . . . . . . 1075 Chapter 38: Silverlight . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1095 Chapter 39: Windows Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1117 Chapter 40: Core ASP.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1149 Chapter 41: ASP.NET Features . . . . . . . . . . . . . . . . . . . . . . . . . . . 1185 Chapter 42: ASP.NET Dynamic Data and MVC . . . . . . . . . . . . . . . . . . . . 1243 Part Vi: Communication Chapter 43: Windows Communication Foundation . . . . . . . . . . . . . . . . . . 1279 Chapter 44: Windows Workfow Foundation 4 . . . . . . . . . . . . . . . . . . . . 1309 Chapter 45: Peer-to-Peer Networking . . . . . . . . . . . . . . . . . . . . . . . . 1339 Chapter 46: Message Queuing . . . . . . . . . . . . . . . . . . . . . . . . . . . 1357 appendix: Guidelines for Windows 7 and Windows Server 2008 R2 . . . . . . . . . . . 1397 index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1417 online Chapters Chapter 48: Graphics with GDI+ . . . . . . . . . . . . . . . . . . . . . . . . . . .OC1 Chapter 49: Visual Studio Tools for Ofce . . . . . . . . . . . . . . . . . . . . . . OC49 Chapter 50: Managed Add-In Framework . . . . . . . . . . . . . . . . . . . . . . OC77 Chapter 51: Enterprise Services . . . . . . . . . . . . . . . . . . . . . . . . . . OC97 Chapter 52: Directory Services . . . . . . . . . . . . . . . . . . . . . . . . . . OC123 Chapter 53: C#, Visual Basic, C++/CLI, and F# . . . . . . . . . . . . . . . . . . . OC157 Chapter 54: .NET Remoting . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC191 Chapter 55: Web Services with ASP.NET . . . . . . . . . . . . . . . . . . . . .OC233 Chapter 56: LINQ to SQL . . . . . . . . . . . . . . . . . . . . . . . . . . . .OC255 Chapter 57: Windows Workfow Foundation 3.0 . . . . . . . . . . . . . . . . . .OC279
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值