Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Should the DbContext in EF have a short life span?

c# entity-framework

What is the best practice to implement advanced search using Entity Framework?

c# entity-framework search

Repository Pattern and Mapping between Business Objects and Data Access Objects

Update Entity Framework property when different property in model is changed

How to Fetch Data from database using Entity Framework 6

Get Row Index in a list by using entity framework

c# entity-framework

Cannot implicitly convert type int[] to int?[]

c# entity-framework

EF ExecuteSqlCommand with int array parameter

System.ObjectDisposedException with Virtual property in entity framework

Entity Framework Exception "The underlying provider failed on Open"

c# entity-framework

UserManager.CreateAsync does not generate Id

Generic Repository Pattern Soft Delete

Running update-database results in the error: "A file activation error occurred"

Entity type has no key defined EF6

C# and EF not able to add related entities to model

Relationship not set to null

Abstraction over MongoDb and Entity Framework

Using EF6 Store Functions for Entity Framework code-first, can I return a custom type?

Oracle ODP.NET Entity Framework returning empty results

Adding column in Entity Framework 6.1 - Many-To-Many - Code First