Skip to content

Implement a custom file system provider that bounds ASPxFileManager to a LINQ to SQL data source.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-web-forms-file-manager-linq-to-sql-custom-file-system-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Implement a custom file system provider that bounds ASPxFileManager to a LINQ to SQL data source.

Topics

Resources

License

Stars

Watchers

Forks