Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

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?