{"id":18387164,"url":"https://github.com/extcore/extcore-sample-events","last_synced_at":"2025-04-12T02:14:21.788Z","repository":{"id":244767657,"uuid":"87177321","full_name":"ExtCore/ExtCore-Sample-Events","owner":"ExtCore","description":"ExtCore framework 7 sample web application that uses the events","archived":false,"fork":false,"pushed_at":"2024-06-17T09:05:53.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:14:18.788Z","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":"2017-04-04T11:11:17.000Z","updated_at":"2024-06-17T09:05:56.000Z","dependencies_parsed_at":"2024-06-17T10:24:56.052Z","dependency_job_id":"7e46b4f7-45a1-4626-806e-5cce0934d08c","html_url":"https://github.com/ExtCore/ExtCore-Sample-Events","commit_stats":null,"previous_names":["extcore/extcore-sample-events"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Events","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Events/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Events/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtCore%2FExtCore-Sample-Events/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtCore","download_url":"https://codeload.github.com/ExtCore/ExtCore-Sample-Events/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505925,"owners_count":21115354,"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","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.195Z","updated_at":"2025-04-12T02:14:21.762Z","avatar_url":"https://github.com/ExtCore.png","language":"C#","readme":"# ExtCore Framework 9.0.0 Sample Web Application That Uses Events\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 simplest web application.\n\n## Getting Started\n\n* set the correct project path in the `SomeActionEventHandler1` and `SomeActionEventHandler2` classes of the `ExtensionB` project.\n* rebuild the solution;\n* copy the extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,\nso you need to create it in the web application root or specify another location in the appsettings.json file; also you may just\nadd direct dependencies to the main web application project instead, but it is not so interesting);\n* run the main web application and then check the created log file.\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 file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);\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 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-events","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextcore%2Fextcore-sample-events","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextcore%2Fextcore-sample-events/lists"}