I have a class library with all my database logic. My DAL/BLL.
I have a few web projects which will use the same database and classes, so I thought it was a good
I see no reason why this scheme would not work:
Two files contain storage mechanisms (or some other feature). They specify inheritance but contain no business logic:
One file contains the business logic:
Now create two projects:
Both projects make use of the same business logic.