帮助我发展我的C#语言 [英] Help me to develop my C# language

查看:107
本文介绍了帮助我发展我的C#语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!
我在VB.net上有经验,我想学习C#语言.
请帮我推荐最适合所有人的电子书.
无论如何,谢谢.

Hello all!
I''m experience in VB.net and I want to learn C# language.
Please, help me recommending e-book which is the best for all of you.
Thank anyway.

推荐答案

有一本不错的书-"Pro C#2010和.NET 4平台"
http://www.amazon.com/2010-NET-Platform-Andrew-Troelsen/dp/1430225491
这本书在其建议范围之内具有重要意义.它涵盖了C#的几乎所有方面,从其语法的基础到更困难的(对我而言)继承,委托和多线程概念.它足够全面,可以成为C#新手的宝贵概述,但不是"21天"的文字;我怀疑已经有一些C#或另一种等效语言的程序员最受益.对我来说,这对准备技术面试特别有用.

我特别喜欢Troelsen的能力,既幽默又缺乏绒毛,能够呈现出非常深刻和复杂的(而且常常是干燥的)概念.
然后我找到了一个链接,但仅适用于.NET 3:
http://books.google.co.il/books?id=JZmbD7yeNMMC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false


这本书也非常好-Herbert Schildt的"C#4.0完整参考" C#权威指南从使用LINQ到协方差,从字符串格式到可选参数,Herb的更新涵盖了您在使用实际C#4.0时需要了解的所有信息." Microsoft公司畅销书作家Herb Schildt迈克尔·霍华德(Michael Howard)已更新并扩展了他的经典编程参考,使其涵盖了C#4.0,这是该功能强大,功能丰富的语言的最新版本.使用精心设计的解释,内部技巧和数百个示例,C#4.0:完整参考提供了有关C#所有方面的深入详细信息,包括关键字,语法和核心库.还讨论了C#4.0的新功能,例如命名和可选参数,动态类型,扩展的协方差和逆方差功能以及对使用任务并行库(TPL)和PLINQ进行并行编程的支持.无论是初学者还是专业C#程序员,它都是完美的选择,该专家资源以清晰,清晰,毫不妥协的风格编写,这使Herb在全球范围内成为数以百万计的选择.从权威卷开始,立即开始掌握C#4.0!内容包括:数据类型和运算符控制语句类和对象构造函数,析构函数和方法接口,数组,枚举和结构方法和运算符重载继承和虚拟方法反射和运行时类型ID异常处理委托,属性,事件和索引器属性多线程和任务并行库泛型LINQ和PLINQ Lambda表达式匿名类型扩展方法命名和可选参数隐式类型的变量I/O,联网和集合预处理器以及更多其他内容
There is a good book - "Pro C # 2010 and the. NET 4 Platform"
http://www.amazon.com/2010-NET-Platform-Andrew-Troelsen/dp/1430225491
This book is as weighty within as its heft suggests. It covers nearly every dimension of C#, ranging from the basics of its syntax to the more difficult (for me) concepts of inheritance, delegates, and multithreading. It is comprehensive enough to be a valuable overview for the new initiate to C#, but is not a "21 days" text; programmers with some C# already, or another equivalent language, I suspect would most benefit. For me, it was particularly helpful in preparing for technical interviews.

I particularly enjoyed Troelsen''s ability to present highly abstruse and intricate (and, often, dry) concepts with both humor and an absence of fluff
Then I found a link, but only for .NET 3:
http://books.google.co.il/books?id=JZmbD7yeNMMC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false


This book is also very good - "C# 4.0 The Complete Reference" of Herbert Schildt
The Definitive Guide to C# "From using LINQ to covariance and from string formatting to optional arguments, Herb''s update covers all you need to know about using real-world C# 4.0." Michael Howard, Microsoft Corporation Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Referenceoffers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed. Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume! Coverage includes: Data types and operators Control statements Classes and objects Constructors, destructors, and methods Interfaces, arrays, enumerations, and structures Method and operator overloading Inheritance and virtual methods Reflection and runtime type ID Exception handling Delegates, properties, events, and indexers Attributes Multithreading and the Task Parallel Library Generics LINQ and PLINQ Lambda expressions Anonymous types Extension methods Named and optional arguments Implicitly typed variables I/O, networking, and collections The preprocessor and much, much more
http://books.google.co.il/books?id=Gs-wTrP_vpMC&pg=PA7&dq=Herbert+Schildt+C%23&hl=en&ei=XL-4T-qMFq2Y0QWmwcidCA&sa=X&oi=book_result&ct=book-thumbnail&redir_esc=y#v=onepage&q=Herbert%20Schildt%20C%23&f=false

Good luck.

Regards,
Alex.


这里 [ ^ ]是按主题分类的开发人员书籍清单.
Here[^] is a list of books for developers, sorted by topic.


您真的想要一本对翻译有帮助的书,因为您了解很多已有的东西,以及任何标准的C#书籍都适合那些在某种程度上都不熟悉两者的人.我会使用类似
You really want a book that helps in translation since you know a lot of the stuff already, and any standard C# books are intended for those that are to some degree unfamiliar with both. I would go with something like http://www.amazon.com/C-VB-NET-Conversion-Pocket-Reference/dp/0596003196/ref=sr_1_1?ie=UTF8&qid=1337443336&sr=8-1[^] which is only


这篇关于帮助我发展我的C#语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆