Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Get all rows using entity framework dbset

c# entity-framework dbset

How to add table in Entity Framework?

asp.net entity-framework

Entity Framework Core creating model from existing database

How can I implement DbContext Connection String in .NET Core?

Entity Framework Code First - Defining Relationships/Keys

LINQ to Entities does not recognize the method 'System.TimeSpan Subtract(System.DateTime)' method

Filter/Search using Multiple Fields - ASP.NET MVC

How to update not every fields of an object using Entity Framework and EntityState.Modified

Entity Framework - Error 11007: Entity type is not mapped.

entity-framework

How do I delete an object from an Entity Framework model without first loading it?

Conflicting changes to the role x of the relationship y have been detected

Is there an in-memory provider for Entity Framework?

Entity Framework 4.1 DbContext Override SaveChanges to Audit Property Change

entity-framework

Entity Framework: A referential integrity constraint violation on many to many relationship

c# entity-framework

How to add new table to existing database code first

Configuration Error related to targetFramework in web.config

Does new ASP.NET MVC identity framework work without Entity Framework and SQL Server?

Add a DbProviderFactory without an App.Config

What is the unit of work pattern in EF?

Have model contain field without adding it to the database? [closed]