Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to do server-side sorting with Datatables.AspNet.Mvc5

MapSingleType error

Data Binding of Computed Properties in Entity Framework

How to bind Navigation Property (second level model's two properties) in DataGridView's single column using BindingSource?

Entity Framework: Skip few columns or select as null from related entities

c# sql entity-framework

LINQ to Entities does not recognize the method 'System.String ToString(Int32)' method, and this method cannot be translated into a store expression

EF 5.0 Code First Two way navigation withought foreign key id in child

Linq To Entities Compare Value Against List<int>

EntityFunctions absolute value

entity-framework

How to use multiple databases (MSSQL) in one service or DAL?

Cannot install anything using dotnet tool install command

Bad Storage property: unknown cause

How can I use Linq to join between objects and entities?

linq entity-framework

How do you best offload a database insert, so a web response is returned quicker?

Dealing with DateTime using "Linq Methods"

c# asp.net entity-framework

System.Linq.Dynamic.ParseException: 'Operator '>' incompatible with operand types 'DateTime?' and 'Int32''

Aggregating multiple queries into one with EF like this?