Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Overriding ToString, Equals,.. in Entities when using Entity Framework

EF 4 produces UNICODE string constans in SQL where the column type is varchar. How to avoid?

Update Model From Database (Database First)

Method GetPrice() cannot be translated into a store expression

Translation of this C# code to VB.NET

c# vb.net entity-framework

MVC3 data caching techniques

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?