ASP.NET Podcast Show #127 - Dynamic Data
Posted by: ASP.NET Podcast,
on 09 Nov 2008 |
View original | Bookmarked: 0 time(s)
Subscribe to All!
Subscribe to WMV.
Subscribe to M4V (iPod).
Subscribe to MP3.
Download WMV.
Download M4V (iPod).
Download MP3.Show Notes:Craig Shoemaker.Rachel Appel.Dynamic Data.CRUD.Rules and Validation.Source Code:Global.asax:model.RegisterContext(typeof(db35sp1Entities), new ContextConfiguration() { ScaffoldAllTables = true });Metadata class:using System;using System.Collections.Generic;using System.ComponentModel;using System.ComponentModel.DataAnnotations;using System.Linq;using System.Web;namespace...