Big Application
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
How do you design your big applications?? I ususally use the 3-tier model but for a big application is better to separate le business layer and the presentation layer into small pieces. Or not? I mean, multiple web projects for the user interface, and multiple business layers (one for each web project), and one database for all. So you can update and deploy only one module (WebUI + Business) without touch the other modules. But what about the circular references?? How do you desing your big application?? Thanks Emanuele - b0nu$ -