Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miles-till/dotnetdatabindings
Super simple sample projects demonstrating the use of CommunityToolkit.Mvvm with common dotnet UI frameworks.
https://github.com/miles-till/dotnetdatabindings
Last synced: about 1 month ago
JSON representation
Super simple sample projects demonstrating the use of CommunityToolkit.Mvvm with common dotnet UI frameworks.
- Host: GitHub
- URL: https://github.com/miles-till/dotnetdatabindings
- Owner: miles-till
- License: mit
- Created: 2024-08-05T23:00:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:15:34.000Z (3 months ago)
- Last Synced: 2024-09-12T11:11:21.940Z (3 months ago)
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotnetDataBinding Samples
Super simple sample projects demonstrating the use of CommunityToolkit.Mvvm with common dotnet UI frameworks.
## IDE Extensions
For consistency the following extensions are used for auto-formatting code:
- [CSharpier](https://github.com/belav/csharpier)
- [XamlStyler](https://github.com/Xavalon/XamlStyler)## Projects
### DotnetDataBindings.WinForms
WinForms data binding is written in code-behind rather than using the visual designer, so that it isn't hidden amongst the
rest of the generated UI designer code.### DotnetDataBindings.DXWinForms (DevExpress WinForms)
> [!NOTE]
> Requires a DevExpress subscription with access to the DevExpress Nuget feed.### DotnetDataBindings.WPF
### Avalonia UI