Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Scaffolding Wizard

Important

The Scaffolding Wizard is not supported in v22.1+. Refer to the following article for more information: Scaffolding Wizards (for WPF and WinForms) – The Past and the Future.

The Scaffolding Wizard is a tool for generating a basic application structure based on the existing data access layer.

The Scaffolding Wizard supports the following Data Access Layer types.

The Entity Framework or the WCF generates a DbContext based on data (the Data Access Layer), and based on this DbContext, the Scaffolding Wizard generates the Data Model Layer, the View Model Layer, and the View Layer.

This documentation section consists of the following topics.

  • Overview contains general information about applications generated with the Scaffolding Wizard.
  • Data Access Layer contains information on how to generate a DbContext in different ways.
  • UI Generation contains information on how to generate UI based on the Data Access Layer.
  • System Requirements contains information about supported data access technologies.

#Limitations

  • The Scaffolding Wizard is not available for .NET/.NET Core.
  • The Scaffolding Wizard is not supported in Visual Studio 2022.