Functional C#
暫譯: 函數式 C#
Wisnu Anggoro
- 出版商: Packt Publishing
- 出版日期: 2017-01-04
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 423
- 裝訂: Paperback
- ISBN: 1785282220
- ISBN-13: 9781785282225
-
相關分類:
C#
海外代購書籍(需單獨結帳)
相關主題
商品描述
Key Features
- This book focuses on the functional paradigm of C#, which will give you a whole new angle on coding with C#
- It illustrates the advantages that functional programming brings to the table and the associated coding benefits
- This practical guide covers all the aspects of functional programming and provides solutions that can be applied in business scenarios
Book Description
Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.
This book bridges the language gap for C# developers by showing you how to create and consume functional constructs in C#. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambda expressions and extension methods, and help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#.
By the end of the book, you will be able to write code using the best approach and will be able to perform unit testing in functional programming, changing how you write your applications and revolutionizing your projects.
What you will learn
- Develop an application using the functional approach
- Implement unit testing to functionally program code
- Create efficient code using functional programming
- Work through a LINQ query so you can work with data
- Compose asynchronous programs to create a responsive application
- Use recursion in function programming in order to simplify code
- Optimize the program code using Laziness and Caching Techniques
About the Author
Wisnu Anggoro is a Microsoft Certified Professional in C# programming and an experienced C/C++ developer. He has also authored Boost.Asio C++ Network Programming - Second Edition, published by Packt. He has been programming since he was in junior high school (about 20 years ago) and started developing computer applications using the BASIC programming language in the MS-DOS environment. He has a solid experience of smart card programming as well as desktop and web application programming, such as designing, developing, and supporting live use applications for SIM Card Operating System Porting, personalization, PC/SC communication, and other smart card applications that require the use of C# and C/C++. He is currently a senior smart card software engineer at CIPTA, an Indonesian company that specializes in the innovation and technology of smart cards. You can write to him at wisnu@anggoro.net.
Table of Contents
- Tasting Functional Style in C#
- Walkthrough Delegates
- Expressing Anonymous Methods with Lambda Expressions
- Extending Object Functionality with Extension Methods
- Querying Any Collection Easily with LINQ
- Enhancing the Responsiveness of the Functional Program with Asynchronous Programming
- Learning Recursion
- Optimizing the Code using Laziness and Caching Techniques
- Working with Pattern
- Taking an Action in C# Functional Programming
- Coding Best Practice and Testing the Functional Code
商品描述(中文翻譯)
**主要特點**
- 本書專注於 C# 的函數式範式,將為您提供全新的 C# 編碼視角
- 它說明了函數式編程所帶來的優勢及其相關的編碼好處
- 本實用指南涵蓋了函數式編程的所有方面,並提供可應用於商業場景的解決方案
**書籍描述**
函數式編程使您的應用程序更快,提升性能,並提高您的生產力。C# 代碼以更高的抽象層次編寫,使代碼更接近業務需求,抽象掉許多低層次的實現細節。
本書為 C# 開發者填補了語言上的鴻溝,展示了如何在 C# 中創建和使用函數式結構。我們還通過展示函數式結構如何應用於商業場景來填補領域上的鴻溝。我們將帶您了解 lambda 表達式和擴展方法,並幫助您深入理解 C# 中 LINQ 和遞歸的概念和實踐。
在本書結束時,您將能夠使用最佳方法編寫代碼,並能夠在函數式編程中進行單元測試,改變您編寫應用程序的方式,徹底改變您的項目。
**您將學到的內容**
- 使用函數式方法開發應用程序
- 實施單元測試以進行函數式編程
- 使用函數式編程創建高效代碼
- 通過 LINQ 查詢輕鬆處理任何集合
- 組合異步程序以創建響應式應用程序
- 在函數式編程中使用遞歸以簡化代碼
- 使用懶惰和緩存技術優化程序代碼
**關於作者**
**Wisnu Anggoro** 是一名 Microsoft 認證專業人士,專注於 C# 編程,並且是一位經驗豐富的 C/C++ 開發者。他還著有《Boost.Asio C++ Network Programming - Second Edition》,由 Packt 出版。他自初中時期(約 20 年前)開始編程,並在 MS-DOS 環境中使用 BASIC 編程語言開發計算機應用程序。他在智能卡編程以及桌面和網絡應用程序編程方面擁有扎實的經驗,包括設計、開發和支持 SIM 卡操作系統移植、個性化、PC/SC 通信及其他需要使用 C# 和 C/C++ 的智能卡應用程序的實時使用應用程序。目前,他是印尼公司 CIPTA 的高級智能卡軟件工程師,該公司專注於智能卡的創新和技術。您可以通過 wisnu@anggoro.net 聯繫他。
**目錄**
1. 體驗 C# 的函數式風格
2. 委託的逐步介紹
3. 使用 Lambda 表達式表達匿名方法
4. 使用擴展方法擴展對象功能
5. 輕鬆使用 LINQ 查詢任何集合
6. 通過異步編程增強函數式程序的響應性
7. 學習遞歸
8. 使用懶惰和緩存技術優化代碼
9. 與模式一起工作
10. 在 C# 函數式編程中執行操作
11. 編碼最佳實踐及測試函數式代碼