Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

How to Keep Entity Framework Code First from using Derived Classes that Aren't Part of the Model

EntityFramework Reverse POCO Code First Generate Separate Folders

How to automate DB setup of Entity Framework's Code First in Testcontainers for testing?

How to map Tuple<something, something> to database using c# EF code first?

How do get Entity Framework ICollection loaded by default, with no lazy loading?

How is the many-to-many junction table name determined with Entity Framework Code First?

DELETE conflicts with the REFERENCE constraint while using nullable foreign key

How to know the physical size of the database in Entity Framework?

Entity Framework (Code First) - Dynamically Building a Model

Entity Framework multiple references to same table

The specified LINQ expression contains references to queries that are associated with different contexts

PHP ORM frameworks with features similar to ADO.NET Entity Framework Code First?

One out of 2 properties should be null (EntityFramework Code First)

EF 4.1 code first: one-to-many mapping problem

How do I delete related objects in Entity framework code first database?