Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How can I get the count of a list in an Entity Framework model without including/loading the entire collection?

How to change timeout the query

c# sql entity-framework

Configuring abstract base class without creating table in EF Core [duplicate]

every Parameter object property that is not null, to be added to expression predicate as a condition

How to rollback in EF4 for Unit Test TearDown?

What is an Entity? Why is it called Entity?

Extending EF4 SQL Generation

How to get ObjectSet<T>'s entity key name?

c# .net entity-framework

Entity Framework Is it possible to add an ASSOCIATION between Primary Keys and a Foreign Key

Return Type for Collection from LINQ Query

Verify if object is already inside Entity Framework context

Many-to-many relationships in Entity Framework where join table has more than two fields?

C#/EF and the Repository Pattern: Where to put the ObjectContext in a solution with multiple repositories?

ADO.NET vs ADO.NET Entity Framework

entity-framework ado.net

The right way to manage database indexes with Entity Framework

Entity Framework 4.1 "Code First" SetInitializer not being called again after Database.Delete

Serialize Entity Framework object with children to XML file

What type of Linq to SQL queries should be compiled?

How to get all records within the last Two Days from the current Date using EF 4?

Serializing Entity Framework Objects into JSON