1
vote
Transaction management with one connection
Our app uses one connection for all transactions.
[...]
Sometimes, we need to perform a time-consuming data fetch in a separate thread. The other thread, in the meanwhile, may also hit the DB, less ...
1
vote
Entity/DAO for any combination of values?
Entities are supposed to represent business logic. So each vaccine should have a list of associated infections. The list has size, which can be used in a presenter/view model.
Yes you want that list ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
database × 2154database-design × 459
design × 224
sql × 199
architecture × 181
relational-database × 165
mysql × 140
c# × 108
design-patterns × 94
java × 81
php × 77
nosql × 77
web-applications × 72
web-development × 68
data × 68
data-structures × 64
performance × 63
sql-server × 60
orm × 55
microservices × 52
postgres × 50
object-oriented × 47
algorithms × 47
api × 44
security × 43