Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Null property in object recovered by EF

Entity property is null even with value entity framework

c# entity-framework-6

Entity Framework 6 is not mapping my columns correctly using Attributes

How to atomic increment when row might not exist?

What to use instead DbEntityValidationException in EF Core?

Entity Framework dataset mapping

EF6 generate seed data for deployment to production

Conflict with foreign key when the related entity is added before SaveChanges

Entity Framework after save event

Set identity to the previous created column during migration

Rename EF6 Identity tables issue when UserId type changed to Int

Strange syntax in ef

How can I delete an entity when I have no DbSet for that type?

Storing a global object in ASP.NET MVC

How to improve performance of data saving in Entity Framwork using db.savechange() funcation in recursive function of C# or other option available?