Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Entity Framework 7 DbContext scaffold

Raw SQL queries and Entity Framework Core

How do I safely call an async method from EF's non-async SaveChanges?

Inject DbContext in Asp.Net Core. Concrete type or interface?

EF Core Migrations with Multiple DB Schemas

Are there any alternatives to T4 templates and EnvDTE for cross platform asp.net 5 development?

EF Core and Multiple Databases

EF Core Migration error: "Unable to create an object of type 'ApplicationContext'"

Entity Framework Core 3.1 with NetTopologySuite.Geometries.Point: SqlException: The supplied value is not a valid instance of data type geography

EF Core 2.0 how to use SQL stored procedure

EF models. Navigation properties can only participate in a single relationship

EF Core 1.1 - How to check DbContext if migrations have been applied?

entity-framework-core

EF Core 2.1.0 set default string length and column type

Pattern for caching data in Asp.Net Core + EF Core?

WithOptional with Entity Framework Core

Database operation expected to affect 1 row(s) but actually affected 0 row(s)

How do I configure fixed length columns in EF Core?

Entity Framework Core 1.0 Connection Strings

What is the equivalent of the -IgnoreChanges switch for entity-framework core in CLI?

How to get return values and output values from a stored procedure with EF Core?