Duration: 18 minutes
Summary: Dynamic Data started in .NET 3.5 SP1. MSDN defines Dynamic Data as: "ASP.NET Dynamic Data lets you create extensible data-driven Web applications by inferring at run time the appearance and behavior of data entities from the database schema and deriving UI behavior from it. " In other words, we can quickly create web pages for our database tables. Creating those pages to create, read, update and delete records from the tables is referred to as scaffolding.
In this video, we will start by creating a Dynamic Data web site and see what the template provides for us. We have a local database that we will use as an example. When we load the site, we will see the available functionality. As you can see Dynamic Data is used to create a quick way to interact with the data model. MVC, on the other hand, is used to create large scale and testable web applications..
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: ASP.NET and Visual Studio 2010
Keyword: ASP.NET 4, Visual Studio 2010, Dynamic Data, Scaffolding, Entity, MVC, Template, Context, Control. Model.