Essential C# 5.0 2024 pdf epub mobi 电子书


Essential C# 5.0

简体网页||繁体网页

Essential C# 5.0 2024 pdf epub mobi 电子书 著者简介

Mark Michaelis,微软Visual Studio MVP,现任Itron公司企业架构师,并在著名顾问公司Pluralsight担任导师。他是广受尊敬的资深C#专家,曾经受邀担任C#和VSTS等多个微软产品的软件设计审查顾问。除本书外,他还与Herbert Schildt合写过COM+方面的著作。


Essential C# 5.0 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-20

Essential C# 5.0 2024 pdf epub mobi 电子书

Essential C# 5.0 2024 pdf epub mobi 电子书

Essential C# 5.0 2024 pdf epub mobi 电子书



喜欢 Essential C# 5.0 电子书 的读者还喜欢


Essential C# 5.0 电子书 读后感

评分

优点: 作者对C#的基础知识讲的很清楚,同时例子也很有代表性,对初学者来说有点难度但不是很大,读起来很顺畅,相比其他的C#书籍厚度也适中,作为一本C#入门书籍非常理想. 不足: 对.NET框架的内部原理和应用介绍偏少. 总结: 该书是一本优秀的C#入门书籍,但若是搞平台开发,书中讲述的...  

评分

优点: 作者对C#的基础知识讲的很清楚,同时例子也很有代表性,对初学者来说有点难度但不是很大,读起来很顺畅,相比其他的C#书籍厚度也适中,作为一本C#入门书籍非常理想. 不足: 对.NET框架的内部原理和应用介绍偏少. 总结: 该书是一本优秀的C#入门书籍,但若是搞平台开发,书中讲述的...  

评分

真的很实在,虽然我不是学c#的,但也能从中学到点东西。尤其是对内部细节的一些深入探讨,在很多入门书中几乎是不可能看到的。很高兴在国内还能看到这样的一本书,总体来说,翻译的质量并不能说非常好,但是对于很多原先就是用中文写的书来说还是要好得多,感谢作者,感谢译者。  

评分

好多人都评价是必读的好书,但是我觉得不是....我不喜欢这书,觉得有些地方讲的不明白,有写该讲的知识都没讲,也不够透彻,看书的时候是照着msdn的文档才看懂的。学C++有c++primer,学java有java核心技术,学C#的这种书,我还没找到。  

评分

好多人都评价是必读的好书,但是我觉得不是....我不喜欢这书,觉得有些地方讲的不明白,有写该讲的知识都没讲,也不够透彻,看书的时候是照着msdn的文档才看懂的。学C++有c++primer,学java有java核心技术,学C#的这种书,我还没找到。  

类似图书 点击查看全场最低价
出版者:Addison-Wesley Professional
作者:Mark Michaelis
出品人:
页数:1032
译者:
出版时间:2012-12-10
价格:USD 59.99
装帧:Paperback
isbn号码:9780321877581
丛书系列:

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


Essential C# 5.0 2024 pdf epub mobi 电子书 图书描述

Essential C# 5.0 is a well-organized, no-fluff guide to the latest versions of C# for programmers at all levels of C# experience. Fully updated to reflect new features and programming patterns introduced with C# 5.0 and .NET 4.5, this guide shows you how to write C# code that is simple, powerful, robust, secure, and maintainable. Microsoft MVP Mark Michaelis and C# principal developer Eric Lippert provide comprehensive coverage of the entire language, offering a complete foundation for effective software development. The authors illustrate key constructs with succinct, downloadable code examples. Graphical mind maps at the beginning of each chapter outline the material that is covered and how individual topics interrelate. This edition also includes C# Coding Guidelines that call attention to today's best practices for writing C# code. Separate indexes of C# versions 3.0, 4.0, and 5.0 make it easy to find answers specific to whatever version of C# you are using. Throughout, topics intended for beginners and advanced readers are clearly marked. If you're new to C#, this guide will help you start writing significant code quickly. If you're an experienced C# developer, you'll gain insight into today's most complex programming challenges and techniques as you master key C# 5.0 innovations such as async/await pattern. No matter how advanced your skills become, you'll come to rely on this indispensable reference. Coverage includes * Mastering C# data types, operators, control flow, methods, and parameters* Making the most of C# object-oriented constructs, including classes, inheritance, interfaces, and more* Building reliable, effective exception handling into your code* Using generics, delegates, Lambda expressions, and events to reduce code complexity* Learning dynamic programming with reflection and attributes* Querying virtually any type of data using LINQ with Query Expressions* Creating custom collections that operate against business objects* Understanding the Common Language Infrastructure and C# in the context of the .NET 4.5 development platform* Taking advantage of declarative programming, embedded metadata, reflection, and attributes* Thoroughly mastering multithreading and synchronization, including the new async/await paradigm* Discussion of WinRT and programming in C# for Windows 8* Using P/Invoke, pointers, and direct memory manipulation to interoperate with code in other languages* Understanding how C# programs relate to the underlying runtime

Essential C# 5.0 2024 pdf epub mobi 电子书

Essential C# 5.0 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Essential C# 5.0 2024 pdf epub mobi 用户评价

评分

2009年的第四版,是我编程入门的第一本书。选择C#,而不是C,C++作为第一门语言的好处在于,可以更好地理解程序逻辑本身而不过分注重程序的外表,比如语法,并且可以让人感到兴奋 - C#是一门如此包容,近似英语的语言,可以在没有意识到的情况下看到C(P/Invoke, Pointers and Unsafe),C++(Generics and Templates),Java(GC, VM and ByteCode),JavaScript(dynamic typing),Haskell(Lambda,LinQ), Elm(XAML)的影子,等到学习其他语言,诸如Python或者Clojure的时候,就可以极其容易地掌握其要领。我仍在不厌其烦地推荐想要编程的非计算机专业的同学用C#作为入门语言。

评分

2009年的第四版,是我编程入门的第一本书。选择C#,而不是C,C++作为第一门语言的好处在于,可以更好地理解程序逻辑本身而不过分注重程序的外表,比如语法,并且可以让人感到兴奋 - C#是一门如此包容,近似英语的语言,可以在没有意识到的情况下看到C(P/Invoke, Pointers and Unsafe),C++(Generics and Templates),Java(GC, VM and ByteCode),JavaScript(dynamic typing),Haskell(Lambda,LinQ), Elm(XAML)的影子,等到学习其他语言,诸如Python或者Clojure的时候,就可以极其容易地掌握其要领。我仍在不厌其烦地推荐想要编程的非计算机专业的同学用C#作为入门语言。

评分

2009年的第四版,是我编程入门的第一本书。选择C#,而不是C,C++作为第一门语言的好处在于,可以更好地理解程序逻辑本身而不过分注重程序的外表,比如语法,并且可以让人感到兴奋 - C#是一门如此包容,近似英语的语言,可以在没有意识到的情况下看到C(P/Invoke, Pointers and Unsafe),C++(Generics and Templates),Java(GC, VM and ByteCode),JavaScript(dynamic typing),Haskell(Lambda,LinQ), Elm(XAML)的影子,等到学习其他语言,诸如Python或者Clojure的时候,就可以极其容易地掌握其要领。我仍在不厌其烦地推荐想要编程的非计算机专业的同学用C#作为入门语言。

评分

2009年的第四版,是我编程入门的第一本书。选择C#,而不是C,C++作为第一门语言的好处在于,可以更好地理解程序逻辑本身而不过分注重程序的外表,比如语法,并且可以让人感到兴奋 - C#是一门如此包容,近似英语的语言,可以在没有意识到的情况下看到C(P/Invoke, Pointers and Unsafe),C++(Generics and Templates),Java(GC, VM and ByteCode),JavaScript(dynamic typing),Haskell(Lambda,LinQ), Elm(XAML)的影子,等到学习其他语言,诸如Python或者Clojure的时候,就可以极其容易地掌握其要领。我仍在不厌其烦地推荐想要编程的非计算机专业的同学用C#作为入门语言。

评分

2009年的第四版,是我编程入门的第一本书。选择C#,而不是C,C++作为第一门语言的好处在于,可以更好地理解程序逻辑本身而不过分注重程序的外表,比如语法,并且可以让人感到兴奋 - C#是一门如此包容,近似英语的语言,可以在没有意识到的情况下看到C(P/Invoke, Pointers and Unsafe),C++(Generics and Templates),Java(GC, VM and ByteCode),JavaScript(dynamic typing),Haskell(Lambda,LinQ), Elm(XAML)的影子,等到学习其他语言,诸如Python或者Clojure的时候,就可以极其容易地掌握其要领。我仍在不厌其烦地推荐想要编程的非计算机专业的同学用C#作为入门语言。

Essential C# 5.0 2024 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有