Skip to content

provides tooling for usage of a model-first approach (including the classical EDMX-Diagrams) to generate EF-Core code first POCOs+Mapping

Notifications You must be signed in to change notification settings

KornSW/EntityFrameworkCore.ModelFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

This Project contains T4-Templates to:

  • transform EDMX-Models into a JSON based model description

  • generate EF-Code Contexts (including Mapping-Code) from that JSON

  • generate POCOs (Entities/Models) from that JSON

  • generate Repository-Interfaces from that JSON

But everything is implemented within the T4 files, so there is a new Project called "kGEN" which has the focus to consolidate all this transformation/generator code (and the code of other generators from KornSW) within one exe-utility which can be installed and updated via NuGet...

The Core-Idea is based on this Concept:

About

provides tooling for usage of a model-first approach (including the classical EDMX-Diagrams) to generate EF-Core code first POCOs+Mapping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages