Monthly Archives: December 2007

Rails-like features in C# 3

I recently purchased a copy of Agile Web Development with Rails in an attempt to learn more about Ruby on Rails. I’ve been slowly working through the sample application and so far working with Rails has been a very pleasant experience.
One of the thing I really like about RoR is the very readable method names. [...]