Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 817 Bytes

WPF Utilities

A C# and XAML library containing some essential and usefull classes and snippets for fast WPF application development. This is not a framework, the library doesn't bring any coding convention to .Net Standard and WPF conventions. The library brings help to code using the standard WPF recommended patterns (MVVM, Command, controls, components,...) and SOLID principles.

links

WPFUtilities documentation

WPFUtilities sample project documentation

dependencies

  • .Net Framework 4.8
  • C# last version
  • Microsoft.Xaml.Behaviors.Wpf
  • Microsoft.Extension.Hosting.Abstractions
  • System.ComponentModel.Annotations

Authors: Franck Gaspoz | Licence: MIT 2021