foreign key exception for one value, other values correct
I am using EF Core to do an Excel import which has been working without issue for several years.
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Should I periodically clear tracked entities
I have a service that listen to certain source and then add the data to the database. This service will run indefinitely and will receive and add lots of data. To prevent too many entities being tracked/out of memory, does EF automatically clear tracked entities or do I have to clear it periodically?
Multiple Properties for same table column
In a project that I have to maintain now are all tables mapped like this.
Has scaffold db context changed in EF Core 8 vs. EF Core 6?
In all other versions of ASP.NET Core this command has worked: