Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Retrieve only the first row from a table in Entity Framework

Entity Framework, soft-deleting and queries

entity framework code first - Union of the two fields into one collection

Search through Where clause in LINQ, using dynamic properties

Entity framework navigation property is null

Desing patterns with using EntityFramework?

The type X conflicts with imported type X

How to use generic type with the database Context in EF6 Code First

Join table with collection EntityFramework

c# entity-framework

Difference between DownloadStringTaskAsync & DownloadStringAsync

Context.cs is empty after updating from database, .edmx file generates it empty

entity-framework

"ConnectionString has not been initialized" error when calling two different repositories

How to use FirstOrDefaultAsync() in async await WEB API's

How do I share DAL and BLL across multiple .NET applications?

Entity Framework CTP4: where to put SetInitializer?

How to do a simple Count in Linq?

Entity Framework Inserting Initial Data On Rebuild

c# mysql entity-framework

Distinct year-months with Linq (to entities)

c# linq entity-framework

Entity Framework 5 Invalid Column Name error

How do I convert this IQueryable<Patient> to DbSet<Patient> ?