zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

4 results in tag: db-first

EF Core MySQL Database First?

I have a MySQL database sitting in Amazon Cloud (RDS). It is a tiny database with only one table....I want to use EF Core, Database First. I know that the ...Pomelo.EntityFrameworkCore.MySql... package is popular, but I cannot see any information on how t...
db-first ef-core-2.0 entity-framework entity-framework-core mysql
asked by J86

Many to many relationship entity framework core db first

I have the entities Products and Tags. I have many to many relationship between the 2 tables, so I have tertiary table. ...My Product Entity:...public class Product { public Guid Id { get; private set; } public string Name { get; private set; } ...
.net .net-core db-first entity-framework entity-framework-core
asked by Evandro G. Santos

Entity framework 2.1 , 2.2 : Loading related data returns Null or Incomplete

It would really appreciated if you would help me on this. ...here is the simplified sample :...Model:Person...public int Id { get; set; } public string Fname { get; set; } public string Lname { get; set; } public ICollection<TbContact> TbContact { get; s...
db-first ef-core-2.1 entity-framework entity-framework-core
asked by Josh

EntityFramework mapping fragments issue

I am working on an API web project, in ASP.net, and on the recommendation of several stackoverflow users, with a description of my problem, I have decided to use EntityFramework....Work on a database already created, and formed, with all relationships. I ...
c# db-first entity-framework entity-framework-6
asked by Pedro Jose

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!