AspNetCore.Docs/aspnet/web-forms/videos/vs-2005/the-effects-of-caching.md

1.2 KiB

title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
The Effects of Caching | Microsoft Docs rick-anderson Nearly every Web application today needs to access data from a database, but this common operation can have a real impact on the overall performance of the a... aspnetcontent wpickett 03/26/2007 article 806acc93-7f97-4ba1-92a5-f90146bd51f8 dotnet-webforms .net-framework /web-forms/videos/vs-2005/the-effects-of-caching video

The Effects of Caching

by Eric Lee

Nearly every Web application today needs to access data from a database, but this common operation can have a real impact on the overall performance of the application. This video illustrates how Visual Studio Team System can help you identify whether your application is making redundant calls to the database, and then demonstrates how you can employ ASP.NET 2.0 DataSource caching functionality to eliminate the redundant calls.

▶ Watch video (15 minutes)

[!div class="step-by-step"] Previous Next