1
Reply

how Caching in Asp.net 2.0 is different from Caching in Asp.net 1.1?

Ravi Kumar

Ravi Kumar

17y
4.6k
0
Reply

    In ASP.NET caching has been approved by introducing the database-triggered cache invalidation.

    Another feature that is introduced,ability to create custom cache dependencies.