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))