Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How would I add a parameter to entity framework raw sql command

c# entity-framework

Error While Enabling Code-First Migrations On Mobile Services Database

T must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'TModel' in the generic type or method

Why does this EF insert with IDENTITY_INSERT not work?

Entity Framework OfType()

c# entity-framework

Best way to handle concurrency with entity framework

No database providers are configured EF7

System.Linq.Expressions exception thrown when using FirstOrDefault in .Net Core 2.1

JavaScriptSerializer circular reference when using ScriptIgnore

Why does the `DatabaseGeneratedOption.None` exist?

"..." cannot implement an interface member because it is not public

Entity Framework - querying a many-to-many relationship table

How to check whether DbContext has transaction?

Check the existence of a record before inserting a new record

c# entity-framework

Integer Contains Using Linq

Multiple relationships to the same table in EF7(Core)

c# .net entity-framework orm

EF Core: Soft delete with shadow properties and query filters

Linq to Entity Join table with multiple OR conditions

Entity Framework (4.3) looking for singular name instead of plural (when entity name ends with "s")

Entity Framework Code First: which DataType attribute for DateTime2?