Norman Sasono

Beauty is the first test: there is no permanent place in the world for ugly Mathematics – G.H. Hardy
See also: Other Geeks@INDC

About Me

Browse by Tags

All Tags » LINQ (RSS)
Extension Methods: Adding methods to compiled types
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...
I'll be in Singapore for Visual Studio 2008 train the trainer
Early next month, Oct 1 - Oct 4 I'll be in Singapore to attend the " Microsoft Visual Studio 2008 - Metro Trainer Preparation ". It's a 3 days training on Visual Studio 2008 ("Orcas"). A training that will be delivered by folks...
Why C# is Getting Functional? Cos for LINQ, OOP is choked! :)
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...