Skip to main content

How To Apply Functional Programming In C#

About 3 minC#DotNetArticle(s)blogmilanjovanovic.techcsc#csharpdotnet

How To Apply Functional Programming In C# 관련

C# > Article(s)

Article(s)

How To Apply Functional Programming In C#
Although C# is an object-oriented programming language, it received many new functional features in recent versions. To mention just a few of these features: - Pattern matching - Switch expressions - Records You're probably already doing functional programming without even knowing it. Do you use LINQ? If you do, then you're doing functional programming. Because LINQ is a functional .NET library.

이찬희 (MarkiiimarK)
Never Stop Learning.