Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: Ruby

Introducing a Ruby OData Client Library

Ever since the ADO.NET team started development on Astoria (pre-release), I have loved the concept.  Since its release (it was called ADO.NET Data Services and is now WCF Data Services), I’ve used it a ton (you may remember the example from this post).  Back at MIX10, Microsoft announced a commitment to the Open Data Protocol [...]

Also posted in OData, REST, ruby_odata, WCF, WCF Data Services, Web Services | Tagged , , | Comments closed

Behavior Driven Development (BDD) with Cucumber and ASP.NET MVC

So as I’m sure you have guessed by my last bunch of posts, I’ve been hooked on Ruby and Rails development.  The more I use it, the more I love it.  I felt I was loving it a bit too much, so decided to divert my attention back to ASP.NET MVC for a while.  While [...]

Also posted in .NET, ASP.NET, MVC, Testing, Visual Studio | Tagged , | Comments closed

Ruby Beauty – Rendering a Rails Partial for a Collection

Continuing with my exploration of Ruby on Rails as a .NET guy, here’s an awesome example of Convention over Configuration at work.  I decided to add bite size snippets of some of the cool things I encountered in Ruby and Rails.  If you are interested in more, see my other Ruby posts. Today’s post illustrates [...]

Also posted in Ruby on Rails | Tagged , | Comments closed

Ruby Beauty – Rails and Time Zones

Continuing with my exploration of Ruby on Rails as a .NET guy, here’s an awesome example of Convention over Configuration at work.  I decided to add bite size snippets of some of the cool things I encountered in Ruby and Rails.  If you are interested in others, see my other Ruby posts. Time zone handling [...]

Also posted in Ruby on Rails | Tagged , | Comments closed

Ruby Beauty – Method Naming Conventions

Continuing with my exploration of Ruby as a .NET guy, here’s another example of Ruby’s expressive syntax in action.  I decided to add bite size snippets of some of the cool things I encountered in Ruby and Rails.  If you are interested in more, see my other Ruby posts. Naming conventions can be a good [...]

Also posted in Ruby on Rails | Tagged , | Comments closed