Hi, I’m goint to use the Application Block for caching (Enterprise Library) using the example that you provides in Hands On Lab. The problem is: If I use this block for "caching" in a custom control, how I can to use this code when the control is used in another tier that not is the Front End. It's possible How can I do this using tne best practices

CACHING
NetPochi
Hi
It is possible to use Caching App Block in a custome control, do not depends on the Custome control (UI Component) will be use.
But It is not a best practice because Each application block should be used in a TIRE instead of custome controls,