Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bonejon/mvc-child-collections

Create parent objects with nested collections of child items in a single post
https://github.com/bonejon/mvc-child-collections

Last synced: 19 days ago
JSON representation

Create parent objects with nested collections of child items in a single post

Awesome Lists containing this project

README

        

# MVC Child Collections
Every couple of projects I bump into the desire to create a new entity with a collection of child entities, but only make a single call to the server.

A few years ago I put together some code using MVC 4, jQuery templates, and some MVC magic to make this work. However I keep having to copy and refactor is about and find all the parts. This project aims to be a simple demo to show how this can be achived...

For the latest version of the code see the develop branch, periodically when the code is stable I will merge develop into master.