Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

SQL Select when data changes [closed]

c# sql entity-framework

There is already an open DataReader associated with this Connection which must be closed first + asp.net mvc

Re-create tables of EF CodeFirst from command package manager console

EntityFramework LINQToEntities generate weird slow TSQL Where-Clause

c# sql linq entity-framework

AspNetUserRoles Table is not populated using Entity Framework Database First in MVC 5

Many-to-many collection of same entity, with two-way relationship

Rollback transaction with 2 DbContexts in Entity Framework. Use TransactionScope or TransactionBegin?

Can I use an extension method in Entity Framework SubQuery?

Include property on ASP.Net Identity 2.0 UserManager.Users.ToListAsync and UserManager.FindByIdAsync

Replacing automatically created ApplicationDbContext

How to create a long running background task from MVC [duplicate]

Is using TransactionScope in Entity Framework queries a good idea?

Why one query works and not the other?

c# linq entity-framework

Entity Framework 7 in Xamarin.Forms

Toggling ProxyCreation in EF7 under new configuration

Database applies ALL previous migrations on update and NOT just the new one

Arranging dotnet core app for 3-tiers with data access layer

Is there a way to detect when a certain entity is added to the database in Entity Framework 6?

c# entity-framework

EF6: Create stored procedure. Use Fluent API or DBMigrations?

Modeling a many-to-many relationship between 3 tables with Code First

c# entity-framework