Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Visual Studio 2013 error creating an EDMX file

Entity Framework Group By with Max Date and count

c# sql linq entity-framework

EF6 MySQL StrongTypingException When Column is not PK

c# mysql entity-framework

Using repository patern when using async / await methods Asp.NET MVC5 EF

Handle null in LINQ sum expression

c# entity-framework linq

EF not throwing DbUpdateConcurrencyException despite conflicting updates

Can't I call a stored procedure from Entity Framework inside a transaction scope?

Changing Entity accessibility

.net entity-framework

Entity Framework and SQL Server adds blanks in strings?

c# sql entity-framework

Does using a lambda expression passed into a method slow down an Entity Framework query?

Code first columns with type char(36)

EF 6.0 Migrations: ContextKey in MigrationHistory is null

Trying to change table names in ASP.NET Identity 2.0

Get the sum of multiple columns

c# entity-framework sum

How to specify the name of the table to be used by DbContext

Linq EF Include() with Select() new type lost included

c# entity-framework linq

Capture Stored Procedure print output in .NET (Different model!)

how to get last inserted id in linq EF

c# entity-framework

Refreshing Data Using Entity Framework

entity-framework

Which types should my Entity Framework repository and service layer methods return: List, IEnumerable, IQueryable?