I learned a good Asp.Net MVC tip the other day that I must have missed when it was the released, the ability to bind collections of objects directly to a parameter of an Action Method.
The Scenario
When working with the default Mantle-CMS web admin tool I ran into a situation in which I wanted to create a new Content Definition and all it's Properties Definitions and eventually Validation Rules in one shot. The user interface that I came up with was this:
The Solution
I knew that using JQuery...