The Common project has static classes to manipulate the database with static database connection. This was bad design choice from the very start and now has grown to be the biggest pain in the ass. This should be changed and also split the classes to smaller pieces by at least using partial classes.
The Common project has static classes to manipulate the database with static database connection. This was bad design choice from the very start and now has grown to be the biggest pain in the ass. This should be changed and also split the classes to smaller pieces by at least using partial classes.