Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

MaxLength Attribute in EF4.3.1

MVC 4 - Many-to-Many relation and checkboxes

Multiple object sets per type are not supported. The object sets 'ApplicationUsers' and 'Users' can both contain instances of type ApplicationUser

How can I create a conditional where clause using LINQ [duplicate]