Target New ArrivalsGift Ideas for DadFourth of JulyClothing, Shoes & AccessoriesHome & DecorKitchen & DiningOutdoor Living & GardenGroceryHousehold EssentialsBabyBeautyPersonal CareSports & OutdoorsHealthWellnessLuggageSchool & Office SuppliesToys & GamesElectronicsVideo GamesMovies, Music & BooksParty SuppliesGift IdeasGift CardsPetsUlta Beauty at TargetShop by CommunityTarget OpticalDealsClearanceNew ArrivalsGift Ideas for DadBack to SchoolCollegeTop DealsTarget Circle DealsWeekly AdShop Order PickupShop Same Day DeliveryRegistryRedCardTarget CircleFind Stores
Introducing Functional Programming Using C# - by  Vaskaran Sarcar (Paperback) - 1 of 1

Introducing Functional Programming Using C# - by Vaskaran Sarcar (Paperback)

$49.99

In Stock

Free & easy returns

Free & easy returns

Return this item by mail or in store within 90 days for a full refund.
Eligible for registries and wish lists

About this item

Highlights

  • Understand the power of C#, a multi-paradigm language.
  • About the Author: Vaskaran Sarcar obtained his Master of Engineering degree in Software Engineering from Jadavpur University, Kolkata (India), and an MCA from Vidyasagar University, Midnapore (India).
  • 301 Pages
  • Computers + Internet, Programming

Description



Book Synopsis



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 to efficiently use features such as lambda expressions and type inference as C# includes explicit language extensions to support functional programming


Who This Book Is For

C# developers familiar with object-oriented programming (OOP) who want to harness the power of functional programming (FP)




From the Back Cover



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 ofFP. 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


  • About the Author



    Vaskaran Sarcar obtained his Master of Engineering degree in Software Engineering from Jadavpur University, Kolkata (India), and an MCA from Vidyasagar University, Midnapore (India). He was a National Gate Scholar (2007-2009) and has over 12 years of experience in education and the IT industry. He devoted his early years (2005-2007) to the teaching profession at various engineering colleges, and later he joined HP India PPS R&D Hub in Bangalore. He worked there until August of 2019. At the time of his retirement from HP, he was a Senior Software Engineer and Team Lead at HP. Vaskaran is following his dream and passion and is now a full-time author. You can see all of his books on Amazon's website.

Dimensions (Overall): 10.0 Inches (H) x 7.0 Inches (W) x .69 Inches (D)
Weight: 1.26 Pounds
Suggested Age: 22 Years and Up
Number of Pages: 301
Genre: Computers + Internet
Sub-Genre: Programming
Publisher: Apress
Theme: Microsoft
Format: Paperback
Author: Vaskaran Sarcar
Language: English
Street Date: September 10, 2023
TCIN: 1011992130
UPC: 9781484296967
Item Number (DPCI): 247-27-0095
Origin: Made in the USA or Imported
If the item details aren’t accurate or complete, we want to know about it.

Shipping details

Estimated ship dimensions: 0.69 inches length x 7 inches width x 10 inches height
Estimated ship weight: 1.26 pounds
We regret that this item cannot be shipped to PO Boxes.
This item cannot be shipped to the following locations: American Samoa (see also separate entry under AS), Guam (see also separate entry under GU), Northern Mariana Islands, Puerto Rico (see also separate entry under PR), United States Minor Outlying Islands, Virgin Islands, U.S., APO/FPO, Alaska, Hawaii

Return details

This item can be returned to any Target store or Target.com.
This item must be returned within 90 days of the date it was purchased in store, delivered to the guest, delivered by a Shipt shopper, or picked up by the guest.
See the return policy for complete information.

Q: Who is the target audience for this book?

submitted by AI Shopping Assistant - today
  • A: The book is aimed at C# developers familiar with object-oriented programming who want to learn functional programming.

    submitted byAI Shopping Assistant - today
    Ai generated

Q: How is the book structured?

submitted by AI Shopping Assistant - today
  • A: The book is divided into two parts: an overview of functional programming and discussions on functional composition and patterns.

    submitted byAI Shopping Assistant - today
    Ai generated

Q: What advanced features of C# are discussed?

submitted by AI Shopping Assistant - today
  • A: The book discusses advanced features like delegates, lambdas, generics, and how to use them in functional programming.

    submitted byAI Shopping Assistant - today
    Ai generated

Q: What programming paradigms does the book combine?

submitted by AI Shopping Assistant - today
  • A: It combines functional programming (FP) and object-oriented programming (OOP) techniques for better code production.

    submitted byAI Shopping Assistant - today
    Ai generated

Q: What are the main topics covered in the book?

submitted by AI Shopping Assistant - today
  • A: The book covers functional programming concepts, including functions, immutability, higher-order functions, and functional composition.

    submitted byAI Shopping Assistant - today
    Ai generated

Additional product information and recommendations

Discover more options

Best-selling Computers & Technology Books

Get top deals, latest trends, and more.

Privacy policy