3 tier design and cache for ASP.NET 3.5

  • Thread starter Thread starter Redhair
  • Start date Start date
R

Redhair

While using 3 tiers design in a ASP.NET 3.5 application development,
we should cache the DAL or BLL or both objects?
 
not sure why you'd cache either. if either had any read only threadsafe
objects, then you might cache them.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top