Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity framework migrations throws exception when using extension method for fluent API

c# entity-framework

Define SSRS report's DataSet and DataSource dynamically

LINQ Query for ofType in a related property

How to define a table that its primary key is constructed from 2 foreign keys with EF code-first

Applying a rename migration with a temporal table throws SqlException (0x80131904) mismatching number of BEGIN and COMMIT statements

How come DbContext implements IObjectContextAdapter but doesn't have public ObjectContext property

one-to-one-or-zero relation with OneWay CascadeOnDelete

Why does EF Code First [InverseProperty] attribute fail to work when used with [ForeignKey] attribute?

How can I customize IdentityUser model in .NET Core 8

Entity framework database provider compatibility error

c# mysql entity-framework

Is it possible to parameterise a lambda in Linq to Entities Select

What is the most effective way to delete entites that satisfy a condition from a database?

EF6 - Incorrect usage of spatial/fulltext/hash index and explicit index order

c# mysql entity-framework

Entity and derived view model - update only common properties

Is it possible to make a non-nullable column nullable when used in a view? (sql server)