Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

'ObjectContext' vs 'DbContext' in Entity Framework

How to read / write geography data using C#, Entity Framework and SQL Server 2008?

How to totally lock a row in Entity Framework

difference between entity name and Entity Set Name

entity-framework

ASP.NET MVC Large Project Architecture [closed]

Entity framework code first migration strategy with existing database

Entity Framework Core: How to solve Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths

Get the first record of a group in LINQ? [duplicate]

Creating Primary Key field on MVC class

Entity Framework generated classes are not in the namespace I require, is there a way of changing the namespace it uses without regenerating?

Code First Migration - Entity Framework - unable to add column to the table

Entity framework Code First One-to-One relationship

Entity framework query on just added but not saved values

EF CodeFirst: DropCreateDatabaseIfModelChanges doesn't work

Ignoring accents while searching the database using Entity Framework

EntityFramework update partial model

Some part of your SQL statement is nested too deeply. Rewrite the query or break it up into smaller queries

How to set the isolation level for Entity Framework CodeFirst Migrations

Best Way to Update only modified fields with Entity Framework

Specify max length attribute to match varchar(max)