From 66f828361e23956630239e56a767ed18d8d696f8 Mon Sep 17 00:00:00 2001 From: Svetlana Nikulina Date: Tue, 28 Nov 2023 19:52:24 +0400 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index e0a6cd2..1d1d397 100644 --- a/Readme.md +++ b/Readme.md @@ -10,6 +10,8 @@ This example demonstrates how to implement a custom file system provider that bo To decrease the number of recursive LINQ to SQL queries, a folder list is cached in memory (see the `FolderCache` property and the `RefreshFolderCache` method). +## Files to Review + * [LinqFileSystemProvider.cs](./CS/WebSite/App_Code/LinqFileSystemProvider.cs) (VB: [LinqFileSystemProvider.vb](./VB/WebSite/App_Code/LinqFileSystemProvider.vb)) * [Default.aspx](./CS/WebSite/Default.aspx) (VB: [Default.aspx](./VB/WebSite/Default.aspx))