1.

Explain How Caching In Asp.net 2.0 Is Different From Caching In Asp.net 1.1?

Answer»

ASP.NET 2.0 also now INCLUDES AUTOMATIC database server cache invalidation. This powerful and easy-to-use feature ALLOWS developers to AGGRESSIVELY output cache database-driven page and partial page content within a site and have ASP.NET automatically invalidate these cache entries and refresh the content whenever the back-end database changes. Developers can now safely cache time-critical content for long periods without worrying about serving visitors STATE data.

ASP.NET 2.0 also now includes automatic database server cache invalidation. This powerful and easy-to-use feature allows developers to aggressively output cache database-driven page and partial page content within a site and have ASP.NET automatically invalidate these cache entries and refresh the content whenever the back-end database changes. Developers can now safely cache time-critical content for long periods without worrying about serving visitors state data.



Discussion

No Comment Found