{"id":18868708,"url":"https://github.com/fernandezja/aspnetcore-experiments","last_synced_at":"2025-09-07T10:38:31.439Z","repository":{"id":37081853,"uuid":"242524797","full_name":"fernandezja/aspnetcore-experiments","owner":"fernandezja","description":"Code Kata with ASP.NET Core (practices, explorations, experiments, tests or just playing with aspnetcore)","archived":false,"fork":false,"pushed_at":"2024-09-11T00:01:04.000Z","size":2554,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T16:36:35.995Z","etag":null,"topics":["asp-net-core","aspnet-core","aspnetcore","aspnetcore-mvc","aspnetcore-webapi","aspnetcoremvc"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fernandezja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-02-23T13:46:11.000Z","updated_at":"2024-09-11T00:01:07.000Z","dependencies_parsed_at":"2024-12-30T23:24:31.045Z","dependency_job_id":"3e32c431-c815-4dc9-868c-082b9b9aca14","html_url":"https://github.com/fernandezja/aspnetcore-experiments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fernandezja/aspnetcore-experiments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandezja%2Faspnetcore-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandezja%2Faspnetcore-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandezja%2Faspnetcore-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandezja%2Faspnetcore-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernandezja","download_url":"https://codeload.github.com/fernandezja/aspnetcore-experiments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandezja%2Faspnetcore-experiments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026705,"owners_count":25209739,"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-09-07T02:00:09.463Z","response_time":67,"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","aspnet-core","aspnetcore","aspnetcore-mvc","aspnetcore-webapi","aspnetcoremvc"],"created_at":"2024-11-08T05:14:33.311Z","updated_at":"2025-09-07T10:38:31.406Z","avatar_url":"https://github.com/fernandezja.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aspnetcore-experiments\nCode Kata with ASP.NET Core (practicing, exploring, experimenting, testing and playing)\n\n\n\n| Example \t| Description \t|\n|-----\t|-------\t|\n|[ViewLocationExpander](https://github.com/fernandezja/aspnetcore-experiments/tree/master/src/ViewLocationExpander) | Add multiple location for our views. Add locations to the razor engine to search the views (views, components, etc.) using / expanding the folders where the resource is searched. Simple example of the [IViewLocationExpander](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.razor.iviewlocationexpander)interface by adding one or more new search paths.      \t|\n|[ViewAddPhysicalExternalFolder](https://github.com/fernandezja/aspnetcore-experiments/tree/master/src/ViewAddPhysicalExternalFolder)     \t|Add physical folders (outside the assembly execute folder) where the razor view engine can search (views, components, etc). Using [MvcRazorRuntimeCompilationOptions ](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?view=aspnetcore-3.1) add FileProviders of the type PhysicalFileProvider        \t|\n|[DynamicRouteValueTransformer](https://github.com/fernandezja/aspnetcore-experiments/tree/master/src/DynamicRouteValueTransformer)     \t|Using dynamic routing. Simple example map route dynamic to controller/action. The handler [StarwarsDynamicRouteValueTransformer](https://github.com/fernandezja/aspnetcore-experiments/tree/master/src/DynamicRouteValueTransformer/WebApplication1/Code/StarwarsDynamicRouteValueTransformer.cs), i wrote provide route from data repositories (is a memory list into this example), use async method Translate (with parameters HttpContext, RouteValueDictionary) and translated into \"again\" route values dictionary as return. IMPORTANT: Not change route pattern, not redirect... but process the request (add o change value route)|\n|[ApplicationPart](https://github.com/fernandezja/aspnetcore-experiments/tree/master/src/ApplicationPart)     \t|Using [Microsoft.AspNetCore.Mvc.ApplicationParts](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.applicationparts) to discover and load ASP.NET Core features (controllers, view components, etc.) from SharedComponent Library. Views are shared by embedding them. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandezja%2Faspnetcore-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandezja%2Faspnetcore-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandezja%2Faspnetcore-experiments/lists"}