Skip to content

The official Accelist Technology .NET development tool for cleanly generating Entity Framework Core classes from an existing SQL Server database. (Entity Framework Core stand-alone Reverse Engineering tool and API)

License

Notifications You must be signed in to change notification settings

Tieantono/Accelist.EntityGenerator

 
 

Repository files navigation

Accelist.EntityGenerator

The official Accelist Technology .NET development tool for cleanly generating Entity Framework Core classes from an existing SQL Server database. (Entity Framework Core stand-alone Reverse Engineering tool and API)

WPF Application Screenshot

Getting Started

Features

  • Designed for SQL Server and C#, when developing using database-first approach. Designed with love for Entity Framework Core.
  • Supported SQL types: VARCHAR, CHAR, NVARCHAR, NCHAR, BIGINT, INT, SMALLINT, TINYINT, NUMERIC, DECIMAL, SMALLMONEY, MONEY, REAL, FLOAT, BIT, UNIQUEIDENTIFIER, VARBINARY, SMALLDATETIME, DATETIME, DATETIME2, TIME
  • Maps the type in accordance to appropriate C# data type. Provides null ? hint for nullable columns.
  • Supports composite primary keys.
  • Supports non-standard (non-dbo) table schema.
  • Generates the Entity Framework Core DbContext class, without requiring you to install extra / unwanted packages on your project / solution!
  • Save your configurations for later!
  • Blazing fast and easy to use!

Not (Yet) Implemented

About

The official Accelist Technology .NET development tool for cleanly generating Entity Framework Core classes from an existing SQL Server database. (Entity Framework Core stand-alone Reverse Engineering tool and API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%