Just had a programmers moment of joy, I figured out to hook up an MVC3 view to a REST web service using RESTSharp to render an HTML table

Having RESTSharp make the request, de-serialize the XML response to my model and strongly type that to the view… beautiful compared to how these things used to be done….

 

I’m pleased with myself, proper Friday feeling now :)