Effective C# 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Effective C#

简体网页||繁体网页
Bill Wagner 作者
Addison-Wesley Professional
译者
2010-3-15 出版日期
352 页数
USD 44.99 价格
Paperback
丛书系列
9780321658708 图书编码

Effective C# 在线电子书 图书标签: C  #软件开发  计算机  .NET  编程  @CS编程  Programming  Effective   


喜欢 Effective C# 在线电子书 的读者还喜欢




点击这里下载
    

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

发表于2024-06-28


Effective C# 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Effective C# 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Effective C# 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Effective C# 在线电子书 用户评价

评分

内容可以,但叙述不够简洁。355页的书缩成一半篇幅也未尝不可。——谈OO设计的部分有收获。快速了解了更多C#细节。

评分

内容可以,但叙述不够简洁。355页的书缩成一半篇幅也未尝不可。——谈OO设计的部分有收获。快速了解了更多C#细节。

评分

Awesome book!

评分

只到C#4.0,有点小过时,至少有一个知识点是错的,总的来说还不错吧

评分

内容可以,但叙述不够简洁。355页的书缩成一半篇幅也未尝不可。——谈OO设计的部分有收获。快速了解了更多C#细节。

Effective C# 在线电子书 著者简介

Bill wagner是世界知名的.NET专家,微软C#领域的MVP,并荣获微软Regional Director称号。他是著名软件咨询公司SRT Solutions的创始人,有20多年软件开发经验,曾经领导了众多成功的Windows平台产品的开发。他是微软开发社区的活跃人物,长期担任MSDN Magazine、ASP.NET Pro、Visual Studio Magazine等技术杂志的专栏作者。他的blog是http://www.srtsolutions.com/public/blog/20574,可以通过wwagner@SR7Solutions.com与他联系。


Effective C# 在线电子书 图书目录


Effective C# 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Effective C# 在线电子书 图书描述

C# has matured over the past decade: It's now a rich language with generics, functional programming concepts, and support for both static and dynamic typing. This palette of techniques provides great tools for many different idioms, but there are also many ways to make mistakes. In Effective C#, Second Edition, respected .NET expert Bill Wagner identifies fifty ways you can leverage the full power of the C# 4.0 language to express your designs concisely and clearly. Effective C#, Second Edition, follows a clear format that makes it indispensable to hundreds of thousands of developers: clear, practical explanations, expert tips, and plenty of realistic code examples. Drawing on his unsurpassed C# experience, Wagner addresses everything from types to resource management to dynamic typing to multicore support in the C# language and the .NET framework. Along the way, he shows how to avoid common pitfalls in the C# language and the .NET environment. You'll learn how to * Use both types of C# constants for efficiency and maintainability (see Item 2) * Employ immutable data types to promote multicore processing (see Item 20) * Minimize garbage collection, boxing, and unboxing (see Items 16 and 45) * Take full advantage of interfaces and delegates (see Items 22 though 25) * Make the most of the parallel framework (see Items 35 through 37) * Use duck typing in C# (see Item 38) * Spot the advantages of the dynamic and Expression types over reflection (see Items 42 and 43) * Assess why query expressions are better than loops (see Item 8) * Understand how generic covariance and contravariance affect your designs (see Item 29) * See how optional parameters can minimize the number of method overloads (see Item 10) You're already a successful C# programmer--this book will help you become an outstanding one.

Effective C# 在线电子书 下载 mobi epub pdf txt 在线电子书下载

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

Effective C# 在线电子书 读后感

评分

C#从诞生之初对Java和C++的模仿,到现在已经有了翻天覆地的变化。可是国内的开发者,还在大量使用繁复而且丑陋的旧式语法来构建他们的代码。还有一些人有Java或者别的语言的开发经验,编写的C#程序有明显的“方言”。 本书提供的是关于C#语言特性的最佳实践。帮助那些有“方言...  

评分

我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看...

评分

我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看...

评分

C#从诞生之初对Java和C++的模仿,到现在已经有了翻天覆地的变化。可是国内的开发者,还在大量使用繁复而且丑陋的旧式语法来构建他们的代码。还有一些人有Java或者别的语言的开发经验,编写的C#程序有明显的“方言”。 本书提供的是关于C#语言特性的最佳实践。帮助那些有“方言...  

评分

C#从诞生之初对Java和C++的模仿,到现在已经有了翻天覆地的变化。可是国内的开发者,还在大量使用繁复而且丑陋的旧式语法来构建他们的代码。还有一些人有Java或者别的语言的开发经验,编写的C#程序有明显的“方言”。 本书提供的是关于C#语言特性的最佳实践。帮助那些有“方言...  

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

Effective C# 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Effective C# 在线电子书 相关图书




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

友情链接

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