{"id":18916586,"url":"https://github.com/sonnemaf/mvutest","last_synced_at":"2025-08-11T14:49:10.281Z","repository":{"id":74318979,"uuid":"267548783","full_name":"sonnemaf/MvuTest","owner":"sonnemaf","description":"Model-View-Update (MVU) design pattern for UWP apps","archived":false,"fork":false,"pushed_at":"2020-07-16T14:22:17.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-24T19:43:45.998Z","etag":null,"topics":["csharp","design-pattern","model-view-update","uwp","uwp-apps","xaml"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonnemaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-28T09:31:17.000Z","updated_at":"2020-07-16T14:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"cddaf12d-2019-45ff-a6ab-22984ee5eb26","html_url":"https://github.com/sonnemaf/MvuTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonnemaf/MvuTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnemaf%2FMvuTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnemaf%2FMvuTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnemaf%2FMvuTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnemaf%2FMvuTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonnemaf","download_url":"https://codeload.github.com/sonnemaf/MvuTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnemaf%2FMvuTest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269906355,"owners_count":24494329,"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-11T02:00:10.019Z","response_time":75,"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":["csharp","design-pattern","model-view-update","uwp","uwp-apps","xaml"],"created_at":"2024-11-08T10:20:03.120Z","updated_at":"2025-08-11T14:49:10.262Z","avatar_url":"https://github.com/sonnemaf.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Model-View-Update (MVU) design pattern for UWP apps\n\n```\nusing MvuTest.Controls;\nusing System;\nusing Windows.UI;\nusing Windows.UI.Popups;\nusing Windows.UI.Xaml;\n\nnamespace MvuTest {\n\n    public class MainPage : MvuPage {\n\n        private TextBlock2 _tb;\n\n        private int _count;\n\n        protected override IUIElement2 Build() =\u003e\n            this.StackPanel(\n                this.ToggleButton(\"Toggle it\")\n                    .Width(200)\n                    .FontSize(30),\n                this.Button(\"Increment\", (sender, e) =\u003e {\n                    _tb.Text($\"Count {++_count}\");\n                }).HorizontalAlignment(HorizontalAlignment.Center),\n                (_tb = this.TextBlock(\"Count 0\"))\n                    .FontSize(20)\n                    .Foreground(Colors.Red),\n                this.TextBox(\"Fons Sonnemans\")\n                    .Header(\"Name\")\n            ).Spacing(12)\n             .HorizontalAlignment(HorizontalAlignment.Center)\n             .VerticalAlignment(VerticalAlignment.Center);\n    }\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnemaf%2Fmvutest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonnemaf%2Fmvutest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnemaf%2Fmvutest/lists"}