FluentWPF: An alternative to XAML

FluentWPF is a library which offers an alternative Xaml.
 
Why?
  • Reduce verbosity
  • Provide more flexibility
  • Improve reusability
  • Leverage tools and C# langage capabilities
  • Ease unit testing
How
  • Provide a fluent API
  • Make this library easily extensible
  • Reuse existing WPF types
  • Provide many sample usages
Conitunue here>>