MvcScaffolding One-to-Many Relationships par Steve Sanderson

La troisième partie de la série de Steve Sanderson sur le package MvcScaffolding est
MvcScaffolding: One-to-Many Relationships - Steve Sanderson’s blog: "This blog post is part of a series about the MvcScaffolding NuGet package:
Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package
Standard usage: Typical use cases and options
This post: One-to-Many Relationships
Coming soon: Customizing the T4 templates
Coming soon: Creating entirely new scaffolders with custom PowerShell logic
Recently I’ve been adding features at a frantic pace, the most significant of which is support for relationships between entities. This means you can quickly create Create-Read-Update-Delete (CRUD) interfaces with drop-down lists, for example to set which “category” a “product” is in, or who is the “manager” or an “employee”."