語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Introducing functional programming u...
~
Sarcar, Vaskaran.
FindBook
Google Book
Amazon
博客來
Introducing functional programming using C# = leveraging a new perspective for OOP developers /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Introducing functional programming using C#/ by Vaskaran Sarcar.
其他題名:
leveraging a new perspective for OOP developers /
作者:
Sarcar, Vaskaran.
出版者:
Berkeley, CA :Apress : : 2023.,
面頁冊數:
xxiii, 301 p. :ill., digital ;24 cm.
內容註:
Part I: Getting Familiar with Functional Programming -- Chapter 1: Overview of Functional Programming -- Chapter 2: Understanding Functions -- Chapter 3: Understanding Immutability -- Part II: Harnessing the Power of Functional Programming -- Chapter 4: Composing Functions Using Method Chaining -- Chapter 5: Composing Functions Using Currying -- Chapter 6: Removing/Loosening Temporal Coupling -- Chapter 7: Useful Functional Patterns -- Chapter 8: Handling Exceptions -- Chapter 9: Other Discussions -- Appendix A: Recommended Reading.
Contained By:
Springer Nature eBook
標題:
C# (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-9697-4
ISBN:
9781484296974
Introducing functional programming using C# = leveraging a new perspective for OOP developers /
Sarcar, Vaskaran.
Introducing functional programming using C#
leveraging a new perspective for OOP developers /[electronic resource] :by Vaskaran Sarcar. - Berkeley, CA :Apress :2023. - xxiii, 301 p. :ill., digital ;24 cm.
Part I: Getting Familiar with Functional Programming -- Chapter 1: Overview of Functional Programming -- Chapter 2: Understanding Functions -- Chapter 3: Understanding Immutability -- Part II: Harnessing the Power of Functional Programming -- Chapter 4: Composing Functions Using Method Chaining -- Chapter 5: Composing Functions Using Currying -- Chapter 6: Removing/Loosening Temporal Coupling -- Chapter 7: Useful Functional Patterns -- Chapter 8: Handling Exceptions -- Chapter 9: Other Discussions -- Appendix A: Recommended Reading.
Understand the power of C#, a multi-paradigm language. This book will help you learn, analyze, and harness the functional aspects of C# so you can create a better program. The book is divided into two parts. Part I starts with an overview of functional programming (FP) It covers the building blocks for FP: functions and immutability. You will learn about the built-in supports for FP, first- and higher-order functions (HOF), functional purity and side effects, different forms of immutability, and much more. Part II includes discussions on functional composition using pipelining and currying. It also explains how to handle temporal coupling and discusses partial functions and useful functional patterns (such as Map, Bind, Filter, and Fold) Author Vaskaran Sarcar takes you through functional exception-handling mechanisms and provides additional tips to make your programs more efficient. After reading the book, you will understand and be able to implement key aspects of FP. You will be able to produce better code (and refactor existing code) by combining the best techniques from both FP and object-oriented programming (OOP) paradigms. What Will You Learn Understand how the concepts of functional programming (FP) can be implemented using C# Refactor existing code (following the FP paradigm) to make it more readable, maintainable, and predictive Know how advanced features (such as delegates, lambdas, generics) can be used differently Understand how some of the latest features of C# are inclined to FP, so you can use them effectively Understand how to efficiently use features such as lambda expressions and type inference as C# includes explicit language extensions to support functional programming.
ISBN: 9781484296974
Standard No.: 10.1007/978-1-4842-9697-4doiSubjects--Topical Terms:
549280
C# (Computer program language)
LC Class. No.: QA76.76.M52
Dewey Class. No.: 005.133
Introducing functional programming using C# = leveraging a new perspective for OOP developers /
LDR
:03297nmm a2200325 a 4500
001
2334956
003
DE-He213
005
20230909093322.0
006
m d
007
cr nn 008maaau
008
240402s2023 cau s 0 eng d
020
$a
9781484296974
$q
(electronic bk.)
020
$a
9781484296967
$q
(paper)
024
7
$a
10.1007/978-1-4842-9697-4
$2
doi
035
$a
978-1-4842-9697-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.M52
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.76.M52
$b
S243 2023
100
1
$a
Sarcar, Vaskaran.
$3
2181539
245
1 0
$a
Introducing functional programming using C#
$h
[electronic resource] :
$b
leveraging a new perspective for OOP developers /
$c
by Vaskaran Sarcar.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxiii, 301 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I: Getting Familiar with Functional Programming -- Chapter 1: Overview of Functional Programming -- Chapter 2: Understanding Functions -- Chapter 3: Understanding Immutability -- Part II: Harnessing the Power of Functional Programming -- Chapter 4: Composing Functions Using Method Chaining -- Chapter 5: Composing Functions Using Currying -- Chapter 6: Removing/Loosening Temporal Coupling -- Chapter 7: Useful Functional Patterns -- Chapter 8: Handling Exceptions -- Chapter 9: Other Discussions -- Appendix A: Recommended Reading.
520
$a
Understand the power of C#, a multi-paradigm language. This book will help you learn, analyze, and harness the functional aspects of C# so you can create a better program. The book is divided into two parts. Part I starts with an overview of functional programming (FP) It covers the building blocks for FP: functions and immutability. You will learn about the built-in supports for FP, first- and higher-order functions (HOF), functional purity and side effects, different forms of immutability, and much more. Part II includes discussions on functional composition using pipelining and currying. It also explains how to handle temporal coupling and discusses partial functions and useful functional patterns (such as Map, Bind, Filter, and Fold) Author Vaskaran Sarcar takes you through functional exception-handling mechanisms and provides additional tips to make your programs more efficient. After reading the book, you will understand and be able to implement key aspects of FP. You will be able to produce better code (and refactor existing code) by combining the best techniques from both FP and object-oriented programming (OOP) paradigms. What Will You Learn Understand how the concepts of functional programming (FP) can be implemented using C# Refactor existing code (following the FP paradigm) to make it more readable, maintainable, and predictive Know how advanced features (such as delegates, lambdas, generics) can be used differently Understand how some of the latest features of C# are inclined to FP, so you can use them effectively Understand how to efficiently use features such as lambda expressions and type inference as C# includes explicit language extensions to support functional programming.
650
0
$a
C# (Computer program language)
$3
549280
650
0
$a
Functional programming (Computer science)
$3
524481
650
1 4
$a
Microsoft.
$3
3593799
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-9697-4
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9461161
電子資源
11.線上閱覽_V
電子書
EB QA76.76.M52
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入