Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bonejon/mvc-child-collections
- Owner: bonejon
- License: mit
- Created: 2015-05-01T10:13:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T10:37:41.000Z (almost 10 years ago)
- Last Synced: 2024-12-06T22:12:22.380Z (about 2 months ago)
- Language: C#
- Size: 543 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.