System Requirements
The Scaffolding Wizard requires Visual Studio 2012 or later. It is not supported in Visual Studio 2022.
The Scaffolding Wizard supports the following Data Access Layer types.
- Generated by Entity Framework (Database First or Code First)
- Generated by Entity Framework Core 1.0 (v2.0 is not supported)
- Provided by WCF Data Services
The following data providers are supported.
- Microsoft SQL Server (bundled with EntityFramework)
- Microsoft SQL Server CE (bundled with EntityFramework)
- Microsoft LocalDB (bundled with EntityFramework)
- Oracle Database (Oracle Data Provider for .NET)
- PostgreSQL (Npgsql)
- SQLite (System.Data.SQLite)
- MySQL (MySQL Connector/Net)