All Projects → tibel → Caliburn.Light

tibel / Caliburn.Light

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

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Caliburn.Light

FriendEditor
A WPF sample app to demonstrate how to use MVVM design pattern and MVVMLight toolkit
Stars: ✭ 38 (-40.62%)
Mutual labels:  ioc, wpf, viewmodel
mvvmgen
MvvmGen is a lightweight MVVM library for XAML applications. It generates your ViewModels on-the-fly for you via a Roslyn-based C# Source Generator.
Stars: ✭ 179 (+179.69%)
Mutual labels:  wpf, winui
MvvmScarletToolkit
MvvmScarletToolkit is a personal project and framework to speed up the development process of xaml based applications using the viewmodel first approach
Stars: ✭ 23 (-64.06%)
Mutual labels:  wpf, viewmodel
CaliburnMicro-Calculator
A simple Calculator using Caliburn.Micro (WPF with MVVM)
Stars: ✭ 19 (-70.31%)
Mutual labels:  wpf, caliburn
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (+1.56%)
Mutual labels:  wpf, winui
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+3978.13%)
Mutual labels:  wpf, winui
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+12435.94%)
Mutual labels:  wpf, winui
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (+134.38%)
Mutual labels:  ioc, command
FrameSystem
WPF通用权限开发框架
Stars: ✭ 40 (-37.5%)
Mutual labels:  wpf
artisan-aliases
Save keystrokes and run Artisan commands your way
Stars: ✭ 23 (-64.06%)
Mutual labels:  command
thinking-in-spring
Spring source code reading
Stars: ✭ 105 (+64.06%)
Mutual labels:  ioc
TrialMaker.Demo
A powerful yet straight-forward library suite that provides secure trial license generation and copy-protection features for .NET applications. It also supports premium license generation for expired free-trials.
Stars: ✭ 21 (-67.19%)
Mutual labels:  wpf
xamarin-forms-wpf-samples
Xamarin.Forms WPF Samples
Stars: ✭ 14 (-78.12%)
Mutual labels:  wpf
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-64.06%)
Mutual labels:  wpf
Compose-ShoppingList
Jetpack compose shopping list app
Stars: ✭ 52 (-18.75%)
Mutual labels:  viewmodel
Taskban
A personal productivity tool developed with C# and XAML.
Stars: ✭ 56 (-12.5%)
Mutual labels:  wpf
MPDCtrl
A MPD (Music Player Daemon) client.
Stars: ✭ 30 (-53.12%)
Mutual labels:  wpf
ErrorControlSystem
ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
Stars: ✭ 30 (-53.12%)
Mutual labels:  wpf
Manime
🍱 An anime app, based on single activity and MVVM architecture.
Stars: ✭ 24 (-62.5%)
Mutual labels:  viewmodel
JitPad
On the fly disassemble C# code based on JitDasm
Stars: ✭ 119 (+85.94%)
Mutual labels:  wpf

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].