Edit What is Invist?
Invist is a code generator and object-relation mapper which generates C#.NET code from an existing database. It is fully integrated in Visual Studio .NET. Invist allows you to easily transfer data between an existing database and .NET Code. It's as simple as:
var loader = new EntityLoader<Employee>();
var list = loader.LoadEntities();
Edit Requirements
- Microsoft Windows XP (or higher)
- Microsoft Visual Studio .NET 2010
- .NET Framework 3.5
Edit Supported Databases
- Microsoft SQL Server
- Oracle
- MySql
- SQLite
- Sql Compact Edition
- VistaDB
- Access