Sunday, 18 August 2013

How to Handle caching with 3-tier design pattern in a website

How to Handle caching with 3-tier design pattern in a website

Im developing a asp.net small website and thought about using 3-tier
design pattern (Gui, BLL, DAL). My main problem is that i feel bit lost
with how should i handle the caching right.
1.First, where should the caching be done? Is it in the GUI website or in
the BLL? 2.Second, it feels too messy to me, any chance anyone could
provide me a simple example of how caching is done in a good way with all
3 parts of the 3tier? 3.Last, do u find okay to use 3tier for my need?

No comments:

Post a Comment