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


C# in Depth, 3rd Edition

简体网页||繁体网页
Jon Skeet
Manning Publications
2013-9-27
616
USD 49.99
Paperback
9781617291340

图书标签: C  #.NET  编程  Programming  编程语言  计算机  程序设计  软件开发   


喜欢 C# in Depth, 3rd Edition 的读者还喜欢




    点击这里下载
        


    想要找书就要到 笔趣阁图书下载中心
    立刻按 ctrl+D收藏本页
    你会得到大惊喜!!

    发表于2024-06-29

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

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

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



    图书描述

    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.

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

    著者简介

    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/


    图书目录


    C# in Depth, 3rd Edition pdf epub mobi txt 电子书 下载
    想要找书就要到 笔趣阁图书下载中心
    立刻按 ctrl+D收藏本页
    你会得到大惊喜!!

    用户评价

    评分

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

    评分

    书的内容可以给5星,但是太罗嗦,只能给4星

    评分

    书的内容可以给5星,但是太罗嗦,只能给4星

    评分

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

    评分

    赵三本

    读后感

    评分

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

    评分

    这本书只关注C#语言本身,而没有涉及.NET Framework或ASP.NET、WPF这样的特定领域的应用。 简单地说,本书关注的是C#2和C#3的新特性。C#2的那些特性的好处比较容易理解,C#3的那些就不那么明了,等到对LINQ有了全面了解了,才会对这些特性有更好的认识。 介绍这些特性的书籍...  

    评分

    这本书只关注C#语言本身,而没有涉及.NET Framework或ASP.NET、WPF这样的特定领域的应用。 简单地说,本书关注的是C#2和C#3的新特性。C#2的那些特性的好处比较容易理解,C#3的那些就不那么明了,等到对LINQ有了全面了解了,才会对这些特性有更好的认识。 介绍这些特性的书籍...  

    评分

    这本书最令我爱不释手的地方在于,它顺着C#版本发展的脉络,深入浅出的分析了C#这些年不断增强的语言特性,并自然而然的引出这些特性所牵涉的种种设计决策——这对于读者潜移默化的影响在于,语言的设计对于程序员并不是无关紧要的,而是计算机世界最为精彩,也最为习以为常的...  

    评分

    这本是介绍.NET发展过程中各个版本新特性的好书。介绍了一系列的.NET特性改进的过程。重点如泛型,可空类型,扩展方法,Lambda表达式,集合初始化列表,Linq,及动态类型等等。当然这本书与CLR via C#全面介绍.NET运行机制,动态语言运行时及各种语法规范有很大不同。但对你贯...  

    类似图书 点击查看全场最低价

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


    分享链接









    相关图书




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

    友情链接

    © 2024 twxs8.cc All Rights Reserved. 笔趣阁图书下载中心 版权所有