tibel / Caliburn.Light

The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

NuGet Badge

Caliburn.Light

Caliburn.Light is a fork of Caliburn.Micro that

  • is modular/magic-free (does not include conventions)
  • does not switch to UI thread automatically for everything
  • integrates some ideas of Prism and MVVMLight
  • uses weak events (see Weakly)
  • supports ICommand out-of-the-box

Install

Caliburn.Light is available through NuGet:

PM> Install-Package Caliburn.Light.WPF

PM> Install-Package Caliburn.Light.WinUI

Learn

All Caliburn.Light documentation is included.

License

Caliburn.Light is licensed under the MIT license.

About

The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.

License:MIT License


Languages

Language:C# 100.0%