Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Using Find in CodeFirst (EntityFramework) to get non-primary keys

How do I split a table into multiple types in EF4 code first?

Fill a new colum from another columns before I delete them during migration

System.LocalDataStoreElement[] memory allocation

Cannot Create Database with credentials using Entity Framework Code-First?

Entity Framework 4 & Code First CTP 5 - Missing Key

How can I save an enumeration value to a database?

Migration with dynamic connection string in Entity Framework code-first (the connection string from text file)

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?