Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-2.0

dotnetcore : Cannot access Kerberos ticket. Ensure Kerberos has been initialized with 'kinit'

asp.net-core ef-core-2.0

Enabling Migrations in EF core?

c# ef-core-2.0

Moving from EF6 to EF Core 2.0

EF Core: Soft delete with shadow properties and query filters

EF Core - why ClientSetNull is default OnDelete behavior for optional relations (rather than SetNull)

EFCore nullable relationship setting onDelete: ReferentialAction.Restrict

Is there a data annotation for unique constraint in EF Core (code first)?

Use IEntityTypeConfiguration with a base entity

Rename a foreign key in Entity Framework Core without dropping data

EF Core 2.0 Enums stored as string

FirstOrDefaultAsync() & SingleOrDefaultAsync() vs FindAsync() EFCore

c# linq ef-core-2.0

AutoFac / .NET Core - Register DBcontext

Cascade deleting with EF Core