Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is it possible to stub Entity Framework context and classes to test data access layer?

How do I assign EntityCollection property to another property?

Entity Framework and views

Entity Framework where clause filtering from specific column

sub linq query is making this take a very long time, how can I make this faster?

c# linq entity-framework

How do you minimize the performance hit when upgrading to EF 4.1 from LINQ to SQL?

How to enforce Restrict DeleteBehavior for migration build using ef?

Changing "type" in hierarchy

Extension methods of Entity Framework in unit test using Moq and Autofac

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

in entity framework code first, why is the key not unique

entity-framework

Multiplicity is not valid in Role 1..* OR EF weird migration code OR how to store two separate sets of completely different users in one DB

Entity Framework Invalid column name on Navigation Property foreign key

c# entity-framework

Update a virtual property of a model does not work

SQL Pooling with Entity Framework

LINQ expression that will match multiple bulk inputs [duplicate]

c# entity-framework linq

Entity Framework Code First and SQL Azure Connections

In ASP.NET CORE application EF Core library do not return new inserted record's ID from database?