Pinned Repositories
EdmxDotNetCoreSample
Sample of how to work with edmx (EF6 metadata) files without designer support on .NET Core projects
EFCore.CheckConstraints
An Entity Framework Core plugin to automatically add check constraints in various situations
EFCore.ConfigurationManager
Extends EF Core to resolve connection strings from App.config
EFCore.FSharp
Adds F# design-time support to EF Core
EFCore.NamingConventions
Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
EFCore.SqlServer.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
EFCore.SqlServer.VectorSearch
EFCore.VisualBasic
Adds VB design-time support to EF Core
EFCoreDemos
NewProvider
EF Core's Repositories
efcore/EFCore.NamingConventions
Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
efcore/EFCore.CheckConstraints
An Entity Framework Core plugin to automatically add check constraints in various situations
efcore/EFCore.FSharp
Adds F# design-time support to EF Core
efcore/EFCore.SqlServer.HierarchyId
Adds hierarchyid support to the SQL Server EF Core provider
efcore/EFCore.VisualBasic
Adds VB design-time support to EF Core
efcore/EdmxDotNetCoreSample
Sample of how to work with edmx (EF6 metadata) files without designer support on .NET Core projects
efcore/EFCore.SqlServer.VectorSearch
efcore/EFCore.ConfigurationManager
Extends EF Core to resolve connection strings from App.config
efcore/EFCoreDemos
efcore/NewProvider
efcore/PortEF6ToCore
Example of how to port an application using EF6 to use EF Core
efcore/UnicornStore
efcore/Demo-EFCore