Anwar Minarso posted on his blog about some simple Statistics functions he put in code . Here, I want to give another example of the new C# 3.0 feature called Extension Methods by using his code. As I believe, example first, then drill the concept. To...
Functional Programming stuff are creeping in into C#. Some people like it, some people confused, some people discouraged. Why do we need to add Functional Programming stuff into C#? Cos OOP principles get choked to do one thing C# would like to do, LINQ...