Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to handle NULL object property with FirstOrDefault using Linq

c# entity-framework linq

NullReferenceException when setting AutoSizeMode to AllCells in DataGridView

EF 6 vs EF 5 relative performance issue when deploying to IIS8

Domain vs DTO vs ViewModel - How and When to use them?

ASP.NET and Entity Framework in Layered Architecture - using Entity Framework for ORM only

What is the best way to instantiate and dispose DbContext in MVC?

Ignore duplicate key insert with Entity Framework

c# entity-framework

Turn off EF change tracking for any instance of the context [duplicate]

EF Core Add function returns negative id

How can I prevent EF "The context cannot be used while the model is being created" errors?

Entity Framework Include performance

Efficient way of updating list of entities

Self referencing / parent-child relationship in Entity Framework

Models.ApplicationDbContext for all models in an Asp.Net MVC 5 application?

How can I stop Entity Framework 5 migrations adding dbo. into key names?

EntityFunctions.TruncateTime and unit tests

How to create ASP.Net Identity tables inside existing database?

Entity Framework and transaction isolation level

Logging every data change with Entity Framework

entity-framework logging

Does it matter where AsNoTracking in Entity Framework is called