Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

What is the difference between DbSet<> and virtual DbSet<>?

What does WebActivator do?

One DbContext per request in ASP.NET MVC (without IOC container)

Ambiguous references with the exact same namespace

Get return value from stored procedure

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

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

WithOptionalDependent vs WithOptionalPrinciple - Definitive Answer?

Non-static method requires a target. Entity Framework 5 Code First

CodeFirst EF4.1 MVC Against legacy database - Multiplicity conflicts

Entity Framework, Code First and Full Text Search

MapKey vs HasForeignKey Difference - Fluent Api

How do I singularize my tables in EF Code First?

Can I change the default schema name in entity framework 4.3 code-first?

EF 6.1 Unique Nullable Index

EF CodeFirst: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong

Improve navigation property names when reverse engineering a database