Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

ASP.NET MVC, Layers, Models, Repositories etc

Unable to Run Code First Seed Method - Sequence contains more than one element

c# entity-framework

How to mock Entity Framework 6 Async methods?

Ninject and ASP.NET Identity 2.0

Linq to Entity comparing strings ignores white spaces

Autogenerated default connection string vs. manually added one

Reusable Calculations For LINQ Projections In Entity Framework (Code First)

How do I get Effort to work with EntityFramework?

c# entity-framework effort

Do I need to configure both sides of a relationship with Entity Framework with Fluent API?

Entity Framework auto generate primary key

c# entity-framework

How to get id from Add using UnitOfWork pattern?

EF Core 2.0 Migration - dotnet ef migrations 'script' command outputting blank file

Entity Framework - The object 'PK_AspNetUserTokens' is dependent on column 'UserId'

EF Core Find method equivalent for multiple records?

WPF TreeView Binding [duplicate]

Changing the type of an (Entity Framework) entity that is part of an inheritance hierarchy

DataTemplate.DataType = Collection<Entity>?

What's Differences Between Using Entity Framework in Vs 2008 And 2010

Does calling Select() or GroupBy() in Linq to entities trigger querying the database?

Custom SQL functions and Code First (EF 4.1)