Can I write C # in a functional way?

I am working on a project with several other developers. We are ready to start building a component that processes business logic. We all own C #. Functional programming for business logic and F # has been enhanced by the client several times. I can’t connect the dots. I understand the use of functional concepts such as this . My question is: Is functional programming just a paradigm shift, or should we start using another language like F #?

+4
source share

All Articles