Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Does anyone have a very complete example generic repository for EF 6.1?

The conversion of a datetime2 data type to a datetime data type Error

IQueryable does not contain definition for GetAwaiter

c# entity-framework linq

How to call stored procedure in MVC by EF

Initializing strongly typed objects in LINQ to Entities

Using a enum with flag in an Entity Framework query

Mixing Fluent API and DataAnnotations in EF code first

How do I add all EntityTypeConfiguration<> from current assembly automatically?

Exception when using LINQ SUM

linq entity-framework

'DbContextOptionsBuilder' does not contain a definition for 'UseSqlServer'

How to connect to SqlExpress for Entity Framework using Visual Studio 2010 Express?

Why is entity still validated when it is gone?

How do I avoid large generated SQL queries in EF when using Include()

Generate Entity Framework model from Visual Studio database project

Why both "real" and "float" get mapped to "Single" instead of "Double"?

entity-framework sqlite

The property 'Claims' on type 'AspNetUser' is not a navigation property

Why does the order of LET statements matter in this Entity Framework query?

c# .net linq entity-framework