Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

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

Six seconds warmup time for the first entity framework 6 nonquery

Automapper causing error: missing type map configuration or unsupported mapping

Cleanest way to change database schema in EF6

oracle entity-framework-6

Is calling AsQueryable<T> on a DbSet<T> "safe"?

c# .net entity-framework-6

Mapping a long data property to int in database

Code First: Avoid discriminator column and keep inheritance