Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Introducing functional programming u...
~
Sarcar, Vaskaran.
Linked to FindBook
Google Book
Amazon
博客來
Introducing functional programming using C# = leveraging a new perspective for OOP developers /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Introducing functional programming using C#/ by Vaskaran Sarcar.
Reminder of title:
leveraging a new perspective for OOP developers /
Author:
Sarcar, Vaskaran.
Published:
Berkeley, CA :Apress : : 2023.,
Description:
xxiii, 301 p. :ill., digital ;24 cm.
[NT 15003449]:
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
Subject:
C# (Computer program language) -
Online resource:
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)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9461161
電子資源
11.線上閱覽_V
電子書
EB QA76.76.M52
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login