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 2000 (or higher)
- Microsoft Visual Studio .NET 2008
- .NET Framework 2.0
Edit Supported Databases
- Microsoft SQL Server
- Oracle
- MySql
- SQLite
- Sql Compact Edition
- VistaDB
- Access