LCCC- CISS243 - Fall 2004

Monday, October 04, 2004

three tier

in this class we talk about separating the business logic and database access from presentation. in format terms, this is known as a three tier architecture. this concept is true in all software development, not just .net....

resuability, and ease of maintenance is the key here, as with most good software design. when all three components are tangled together (as was often the case in regular asp) things were hard to change

0 Comments:

Post a Comment

<< Home