Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Cannot resolve DbContext in ASP.NET Core 2.0

Enable-Migrations Exception calling "SetData" with "2" argument(s)

c# entity-framework

Entity Framework 6 Code First - Is Repository Implementation a Good One?

How do you update an edmx file with database changes?

How do I set a column in SQL Server to varchar(max) using ASP.net EF Codefirst Data Annotations?

Database in use error with Entity Framework 4 Code First

The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception

The entity type ApplicationUser is not part of the model for the current context

Entity Framework Code Only error: the model backing the context has changed since the database was created

Entity Framework Core - setting the decimal precision and scale to all decimal properties [duplicate]

How do I specify that a property should generate a TEXT column rather than an nvarchar(4000)

Set decimal(16, 3) for a column in Code First Approach in EF4.3 [duplicate]

An error occurred while saving entities that do not expose foreign key properties for their relationships

Ramifications of DbSet.Create versus new Entity()

Entity framework very slow to load for first time after every compilation

What is Entity Framework fluent api?

Finding the reason for DBUpdateException

c# .net entity-framework

EF Code First DBContext and Transactions

How to do an "in" query in entity framework?

c# .net linq entity-framework

Cloning data on Entity Framework [duplicate]

entity-framework