C# 5.0圖書

來源:互聯網
上載者:User
文章目錄
  • 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.

 

看完這本書,對C#的最新情況會有深入的瞭解,同時也複習了以前的知識 

圖書的覆蓋內容

網址

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

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

O’Reilly 圖書品質的保證,學習其他的資料時看了很多的O’Reilly 系列圖書

 

http://product.china-pub.com/195367  C# 3.0核心技術(第三版) 這個是早期的版本,有中文版

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.