How to use Dynamic Data in your projects – and why

A dynamic data web site uses scaffolding to dynamically generate web pages that allow you to browse, edit, update and delete data in your database. Scaffolding allows the compiler to create classes and web pages that correspond directly to your database tables.

ASP.NET Read more

Introduction to Dynamic Data

In 2008, Microsoft released ASP.NET Framework 3.5 SP1 which introduces Dynamic Data, a feature that enables you to quickly build data driven websites by automating many of the CRUD (Create, Read, Update, Delete) operations common to many websites.

ASP.NET Read more