C #5.0 books

Source: Internet
Author: User
ArticleDirectory
    • C #5.0 in a nutshell the definitive reference
C #5.0 in a nutshell the definitive referencewinrt

C #5.0 also interoperates with Windows Runtime (winrt) libraries. winrt is an execution interface and runtime environment for accessing libraries in a language-neutral and object-oriented fashion. it ships with Windows 8 and is (in part) an enhanced version of Microsoft's component object model or COM (See Chapter 25)

What's new in C #5.0

C #5.0's big new feature is support for asynchronous functions via two new keywords, async and await. asynchronous functions enable asynchronous continuations, which make it easier to write responsive and thread-Safe Rich-client applications. they also make it easy to write highly concurrent and efficient I/O-bound applications that don't tie up a thread resource per operation.

What's new in C #4.0

The features new to C #4.0 were:

• Dynamic binding

• Optional parameters and named arguments

• Type Variance with generic interfaces and delegates

• Com interoperability improvements

What's new in C #3.0

The features added to C #3.0 were mostly centered on Language Integrated Query

Capabilities or LINQ for short.

The C #3.0 features added to support LINQ comprised implicitly typed local variables,

Anonymous types, object initializers, lambda expressions, extension methods, query

Expressions and expression trees.

C #3.0 also added automatic properties and partial methods.

 

After reading this book, I will have a deep understanding of the latest situation of C # And have also reviewed the previous knowledge.

Covered content of books

URL

Http://shop.oreilly.com/product/0636920023951.do

Http://www.amazon.com/5-0-Nutshell-The-Definitive-Reference/dp/1449320104

O 'Reilly book quality assurance, read a lot of books in the 'Reilly series when learning other materials

 

Http://product.china-pub.com/195367 C #3.0 Core Technology (Third edition) This is an early version with a Chinese version

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.