Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Is there a way to have ASP.NET 5 Dependency Injection resolve a DbContext without a reference?

Adding a new table to model (edmx) without updating the other models in Database First Entity Framework MVC application

EF6 with TransactionScope - IsolationLevel.ReadUncommitted but got ReadCommitted first

Dynamically Instantiate Model object in Entity Framework DB first by passing type as parameter

Cannot create an instance of because Type.ContainsGenericParameters is true

Entity Framework 6.3 with ASP.NET Core 3

Passing Multiple Parameter Values via a Razor Page

Entities Framework 6 alpha 2 - Async Patterns

Adding ViewModel class adds codefirst model to database

Dropping a table using entity framework 6

EF migrations and timestamp column, cannot update/run

Autofac: How do you register a generic with multiple type arguments? Registering IGenRepo<T, TKey> with EFGenRepo<T, TKey>

Entity Framework 6 Disable Interception temporarily

Implementing IDisposable for Entity Framework in custom class

EF6 - ExecuteSqlCommandAsync - Get return parameter (declare scalar variable error)

ProviderManifestToken 2008 or 2012

Does SQL Server automatically trim nvarchar fields upon query?

tsql entity-framework-6

Azure: The context is being used in Code First mode with code that was generated from an EDMX

Can Entity Framework 6 migrations include a transaction around scripts?

IsRowVersion can only be configured for Byte array properties