When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Applying Functional Principles in C# 6
Functional programming in C# can give you insight into how your programs will behave. You'll learn the fundamental principles that lie at the foundation of functional programming, why they're important, and how to apply them.

This Course Includes
pluralsight
5 (524 reviews )
3 hour 28 minutes
english
Online - Self Paced
core courses
pluralsight
About Applying Functional Principles in C# 6
With the advent of LINQ, C# has gotten a significant exposure to functional programming. However, functional programming in C# is not restricted to the use of extension methods, lambdas and immutable classes. There are a lot of practices that haven't been adopted as widely because there's not much of native language support for them in C#. Still, they can be extremely beneficial should you incorporate them into your day-to-day work. This course, Applying Functional Principles in C#, will show them to you. You will learn the fundamental principles behind functional programming, why they are important and how to apply them in practice. Specific topics you'll cover include refactoring to an immutable architecture, avoiding exceptions, primitive obsession, how to handles failures and input errors, and more. By the end of this course, you will have a much more comprehensive understanding of why and how to use functional programming.
What You Will Learn?
- Course Overview : 1min.
- Introduction : 11mins.
- Refactoring to an Immutable Architecture : 34mins.
- Refactoring Away from Exceptions : 32mins.
- Avoiding Primitive Obsession : 20mins.
- Avoiding Nulls with the Maybe Type : 26mins.
- Handling Failures and Input Errors in a Functional Way : 16mins.
- Putting It All Together : 65mins.