c# - Give a good example of 3-tier architecture? -


http://www.codeproject.com/kb/architecture/three_tier_architecture.aspx

does website give example on 3-tier architecture? thought example, seemed few of 1 star raters said it's not practice.

so wondering can of give me example of 3-tier app?

sorry think might unclear, looking codes :) (in oop)

consider stackoverflow. has data tier containing user , question/answer information. has sophisticated business-logic tier managing things user permissions based upon reputation score, voting questions , answers up/down, closing/reopening questions, handing out badges, , on. , has functional if dated html , javascript user-interface tier people use create , edit questions , answers, among other things.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -