EFCorePowerTools
EF model viewer
Tools for reverse engineering and visualizing EF Core models in Visual Studio and the command line.
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
2k stars
54 watching
298 forks
Language: C#
last commit: 9 days ago
Linked from 2 awesome lists
dbcontextdotnetentity-frameworkentity-framework-corehacktoberfestmodel-visualizationsql-servervisual-studiovisual-studio-extension
Related projects:
Repository | Description | Stars |
---|---|---|
thliborius/efcorenexus | A set of libraries and tools to simplify the integration of Entity Framework Core into Blazor applications. | 3 |
rowanmiller/demo-efcore | Provides resources and code for delivering a talk about Entity Framework Core | 114 |
mongodb/mongo-efcore-provider | Provides a bridge between Entity Framework Core and MongoDB, enabling the use of EF Core's features with a MongoDB backend. | 332 |
vahidn/efcoresecondlevelcacheinterceptor | An interceptor for EF Core to enable second-level caching of queries | 801 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 176 |
deepcake/chickens | An example of using an entity-component system framework with game engines and physics libraries to create interactive content | 1 |
victortzeng/zxw.framework.netcore | A .NET Core framework for rapid development of applications using EF Core's Code First pattern | 764 |
erikej/sqlcetoolbox | Tools and utilities for managing embedded databases, including code generation, database diagrams, and documentation. | 847 |
nickstrupat/entityframework.versionedproperties | Supports fine-grained data versioning in Entity Framework projects | 42 |
dotnet/ef6 | An object-relational mapper for .NET that eliminates the need for data-access code. | 1,432 |
iotsharp/entityframeworkcore.taos | A .NET provider for TDengine's ADO.NET interface, enabling access to the database through Entity Framework Core. | 171 |
beto-rodriguez/entityviews | A source generator that automates the creation of ViewModels with built-in data validation andPropertyChanged event handling | 15 |
nickstrupat/entityframework.rx | Reactive extension wrappers for hot observables of Entity Framework entities. | 132 |
jonpsmith/efcore.genericservices | A library to simplify CRUD access for web/mobile/desktop applications using EF Core. | 602 |
kevinresol/exp-ecs | A macro-powered framework for building entity-component-system game engines | 59 |