https://github.com/usausa/smart-net-windows
WPF support library.
https://github.com/usausa/smart-net-windows
mvvm wpf
Last synced: 7 months ago
JSON representation
WPF support library.
- Host: GitHub
- URL: https://github.com/usausa/smart-net-windows
- Owner: usausa
- License: mit
- Created: 2015-08-29T06:15:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T12:02:41.000Z (7 months ago)
- Last Synced: 2025-05-13T12:17:29.383Z (7 months ago)
- Topics: mvvm, wpf
- Language: C#
- Homepage:
- Size: 471 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart.Windows .NET - MVVM helper library for WPF
[](https://www.nuget.org/packages/Usa.Smart.Windows/)
## What does if contain ?
* Basic converters.
* Observable commands.
* Actions, Behaviors and Triggers.
* Markup extensions.
* Messenger.
* Resolver(DI Container) integration.
* Base class for ViewModel.
## NuGet
| Package | Note |
|-|-|
| [](https://www.nuget.org/packages/Usa.Smart.Windows/) | Core libyrary |
| [](https://www.nuget.org/packages/Usa.Smart.Windows.Reactive/) | Reactive helpers |
## Link
* [Smart.Windows](https://github.com/usausa/Smart-Net-Forms) : MVVM helper library for Xamarin.Forms
* [Smart.Resolver](https://github.com/usausa/Smart-Net-Resolver) : Resolver library for .NET