自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (9)
  • 收藏
  • 关注

空空如也

《Apress 专业奥瑞可之SQL 第2版》2013英文零售版

《Apress 专业奥瑞可之SQL 第2版》2013英文零售版 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2014-01-02

《Java 6 企业版入门 第2卷 第4版 高级特性》2013英文零售版

《Java 6 企业版入门 第2卷 第4版 高级特性》2013英文零售版 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2014-01-02

《麻绳理工 算法入门》 2013 英文零售版

《麻绳理工 算法入门》 2013 英文零售版 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2014-01-02

《Apress 专业安卓图形》英文零售版

《Apress 专业安卓图形》英文零售版 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2014-01-02

《Objective-C 编程 第6版》英文零售版

《Objective-C 编程 第6版》英文零售版 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2014-01-02

ADDISON.WESLEY.WEBGL.PROGRAMMING.GUIDE.2013.RETAIL.EBOOK-kE

《WebGL 编程手册》 其它电子书 http://pan.baidu.com/s/1mgiCpTI

2013-12-31

ADDISON.WESLEY.C.PLUS.PLUS.PRIMER.5TH.EDITION.2012.RETAIL.EBOOK-kE

其它电子书 http://pan.baidu.com/s/1mgiCpTI

2013-12-31

Apress.Pro.LINQ.Language.Integrated.Query.in.C.Sharp.2008.Nov.2007.eBook-BBL

英文版<br>===================================================<br> Pro LINQ: Language Integrated Query in C# 2008 (c) by Apress<br><br> The type of the release is: eBook<br> In the PDF format with ISBN: 1590597893 and Pub Date: November 19, 2007<br> The size of the release is: 03 disks x 2.88mb<br> And released on: 12/22/2007<br><br>===================================================<br> LINQ is the project name for a set of extensions to the .NET Framework <br> that provide a generic approach to querying data from different data <br> sources. LINQ will premier in Visual Studio 2008, and will become the <br> next must-have skill for .NET developers. For more information about <br> LINQ, you can check out the author's portal at www.linqdev.com. <br> <br> Pro LINQ: Language Integrated Query in C# 2008 is all about code. <br> Literally, this book starts with code and ends with code. In most books, <br> the author shows the simplest example demonstrating how to use a method, <br> but they so rarely show how to use the more complex prototypes. Pro <br> LINQ: Language Integrated Query in C# 2008 is different. Demonstrating <br> the overwhelming majority of LINQ operators and protoypes, it is a <br> veritable treasury of LINQ examples. Rather than obscure the relevant <br> LINQ principles in code examples by focusing on a demonstration <br> application you have no interest in writing, Pro LINQ: Language <br> Integrated Query in C# 2008 cuts right to the chase of each LINQ <br> operator, method, or class. However, where complexity is necessary to <br> truly demonstrate an issue, the examples are right there in the thick of <br> it. For example, code samples demonstrating how to handle concurrency <br> conflicts actually create concurrency conflicts so you can step through <br> the code and see them unfold. Most books tell you about the simple <br> stuff, while few books warn you of the pitfalls. Where Pro LINQ: <br> Language Integrated Query in C# 2008 returns your investment is in the <br> hours, and sometimes days, spent by the author determining why something <br> may not work as expected. Sometimes this results in an innocent looking <br> paragraph that may take you a minute to read and understand, but took <br> days to research and explain. Face it, most technical books while <br> informative, are dull. LINQ need not be dull. Written with a sense of <br> humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to <br> entertain you on your journey through the wonderland of LINQ and C# <br> 2008. <br> What you'll learn<br> - How to leverage all the new LINQ relevant C# 2008 language features <br> including extension methods, lambda expressions, anonymous data types, <br> and partial methods. <br> - How to use LINQ to Objects to query in-memory data collections such <br> as arrays, ArrayLists, and Lists to retrieve the data you want. <br> - Why some queries are deferred, how a deferred query can bite you, <br> and how you can make deferred queries work for you. <br> - How to use LINQ to XML to revolutionize your creation, manipulation, <br> and searching of XML data. <br> - How to query DataSets with LINQ to DataSet so you can co-exist with <br> legacy code and use LINQ to query databases other than SQL Server. <br> - How to query Databases with LINQ to SQL, write your own entity <br> classes, and understand how to handle concurrency conflicts. <br><br> http://www.amazon.com/exec/obidos

2007-12-26

Apress.Accelerated.C.Sharp.2008.Nov.2007

英文版<br>======================<br> C# 2008 offers powerful new features, and Accelerated C# 2008 is the <br> fastest path to mastering them, and the rest of C#, for both experienced <br> C# programmers moving to C# 2008 and programmers moving to C# from <br> another object-oriented language. Many books introduce C#, but very few <br> also explain how to use it optimally with the .NET common language <br> runtime (CLR). This book teaches both core C# language concepts and how <br> to wisely employ C# idioms and object-oriented design patterns to <br> exploit the power of C# and the CLR. This book is both a rapid tutorial <br> and a permanent reference. You'll quickly master C# syntax while <br> learning how the CLR simplifies many programming tasks. You'll also <br> learn best practices that ensure your code will be efficient, reusable, <br> and robust. Why spend months or years discovering the best ways to <br> design and code C# when this book will show you how to do things the <br> right way, right from the start? <br> - Comprehensively and concisely explains both C# 2005 and C# 2008 <br> features <br> - Focuses on the language itself and on how to use C# 2008 <br> proficiently for all .NET application development <br> - Concentrates on how C# features work and how to best use them for <br> robust, high-performance code. <br> <br> What you'll learn:<br> - How C# works with and exploits the CLR<br> - How to use arrays, collections, and iterators<br> - How to handle events with delegates and anonymous functions<br> - How to design and use generic types and methods<br> - How to thread efficiently and robustly<br> - How the new C# 2008 anonymous types, lamba expressions, and <br> extension methods work and how to use them.

2007-12-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除