Browse by Tags
All Tags »
Ruby (
RSS)
This is a continuation of my previous post . In this post, I will do a side by side comparison of Microsoft WebMatrix/WebPage with Ruby Sinatra . The reason I picked Sinatra because both Sinatra and WebMatrix can be used to develop web sites with very...
With the release of Iron Ruby we are no more tide up with the xml based build script like NAnt and MSBuild, we can now use Rake with Iron Ruby to build our .NET based projects. In this post, I will show you a very basic build script in rake that will...
[Note: This is not a continuation of my previous post , treat it as an experiment out in the wild. ] Lets consider the following class, a fictitious Fund Transfer Service: public class FundTransferService : IFundTransferService { private readonly ICurrencyConversionService...
Recently I have decided to learn Ruby and for last few days I am playing with IronRuby. Learning a new thing is always been a fun and when it comes to adorable language like Ruby it becomes more entertaining. Like any other language, first we have to...
More Posts