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!”
Tag Archives: JavaScript
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!!”
JSON and RESTful Web services using ASP.NET MVC WebApi–Its what every Web Programmer should know !
In my last post I indicated as to how Microsoft & MS technologies have made programming for the web simple and easy. I also suggested how these same MS technologies have created misinformed web developers (like me) as well. All the abstraction over the RESTful nature of HTML (or HTTP) have solved at least oneContinue reading “JSON and RESTful Web services using ASP.NET MVC WebApi–Its what every Web Programmer should know !”