Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.62 KB

File metadata and controls

32 lines (21 loc) · 2.62 KB

File Manager for ASP.NET Web Forms - How to implement a custom file system provider for LINQ to SQL data source

This example demonstrates how to implement a custom file system provider that bounds ASPxFileManager to a LINQ to SQL data source. The provider retrieves data from data context ( a DbFileSystemDataContext object) connected to a database that contains file/folder structure and contents.

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

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)