Recent twitter entries...

RESTSharp with MVC3

Posted in C#

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 :)

Tags: Friday Feeling, Html Table, Mvc3, Programmers, Web Service

Comments (2)

Glad to hear it worked for you!

Arey, where is the restsharp articles?

Write a comment