ASP.NET MVC Controls > Getting Started > Scaffolding in ASP.NET MVC Controls |
Scaffolding is a technique in ASP.NET applications, using which you can quickly generate the code, and hence, save the time for making standard web applications. With Scaffolding, you can specify a data model and generate the code that interacts with the data model by setting the properties in the Scaffolder wizard.
The ComponentOne ASP.NET MVC Edition provides scaffolding for FlexGrid, MultiRow, FlexSheet, FlexChart, FlexPie, Sunburst Chart, FlexRadar and Input controls.
Note: In case of ASP.NET Core MVC applications, Visual Studio 2015 and .NET Framework 4.5 (or above) are required. |