Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Performance for using 2 where clauses in LINQ

c# sql linq entity-framework

Entity Framework 6 Code First Custom Functions

EF - The context cannot be used while the model is being created exception during HTTP requests

What is the difference between SqlFunctions and EntityFunctions?

c# entity-framework

How to execute a full text search using entity framework 6

Update-Database tries to do an automatic migration even with automatic migrations disabled

Should I separate my application context from ApplicationDbContext used for identity?

Unit testing with EF Core and in memory database

How to delete many-to-many relationship in Entity Framework without loading all of the data

Get Types in assembly (error: System.Reflection.ReflectionTypeLoadException)

Mapping many to many relationship in entity framework code first

How to avoid calling virtual function in constructor?

Is there a reason for using the Repository pattern with Entity Framework if I know I will only ever use EF?

Entity Framework Code First Computed Properties