I am just started web application using three tier architecture. I know something about three tier architecture. In business layer, should we create classes for all database tables and its properties or create classes for only modules(for entity). But if I create classes only for modules then we have to create lots of properties in that single module class. So what is the right way (flow) to create web application with three architecture.
...
Go to the complete details ...