C# in Depth, 3rd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


C# in Depth, 3rd Edition

簡體網頁||繁體網頁
Jon Skeet 作者
Manning Publications
譯者
2013-9-27 出版日期
616 頁數
USD 49.99 價格
Paperback
叢書系列
9781617291340 圖書編碼

C# in Depth, 3rd Edition 在線電子書 圖書標籤: C  #.NET  編程  Programming  編程語言  計算機  程序設計  軟件開發   


喜歡 C# in Depth, 3rd Edition 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-22

C# in Depth, 3rd Edition 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

C# in Depth, 3rd Edition 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

C# in Depth, 3rd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



C# in Depth, 3rd Edition 在線電子書 用戶評價

評分

讀過的第一本英文書。從c#1.0到5.0,每個語言特性都講得很清楚。不止講瞭怎麼用,也講瞭為什麼會有這個特性,以及背後的思想和理念。

評分

趙三本

評分

我qtmd吧。。廢話這麼多,讀它的人為啥不直接去讀spec呢。。。

評分

讀過的第一本英文書。從c#1.0到5.0,每個語言特性都講得很清楚。不止講瞭怎麼用,也講瞭為什麼會有這個特性,以及背後的思想和理念。

評分

休假前還差一章沒有看完小小遺憾。這是部不錯的c#圖書,可以深入瞭解很多特性。之前對於c#的知識隻停留在本科所學的階段,沒想到這幾年.net也是變化很大,有瞭很多特彆實用的特性。作者的文筆也很逗,讓看原版也變得輕鬆。

C# in Depth, 3rd Edition 在線電子書 著者簡介

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 在線電子書 著者簡介


C# in Depth, 3rd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

C# in Depth, 3rd Edition 在線電子書 圖書描述

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 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

C# in Depth, 3rd Edition 在線電子書 讀後感

評分

先说.NET开发人员,我认为本书和CLR via C#是两本.NET程序员必读的书,这两本书有着不同的倾向。 CLR via C#更加倾向于来用C#剖析CLR的原理和行为,而本书相对来说更加实用,把C#1.0到4.0中“先进”的特性婉婉道来,更关键的是,这本书不仅仅是简单地罗列C#中每一项特性,而是...  

評分

C#无好书。这本书算是目前见到的还不错的。 一般的C#书,包括那些大部头的红皮书,和Jesse Liberty的所谓经典,实在是非常之浅,学到手的那点C#也就是能拿来写点组装代码,深入一些的东西都不知道。 这本书算是讲得比较深入了,而且作者尽量去分析了语言设计的动机,这个是非...

評分

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

評分

利用等饭吃的时间断断续续的读完了《深入理解C#》,一年多没写C#代码也收获很大。每个版本的更新都在做一件事:把体力活留给编译器,把健康留给程序员。最新的5.0已能将异步编程处理的不留痕迹实在超出我的预料。  

評分

终于再次清晰了什么是委托的思路,以及委托和事件的区别 再循序渐进的明白匿名方法就是委托的简单语法糖,而lamada又是匿名方法的简单语法糖,进而是linq,原来C#是这样进化的。而扩展方法再让C#编程函数化! 其实说到最后就是通过委托来松耦合各个代码块的关系,而再通过各种...  

類似圖書 點擊查看全場最低價

C# in Depth, 3rd Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





C# in Depth, 3rd Edition 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有