Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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)

Entity Framework, application layers and separation of concerns

Entity Framework trying to retrieve non existent column

Querying data using Entity Framework from dynamically created table

c# sql entity-framework

How is interpreted an enum type with EF Code First