G
Guest
Hey all, I have a question regarding a very big design decision I am facing.
I am building an asp.net app with many classes for objects mimicking the
database design. It gets more and more cumbersome to manage the code each
time I add a new class. However, it provides me more flexibility to handle
each object more appropriately, as some objects differ greatly in their
required logic. Is it better to use a base wrapper class inheriting Dataset?
Are there any logical limitations or performance considerations?
Any help would be greatly appreciated!
I am building an asp.net app with many classes for objects mimicking the
database design. It gets more and more cumbersome to manage the code each
time I add a new class. However, it provides me more flexibility to handle
each object more appropriately, as some objects differ greatly in their
required logic. Is it better to use a base wrapper class inheriting Dataset?
Are there any logical limitations or performance considerations?
Any help would be greatly appreciated!