Azure FileBrowserContentProvider

Thread is closed for posting
3 posts, 0 answers
  1. 0BAF1CE4-B553-4CA8-8D19-A69976D1B619
    0BAF1CE4-B553-4CA8-8D19-A69976D1B619 avatar
    1 posts
    Member since:
    Nov 2008

    Posted 09 Feb 2011 Link to this post

    Requirements

    RadControls version

    RadControls for ASP.NET AJAX Q3 2009 SP1
    .NET version

    .NET20 & .NET35
    Visual Studio version

    2005/2008/2010
    programming language

    VB.NET
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Connecting the RadFileExplorer control to the Windows Azure Storage

    HOW TO USE THE PROVIDER
    Modify the AppSettings section in the web.config file in order to declare the storage and the container.

    <appSettings>
        <add key="DataConnectionString" value="UseDevelopmentStorage=true"/>
        <add key="TelerikContainer" value="body"/>
    </appSettings>

    azuretelerik.codeplex.com
  2. 78923291-9A9B-4214-BC7C-E1306A4562B8
    78923291-9A9B-4214-BC7C-E1306A4562B8 avatar
    12 posts
    Member since:
    Apr 2009

    Posted 08 Jun 2013 Link to this post

    @Panos - thanks again for your work.

    @Telerik: it seems that this has been left up to the community entirely to provide. This provider is from 2009 as far as I can tell, it's no longer compatible with the recent API interface, and it's in Visual Basic. Is this on your radar?
  3. E0B8B146-EE4E-4C4D-A1D5-BB2E6C929855
    E0B8B146-EE4E-4C4D-A1D5-BB2E6C929855 avatar
    2425 posts
    Member since:
    Apr 2022

    Posted 13 Jun 2013 Link to this post

    Hello Chris,

    Since the content provider in this code library is developed by a community user, the original poster is the one who is responsible for its support and updating.

    Nevertheless, if you decide to implement a new Azure content provider, which is compatible with its recent API, you can find detailed information on how to do it here:
    Using custom FileBrowserContentProvider

    Once you have done that, feel free to share your custom content provider with our community and we will update your Telerik points accordingly.

    Regards,
    Veselina Raykova
    Telerik
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.