Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is it possible to perform a SQL Injection on a application that uses Entity Framework?

Getting error Cannot insert explicit value for identity column in table 'Genres' when IDENTITY_INSERT is set to OFF

Could not insert NULL value in to field (DateTime)

Entity Framework Code First using context in Controller

EF relation - cannot map due to list<guid> being primitive

Correct behavior of OrderBy

How to add a new code-first migration with a newly-generated database?

Angular Ant Desing NG Zorro Table- Not able to display data

DTO in Entity Framework

How to validate Entity Framework CodeFirst mappings against existing database?

Doctrine can't find method in symfony

Can I use strongly typed POCOs as related values with EF code first without creating new ones every time?

Getting Specific Columns in Entity Framework

Querying a custom type with Database.SqlQuery<T> in EF Core 7.0

Sql to LINQ query LINQ Query convert

entity-framework

Querying virtual list property on EF

Returning multiple related entity types from raw SQL queries in Entity Framework

c# entity-framework

Do Views degrade the EF query performance?

Mixing local list operations with linq to entities database operations