Functional Programming – You probably already know it!

Functional programming as a concept has been around for years. But in the last 5-6 years, somehow, it has become the popular kid on the block.Most of the folks I’ve talked with in the recent years have been intimidated by functional programming, and specifically the popular languages, like, Scala, Erlang, Haskel, etc. Well, my (official)Continue reading “Functional Programming – You probably already know it!”

JavaScript does NOT support Method Overloading–Thats true!!

A few weeks back I blogged about how “surprisingly” WCF Operation Contracts do not support Method overloading, due to the way the Web is designed. It may come as a surprise to a lot of folks that even JavaScript does NOT support method overloading in the strictest sense. For people from C# and Java background,Continue reading “JavaScript does NOT support Method Overloading–Thats true!!”