ef core bug in bulk insert with OwnsOne property [closed]
Closed 4 hours ago.
ef core bug in bulk insert with OwnsOne property [closed]
Closed 4 hours ago.
ef core bug in bulk insert with OwnsOne property [closed]
Closed 4 hours ago.
ef core bug in bulk insert with OwnsOne property [closed]
Closed 4 hours ago.
c# entityframework code DbContext.Add does not seem to be inserting non-key columns. why?
This code is EntityFramework Code on .NET-8.
expt_table consists of a key and non-key column.
On an empty table, tried to do DbContext.Add of a single record.
c# entityframework code DbContext.Add does not seem to be inserting non-key columns. why?
This code is EntityFramework Code on .NET-8.
expt_table consists of a key and non-key column.
On an empty table, tried to do DbContext.Add of a single record.
Strategy for handling multiple EF Migrations
I need help formulating a strategy for handling situations where two or more team members create an EF migration independently and for different reasons. Every single time we’ve had this scenario so far, it completely messed up the DB snapshot as well as on occasion the migration too. Our migrations are more complex than the normal boilerplate since it contains seed data and some other things I can’t discuss. But in essence what happens is that when we have two or more migrations, there are always merge conflictsin our snapshots and no clear path to resolve them.
.Net IEnumerable what is it exactly?
I’m trying to understand what an IEnumerable<> is exactly.
I had thought it was just an interface saying the underlying data structure has these methods eg first() etc.
EF Core 6 & SQL Server & .NET 6 : navigation property error
I try to migrate from NHibernate to EF Core. I added a repository pattern and migrate repo per repo. No I run into problems with navigation properties.
EF Core 6 MSSQL .net 6 navigation property error
I try to migrate from nhibernate to ef core. I added a repository pattern and migrate repo per repo. No I run into problems with navigation properties.