Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing a database application for a university warehouse (stores a diverse range of products). This warehouse is a centralized place for temporarily holding of procured products, which are to be distributed to different departments. The application should be able to keep record of all transactions involved, such as, procurements, issuing items to departments, inventory of the warehouse etc....
Apart from basic classes such as classes relating to Data Access Layer etc. I have difficulty in deciding as to what classes should I have? Should there be a class for each entity in the database? or else?
Please give suggestion...
Posted
Comments
Sergey Alexandrovich Kryukov 28-May-12 3:21am    
Too general question. There are not a cookbook recipe here, because this is a part of your application architecture and design. I cannot believe anyone can do it for you. At the same time, the question shows some lack of judgment. One basic advice would be: develop some less then perfect system at fist and learn code design on your mistakes.
--SA
db7uk 28-May-12 5:16am    
Can you not use entity framework and use the generated classes from the tables?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900