Latest version: v5.5 (First released on October 2nd 2018) System overviewLLBLGen Pro consists of two parts: the LLBLGen Pro designer and the LLBLGen Pro runtime framework (our own O/R mapping framework). You use the designer to create the entity/domain model, derived models, define the mappings and generate source-code for one of the four supported O/R mapping frameworks. You use the generated source-code combined with the O/R mapping framework of your choice to access your database and consume the data in that database. The source-code generated for an O/R mapper framework is designed for that O/R mapper framework specifically, allowing you to get started with writing domain centric code right-away and utilize the power of the chosen O/R mapping framework at its fullest. See for more info: the designer, the LLBLGen Pro Runtime Framework Databases supported: MS Access, SQL Server/SQL Azure (Azure not database first), Oracle, PostgreSql, Firebird, IBM DB2 (not on AS/400 / iSeries), MySql (using DevArt MySql .NET provider) Languages supported: Code is generated in C# or VB.NET. Generated code can be used from any .NET language. Code is fully CLS compliant and VB.NET option explicit/strict compliant. O/R mapper frameworks supported: LLBLGen Pro Runtime Framework, Entity Framework v1-v6, Entity Framework Core, Linq to Sql, NHibernate 3.x / 4.x (hbm.xml and FluentNHibernate) .NET versions supported: .NET 3.5, .NET 4.5.2+, .NET Core 2.x+ |