Digging into Ruby on Rails from C# and .MVC (Asp.Net MVC)

February 18th, 2009 § 10 comments § permalink

One of the things I’ve been doing lately is digging into Ruby on Rails. I’ve always wanted to learn Rails since I was first exposed to Rails at an AjaxWorld conference in ’06 (at least, I think in 06). David Heinemeier Hansson actually presented!

Read More

Saving dynamically added list items using jQuery and ASP.NET MVC

December 14th, 2008 § 3 comments § permalink

There are going to be times when you want to allow a user to enter multiple copies of a single form on a web page.  This frequently happens when adding items to a list- like products in a shopping cart or tasks in a task list.  You want the user to add as many “items” as they want to the list, then save the entire list at once.

Read More

Where Am I?

You are currently browsing entries tagged with aspnetmvc at Adventures in HttpContext.