C# 5 First Look
暫譯: C# 5 首次探索
Joel Martinez
- 出版商: Packt Publishing
- 出版日期: 2012-12-22
- 售價: $1,230
- 貴賓價: 9.5 折 $1,169
- 語言: 英文
- 頁數: 138
- 裝訂: Paperback
- ISBN: 1849686769
- ISBN-13: 9781849686761
-
相關分類:
C#
海外代購書籍(需單獨結帳)
相關主題
商品描述
Write ultra responsive applications using the new asynchronous features of C#.
Overview
- Learn about all the latest features of C#, including the asynchronous programming capabilities that promise to make apps ultra-responsive.
- Examine how C# evolved over the years to be more expressive, easier to write, and how those early design decisions enabled future innovations.
- Explore the language's bright future building applications for other platforms using the Mono Framework.
In Detail
C# is a wonderfully expressive and powerful language that lets you focus on your application rather than low level boilerplate. Over the last decade, the C# compiler has evolved to include many features from dynamic and functional languages, all while remaining statically typed. Most recently, it also tackles the proliferation of concurrent hardware with new asynchronous programming features
"C# 5 First Look" will help you get up to speed on the latest version of the language. You will learn the underlying principles of the design by exploring its evolution, then look at the asynchronous and concurrent programming facilities of the Task Parallel Framework, and the new async and await keywords. The book also takes you through the development of real-world applications for Windows 8, ASP.NET, and MacOS, using the Mono Framework.
"C# 5 First Look" will help you get up to speed on the latest version of C#. After setting up your development environment, you will go on a tour of all features of the language, including: the Task Parallel Framework, Dynamic Language Runtime, TPL Data Flow, and finally asynchronous programming with async and await.
"C# 5 First Look" will help you get up to speed on the latest version of C#. We will discuss the tools you need to get started, including Visual Studio and MonoDevelop. Once set up, we look at the highlights of the language's evolution over every version and discuss how the framework's design and language features contribute to the high productivity you experience as a C# programmer. Next we check out the asynchronous and concurrent programming features of the language, which help you write fast and responsive applications. Finally, the book presents and explains three fully featured pieces of software that demonstrate writing applications for the Windows Store, the Web, and MacOS with the Mono Framework.
"C# 5 First Look" is a look at the evolution of C#. You will learn how to write great apps on all platforms using modern C# language features. Whether you are targeting the desktop, mobile, or web, C# 5 First Look has you covered.
What you will learn from this book
- Getting your environment set up with Visual Studio or MonoDevelop.
- Learn about the evolution of C# since its introduction in 2000.
- Talk about Language Integrated Queries (LINQ), and the Dynamic Language Runtime (DLR).
- Explore concurrent programming with the Task Parallel Framework (TPL).
- Discuss asynchrony in the latest version using async and await.
- Deploy applications on the Windows Store.
- Build a real-time ASP.Net MVC web app using SignalR and HTML 5.
- Target different platforms such as the MacOS with the Mono Framework.
Approach
This will be a mix of concept introduction and examples, and with each new feature and enhancement we will give an example to the readers. C# 5 First Look will provide a gist of C# 5 to the readers.
商品描述(中文翻譯)
撰寫超響應式應用程式,使用 C# 的新非同步功能。
概述
- 了解 C# 的所有最新功能,包括承諾使應用程式超響應的非同步程式設計能力。
- 檢視 C# 隨著時間的演變,如何變得更具表達性、更易於撰寫,以及這些早期設計決策如何促成未來的創新。
- 探索使用 Mono Framework 為其他平台構建應用程式的語言光明未來。
詳細內容
C# 是一種表達性強且功能強大的語言,讓您專注於應用程式,而不是低層的樣板代碼。在過去十年中,C# 編譯器已演變為包含來自動態和函數式語言的許多功能,同時仍然保持靜態類型。最近,它還針對新出現的並行硬體,加入了新的非同步程式設計功能。
《C# 5 首次體驗》將幫助您快速了解該語言的最新版本。您將通過探索其演變來學習設計的基本原則,然後查看 Task Parallel Framework 的非同步和並行程式設計功能,以及新的 async 和 await 關鍵字。本書還將帶您通過使用 Mono Framework 開發 Windows 8、ASP.NET 和 MacOS 的實際應用程式。
《C# 5 首次體驗》將幫助您快速了解 C# 的最新版本。在設置開發環境後,您將巡覽該語言的所有功能,包括:Task Parallel Framework、Dynamic Language Runtime、TPL Data Flow,最後是使用 async 和 await 的非同步程式設計。
《C# 5 首次體驗》將幫助您快速了解 C# 的最新版本。我們將討論您開始所需的工具,包括 Visual Studio 和 MonoDevelop。設置完成後,我們將查看該語言在每個版本中的演變亮點,並討論框架的設計和語言特性如何促進您作為 C# 程式設計師所體驗的高生產力。接下來,我們將檢查該語言的非同步和並行程式設計功能,這些功能幫助您撰寫快速且響應式的應用程式。最後,本書展示並解釋三個功能齊全的軟體,演示如何使用 Mono Framework 為 Windows Store、Web 和 MacOS 撰寫應用程式。
《C# 5 首次體驗》是對 C# 演變的回顧。您將學會如何使用現代 C# 語言特性在所有平台上撰寫優秀的應用程式。無論您是針對桌面、移動還是網頁,《C# 5 首次體驗》都能滿足您的需求。
您將從本書中學到的內容
- 使用 Visual Studio 或 MonoDevelop 設置您的環境。
- 了解自 2000 年以來 C# 的演變。
- 討論語言整合查詢 (LINQ) 和動態語言運行時 (DLR)。
- 探索使用 Task Parallel Framework (TPL) 的並行程式設計。
- 討論最新版本中的非同步性,使用 async 和 await。
- 在 Windows Store 部署應用程式。
- 使用 SignalR 和 HTML 5 構建實時 ASP.Net MVC 網頁應用程式。
- 針對不同平台(如 MacOS)使用 Mono Framework。
方法
這將是概念介紹和範例的混合,每個新功能和增強都將為讀者提供範例。《C# 5 首次體驗》將為讀者提供 C# 5 的要點。