C# 11 functional style features

Functional programming has been gaining popularity in recent years, and many programming languages have been adding features to support it. C# 11 is no exception, and it comes with several features that make it more functional. In this blog post, we’ll take a look at some of these features and provide examples of how to use them.

More …

Functional Programming - part 5

وسواس استفاده از نوع های اولیه

در ادامه سری مقالات مرتبط با برنامه نویسی تابعی ، قصد دارم به استفاده کردن یا نکردن از نوع های داده اولیه (Primitive Types) را بررسی کنیم. پیشنهاد میکنم در صورتی که قسمت های قبلی را مطالعه نکرده اید ابتدا قسمت های قبل را بخوانید:

More …