Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please tell me about the Modular architecture of web application project containg different modules in project
Posted

It's basically called n-tiered architecture. You have a presentation layer, a business layer ( that contains business logic ) and a data layer ( that handles access to a data source and returns strongly typed objects ). If you want a more complex explanation, use google to find some articles on the topic.
 
Share this answer
 
Comments
Member 7959293 24-Jun-11 4:33am    
actually my project in 3tier archtecture Interface,BL,DL.but at end i want to give one main exe of basic project and sub exe's module wise (as per user selection).for that what can i do
You could also take a look at MVC[^].
 
Share this answer
 

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