Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can't remove Database Migration with Ef Core

Code First Entity Framework Or NHibernate

Creating a Trigger with ExecuteSqlCommand() Throws "Incorrect syntax near the word 'TRIGGER'."

Can I avoid a nested SQL query for a simple Linq to Entities projection?

How do I run SQL Scripts after DB Initialized from Docker-Compose?

Does/Will Entity Framework 6 support the new Sql Azure & Azure Active Directory Authentication

Entity Framework Core: Read and Select Records using NOLOCK

Entity Framework 4.1 - Code First: many-to-many relationship

Update entity error: A second operation started on this context before a previous operation completed

Linq Insert: The column name ' ' is specified more than once in the SET clause or column list of an INSERT

One to One and One to Many for the same entity type

Entity Framework 4 Code First Custom table mapping Fluent API issue

How do I get a const string from Web.config?

Ignore acutes in LINQ when using "Contains"

Can't find Code first from database when creating Entity Data Model

entity-framework

Reduce database calls with Entity Framework

How do I map text field type of Sql server in EF code first? [duplicate]