Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Repository + UnitOfWork pattern for entity framework

Unable to cast object of type 'MvcMiniProfiler.Data.EFProfiledDbConnection' to type 'System.Data.SqlClient.SqlConnection'

Update database schema on model change without data loss

It's seemingly impossible to entirely replace Entity Framework data model from database

C#: Change Retrieval DataType for Entity Framework

Oracle Instant Client and Entity Framework trouble with configuration

How can I convert this SQL Query into LINQ (OVER (PARTITION BY Date))

getting Entity Framework raw query to respect attributes

entity-framework

Conditional projection with LINQ to Entities

Entity Framework Code First Common Database Audit Fields

How can I programmatically generate Entity Framework classes from a database?

c# entity-framework

Identity column increment jump [duplicate]

A network-releated or instance-specific error occurred while establishing a connection to SQL Server

How to drop a table in Entity Framework Code First?

EF6 'ModelConfiguration' set but not discovered

c# entity-framework

Why does Entity Framework add unnecessary (AND [param] IS NOT NULL) in WHERE clause?

ASP.NET-Identity: how to limit UserName length?

Extending ASP.NET Identity 2.0

3 tier application with Identity and EF

Entity Framework DbContext and thread safety