C# in Depth, 3rd Edition

C# in Depth, 3rd Edition pdf epub mobi txt 电子书 下载 2025

出版者:Manning Publications
作者:Jon Skeet
出品人:
页数:616
译者:
出版时间:2013-9-27
价格:USD 49.99
装帧:Paperback
isbn号码:9781617291340
丛书系列:
图书标签:
  • C
  • #.NET
  • 编程
  • Programming
  • 编程语言
  • 计算机
  • 程序设计
  • 软件开发
  • C#
  • NET
  • C# in Depth
  • Programming
  • Software Development
  • Microsoft
  • 3rd Edition
  • Books
  • Technical
  • Computer Science
  • Coding
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

C# in Depth has become widely regarded as one of the best books in its field, focusing on C# as a language to provide an unparalleled level of detail. It explains not just what the language does, but also why it was designed that way. C# in Depth, Third Edition has been updated and expanded to cover the new features in C# 5, such as async modifier and async await operator which provide greater support for asynchronous operations and improve the ability to write asynchronous code which is readable, robust, and maintainable. It expertly guides the reader through the details and gives a new level of clarity about how the language works and how to use it most effectively. *Explains the what and why of C# * Covers new features of C# 5 * Shows how to avoid hidden pitfalls This book is aimed at intermediate to advanced developers who already know C# to some extent - but are possibly very rusty. C#, which is used to write asynchronous code, is a language primarily developed by Microsoft, targeting the .NET platform and is widely used in the corporate world. .NET 4.5 , released August 2012, supports C# 5 which is the next version of the language and contains features that make it much easier to write apps for Windows 8, which relies heavily on asynchrony.

作者简介

Jon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.

The page for this book: http://csharpindepth.com/ or http://manning.com/skeet3/

Author's blog: http://msmvps.com/blogs/jon_skeet/

目录信息

•Part one ◦1: The changing face of C# development
◦2: Core foundations: building on C# 1
•Part two ◦3: Parameterized typing with generics
◦4: Saying nothing with nullable types
◦5: Fast-tracked delegates
◦6: Implementing iterators the easy way
◦7: Concluding C# 2: the final features
•Part three ◦8: Cutting fluff with a smart compiler
◦9: Lambda expressions and expression trees
◦10: Extension methods
◦11: Query expressions and LINQ to Objects
◦12: LINQ beyond collections
•Part four ◦13: Minor changes to simplify code
◦14: Dynamic binding in a static language
•Part five ◦15: Asynchrony with async/await
◦16: C# 5 bonus features and closing thoughts
•Appendices ◦A: LINQ standard query operators
◦B: Generic collections in .NET
◦C: Version summaries
· · · · · · (收起)

读后感

评分

本书作者供职于 Google,主要写 Java 程序,业余时间写了本 C# 的书,一不小心变成了经典著作(说其为经典,主要基于两点:一、Amazon上好评如潮;二、最新版为 3rd Edition,一本讲编程的书,没有点儿功力,是很难再有后续版本的)。 全书共分 5 个部分,基本一个部分对应于 ...  

评分

本书作者供职于 Google,主要写 Java 程序,业余时间写了本 C# 的书,一不小心变成了经典著作(说其为经典,主要基于两点:一、Amazon上好评如潮;二、最新版为 3rd Edition,一本讲编程的书,没有点儿功力,是很难再有后续版本的)。 全书共分 5 个部分,基本一个部分对应于 ...  

评分

C#这门语言一出来就有好多不同的声音,我们用着,但甚至还自卑着。究竟我们知道的有多少,对常用的概念我理解了多少这就很难说了。比如说“泛型”我很习惯用,但是大多时候,大多人只是习惯着这种方式,它的好处已经有足够多的书说了,如果问有什么弱点,相信C#er会愣住,似乎...  

评分

下面的链接是,当年看完这本书之后,回头review时候写的一个总结。 C# in depth要点整理(一张A4纸, 打印版) http://wjason.iteye.com/blog/1835376 确实是C#的好书。 入门力荐。  

评分

《深入理解C#(第2版)》,个人觉得是一本完全被低估的.net书,是一本需要和《CLR via C#(第3版)》同时放在案头的.net书(因为两本书有不同的方向,读一本不全,只有同时读两本,才能够互为补充)! 《深入理解C#》一书是世界资深技术卖家C# MVP Jon Skeet“十年磨...  

用户评价

评分

感觉Java界就缺少这种把语言特性演化讲明白的书,或者Java本身的语言特性演化就很混乱。。。

评分

又一大部头读完了,作者带领回顾C#发展历史,高速你它如何成为现在这个样子。非常好的向导书

评分

老司机裂墙推荐的c#必读经典

评分

作者很牛,不光写书厉害,还是stack overflow的top 0.01%(http://stackoverflow.com/users/22656/jon-skeet)。他还挺幽默,比如倒数第二章的代码里出现了Time Machine和TARDIS(经典英剧《Doctor Who》),读着的时候真是会心一笑。这是一本帮助你知其然并且尽量知其所以然的书,有些老程序员经常说想当年如何如何,这本书就像一个从C#蒙昧时代走过来的老程序员一样把这门语言的演化娓娓道来。当然,很多东西我都没有看懂,不过聊以自慰的是作者经常安慰我说,如果你看懂了,你就比99%的程序员懂得多;如果你没看懂,也没关系,因为你几乎不大可能使用这些特性……

评分

作者很牛,不光写书厉害,还是stack overflow的top 0.01%(http://stackoverflow.com/users/22656/jon-skeet)。他还挺幽默,比如倒数第二章的代码里出现了Time Machine和TARDIS(经典英剧《Doctor Who》),读着的时候真是会心一笑。这是一本帮助你知其然并且尽量知其所以然的书,有些老程序员经常说想当年如何如何,这本书就像一个从C#蒙昧时代走过来的老程序员一样把这门语言的演化娓娓道来。当然,很多东西我都没有看懂,不过聊以自慰的是作者经常安慰我说,如果你看懂了,你就比99%的程序员懂得多;如果你没看懂,也没关系,因为你几乎不大可能使用这些特性……

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有