{"id":18387166,"url":"https://github.com/extcore/extcore-sample-filestorage","last_synced_at":"2025-08-03T23:08:11.492Z","repository":{"id":244767643,"uuid":"159237867","full_name":"ExtCore/ExtCore-Sample-FileStorage","owner":"ExtCore","description":"ExtCore framework 7 sample web application that uses file storage","archived":false,"fork":false,"pushed_at":"2024-06-17T09:07:06.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T00:34:04.210Z","etag":null,"topics":["asp-net-core","dotnet","dotnet-core","dotnetcore","extcore-framework","sample","tutorial"],"latest_commit_sha":null,"homepage":"http://extcore.net/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExtCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-26T21:54:08.000Z","updated_at":"2024-06-17T09:07:10.000Z","dependencies_parsed_at":"2024-06-17T10:24:54.176Z","dependency_job_id":"9f711927-1156-4f98-adee-b83a354457dc","html_url":"https://github.com/ExtCore/ExtCore-Sample-FileStorage","commit_stats":null,"previous_names":["extcore/extcore-sample-filestorage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExtCore/ExtCore-Sample-FileStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-FileStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-FileStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-FileStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-FileStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtCore","download_url":"https://codeload.github.com/ExtCore/ExtCore-Sample-FileStorage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-FileStorage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","dotnet","dotnet-core","dotnetcore","extcore-framework","sample","tutorial"],"created_at":"2024-11-06T01:25:04.255Z","updated_at":"2025-08-03T23:08:11.384Z","avatar_url":"https://github.com/ExtCore.png","language":"C#","readme":"# ExtCore Framework 9.0.0 Sample Web Application That Uses File Storage\n\n[![Join the chat at https://gitter.im/ExtCore/ExtCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ExtCore/ExtCore?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Introduction\n\n[ExtCore](https://github.com/ExtCore/ExtCore) is free, open source and cross-platform framework for creating\nmodular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern\ntools and languages (Visual Studio 2022, C# etc). Join our team!\n\nThis is the ExtCore framework sample web application that uses the file storage extension. It allows to work with a file storage\nthrough the abstraction layer and easily replace, let's say, file system storage with the Dropbox or Azure Blob Storage ones without changing any code.\n\n## Getting Started\n\n* open the Startup class and specify correct path to the solution;\n* ensure that the /FileStorage/Uploads folder exists inside the WebApplication project's one;\n* rebuild the solution;\n* run the main web application and try to upload some files;\n* open WebApplication.csproj file as text and replace the ExtCore.FileStorage.FileSystem package reference to the ExtCore.FileStorage.Dropbox one\n(note that you can just copy the extension's DLL files and their dependencies inside the extensions folder instead to specify which implementation should be used);\n* create an application inside your Dropbox account, create an access token inside that app and specify it inside the Startup class;\n* set the root path to the / and specify the Dropbox access token inside the Startup class;\n* create Uploads folder inside your Dropbox account;\n* run the main web application and try to upload some files.\n\n## More Information\n\n### Other Samples\n\n* [Full-featured ExtCore 9.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);\n* [ExtCore framework 9.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);\n* [ExtCore framework 9.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);\n* [ExtCore framework 9.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);\n* [ExtCore framework 9.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);\n* [ExtCore framework 9.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);\n* [ExtCore framework 9.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);\n* [ExtCore framework 9.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);\n* [ExtCore framework 9.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);\n* [ExtCore framework 9.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);\n* [ExtCore framework 9.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).\n\nYou can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-9.0.0.zip).\nIt contains everything you need to run ExtCore-based web application from Visual Studio 2022, including SQLite\ndatabase with the test data.\n\n### Tutorials\n\nWe have written [several tutorials](http://docs.extcore.net/en/latest/getting_started/index.html)\nto help you start developing your ExtCore-based web applications.\n\n### Real Projects\n\nPlease take a look at [Platformus](https://github.com/Platformus/Platformus) on GitHub. It is CMS\nbuilt on ExtCore framework with 3 extensions and 25 projects.\n\n## Links\n\nSources on GitHub: https://github.com/ExtCore/ExtCore\n\nWebsite: http://extcore.net/\n\nDocs: http://docs.extcore.net/\n\nAuthor: http://sikorsky.pro/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextcore%2Fextcore-sample-filestorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextcore%2Fextcore-sample-filestorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextcore%2Fextcore-sample-filestorage/lists"}