greyfox
incorrect even if its the same data from the database
Maybe take a look at this:
https://learn.microsoft.com/en-us/dotnet/api/system.data.idatareader?view=net-8.0
11 replies
Creating a level class that holds all the data for the game, should the data be private?
Only expose that which you need to expose. Hard to know without knowing more.
Quite often you end up making previously private functions public as you need to do things to them, it's not a big deal.
5 replies
Multi Tenant architecture with Docker .NET 8
You can start reading here:
https://learn.microsoft.com/en-us/ef/core/miscellaneous/multitenancy
3 replies