Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Equivalent of SqlFunctions in EF Core

Entity Framework Code First: How can I create a One-to-Many AND a One-to-One relationship between two tables?

EF code first: How to delete a row from an entity's Collection while following DDD?

Entity Framework : Change connection string at runtime

Stored Procedure return -1 for all cases in entity framework

MVC ViewModels and Entity Framework queries

Entity Framework and multiple schemas

How map objects to a view with EF 4 code first?

Entity Framework 4.1: Unable to cast from DbQuery to ObjectQuery

How to use ADO.net Entity Framework with an existing SqlConnection?

Why am I getting an extra foreign key column with Entity Framework Code First Foreign Key Attributes?

Entity framework error "Entity type is not mapped."

Entity Framework 4 - Handling very large (1000+ tables) data models?

How to create ASP.net identity tables in an already created database using code first?

ADO.Net Entity Framework An entity object cannot be referenced by multiple instances of IEntityChangeTracker

c# entity-framework ado.net

EF4.3.1 on .NET 4 - The mapping of CLR type to EDM type is ambiguous because multiple CLR types match the EDM type

AddOrUpdate works not as expected and produces duplicates

MEF Plugins and EF CodeFirst - How?

How do I inject a connection string into an instance of IDbContextFactory<T>?

Most Efficient Way Of Clearing Cache Using ASP.NET