Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Linq projection: Get reference of new projected entity

Entity Framework Database first multiple schemas duplicate table names

What is the simplest way to implement an Entity Framework 6 Add-or-Update method

Unable to determine the provider name for provider factory of type “System.Data.Sqlite.SqliteFactory”

With EF6 do I need to use COMMIT and ROLLBACK inside a Stored Procedure?

EntityFramework - Port WithRequired to EF Core

How to guarantee consistent code with derived fields using entity framework

Is this a bug in JSON.NET or Entity Framework or am I doing something wrong while trying to serialize a list of Exceptions with JSON.NET?

How would I implement tags within a database?

c# sql entity-framework-6

dynamic proxies / lazy loading for entities doesn't work all the time in ef6

Entity Framework 6 - Code first - FK is generated in inherited classes but relation is defined in base class

Dummy Connection String Stopped Working When the Azure Web App was Migrated to .Net 6

How to clear parameters after use of `db.Database.SqlQuery<model>`

FirstOrDefault inline null checking