entity-framework
Here are 1,946 public repositories matching this topic...
I ran into this when trying to index the id field of all my schemas, which was derived from a base mixin.
I am getting entc/gen: invalid index for schema "User": unknown index field "id" for that field, even though I know it exists and so does the database.
I tested, and this is present when the id field is not provided (default), when it is explicitly defined in the schema, and when it
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
-
Updated
Nov 26, 2020 - C#
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
Updated
Nov 3, 2020 - C#
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
-
Updated
Nov 25, 2020 - C#
Scalable Distributed Game Server Engine with Hot Swapping in Golang
-
Updated
Sep 6, 2020 - Go
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
-
Updated
Nov 11, 2020 - C#
An extensible framework to audit executing operations in .NET and .NET Core.
-
Updated
Nov 10, 2020 - C#
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
-
Updated
Nov 23, 2020 - C#
DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
-
Updated
Aug 7, 2020 - C#
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
-
Updated
Nov 27, 2020 - C#
Titles should be title-case. Headings should be sentence case.
date_trunc('week', now()::date
Looking to make a call similar to this, and can't figure out what should be used now. I've also looked at EF.Property<DateTime>() but that doesn't seem to help.
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
-
Updated
Nov 26, 2020 - HTML
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core
-
Updated
Nov 26, 2020 - C#
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
-
Updated
Jul 25, 2019 - C#
SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
-
Updated
Nov 10, 2020 - C#
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
-
Updated
Nov 10, 2020 - C#
Creates a SQLite Database based on a EdmModel by using Entity Framework CodeFirst.
-
Updated
Aug 9, 2020 - C#
osharp framework with .net framework version 4.x
-
Updated
Oct 30, 2019 - C#
Ruby persistence framework with entities and repositories
-
Updated
Nov 26, 2020 - Ruby
A library which is able to decompile a delegate or a method body to its lambda representation
-
Updated
Nov 12, 2020 - C#
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
-
Updated
Nov 10, 2020 - C#
Entity Framework Core Second Level Caching Library
-
Updated
Feb 15, 2020 - C#
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
-
Updated
Nov 24, 2020 - C#
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
-
Updated
Nov 24, 2020 - C#
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
-
Updated
Jun 21, 2020 - C++
Tracker-enabled DbContext offers you to implement full auditing in your database
-
Updated
Jun 16, 2020 - C#
Natural Language Toolkit for bahasa Malaysia, https://malaya.readthedocs.io/
-
Updated
Nov 24, 2020 - Jupyter Notebook
Unit of Work & Repositories Framework - .NET 4.x
-
Updated
May 23, 2018 - C#
Improve this page
Add a description, image, and links to the entity-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework topic, visit your repo's landing page and select "manage topics."


EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.
dotnet ef migrations add Migration
results with Circular base class dependency involving 'Migration' and 'Migration'
I recommend that "migrations add" adds a validation for this...
Include stack traces
Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul