I'm running VS2010, IIS7 w/ SQL Server 2008; programming a web application in C#.
So, I've got my database with all relationships carefully mapped; it has about 25 tables with 6 different schemas (e.g. [Account]
, [Customer]
, [Product]
, [Category]
, [Vendor]
, etc).
What tools, methods, and architectures are commonly used to quickly go from database to CRUD?