-
Updated
Apr 15, 2020 - C#
#
caliburn-micro
Here are 59 public repositories matching this topic...
A library that combines MahApps.Metro with Caliburn.Micro for Metro UI styled WPF applications.
Caliburn.Micro screens and conductors rewritten to inherit from ReactiveUI ReactiveObject
-
Updated
Jul 29, 2018 - C#
A C# WPF application, representing a conventional Windows file system explorer. Allows the traversal of inaccessible file systems.
-
Updated
Feb 10, 2018 - C#
A simple Calculator using Caliburn.Micro (WPF with MVVM)
-
Updated
May 8, 2019 - C#
An easy-to-use, YouTube video downloader, without pesky ads or malware.
xaml
youtube
csharp
wpf
mvvm
youtube-dl
youtube-downloader
caliburn-micro
youtube-api-v3
google-apis
-
Updated
Jul 23, 2019 - C#
C# WPF music player application.
-
Updated
Jan 24, 2020 - C#
Tracking, Analyzing, Visualization
-
Updated
Apr 3, 2016 - C#
Open Source application built for windows using C# and XAML. Search for movies based on your mood as well as a ton of other search and filtering options. It is built to be intuitive with the purpose of saving you from scrolling through never ending lists of movie suggestions. Targetting specific actors whilst selecting your mood and filtering by year are amongst the many awesome features you will find.
-
Updated
Sep 16, 2018 - C#
Tool to create zip files from folders in the deepest location of a folder system
-
Updated
Aug 11, 2017 - C#
Sample MvvmFx Wisej/WinForms application
winforms
mvvm
windows-forms
caliburn-micro
mvvm-sample
csla
caliburn
wisej
csla-net
mvvmfx
mvvmfx-sample
-
Updated
Jul 13, 2018 - C#
Contains bootstrapping facilities for client apps.
uwp
wpf
mvvm
bootstrapping
caliburn-micro
mvvm-framework
mvvm-bootstrapping
logofx-client-bootstrapping
bootstrapping-facilities
-
Updated
Apr 25, 2020 - C#
Simple DLL injector.
-
Updated
Dec 6, 2018 - C#
A library that provide the following cross platform features: -Direct bind of the events (in your views) to the methods or commands (in your view models) in your XAML code -Creating a preview of your view model at design time -Easy way of creating commands in your view models.
events
xamarin
csharp
command
forms
wpf
mvvm
commands
mvvmcross
xamarin-forms
xforms
mvvm-architecture
caliburn-micro
mvvm-light
mvvm-framework
mvvmlight
catel
data-preview
design-time
-
Updated
May 2, 2019 - C#
EasyPasswordRecoveryWiFi is a tool written in WPF that uses ManagedNativeWifi to brute force connect to a WiFi access point.
-
Updated
Dec 2, 2019 - C#
Definition and implementation of view model factory pattern.
framework
xamarin
csharp
dotnet
uwp
wpf
mvvm
mvvmcross
dotnet-core
xamarin-forms
mvvm-pattern
mvvm-architecture
caliburn-micro
mvvm-framework
-
Updated
Apr 25, 2020 - C#
Wargame Mod Installer is a software which allows easy, automated and safe distribution of moded files for Wargame series.
-
Updated
May 21, 2018 - C#
An implementation of bootstrapper adapter for LogoFX SimpleContainer
-
Updated
Apr 25, 2020 - C#
dmitrybublik
commented
Dec 14, 2016
TestStack.White.UIItems.ListViewRow cannot be selected normally. The method Select() doesn't work. For selection emultaion we use trick:
listViewRow.Focus();
listViewRow.Cells[0].Click();
But this trick works unstable. It is better add big delay between Focus() and Click():
listViewRow.Focus();
Task.Delay(1000).Wait();
listViewRow.Cells[0].Click();
-
Updated
Apr 3, 2020 - C#
-
Updated
Jul 11, 2018 - C#
Skeleton for a treeview/tabcontrol mvvm application
-
Updated
Dec 20, 2018 - C#
A podcatcher for .NET written using WPF
-
Updated
Jan 15, 2016 - C#
Library Management System
library
entity-framework
mvvm-architecture
caliburn-micro
wpf-application
enterprise-architecture
kutuphane
-
Updated
Oct 31, 2019 - C#
A basic Caliburn Micro template for WPF, using the Simple Injector IOC container
-
Updated
Mar 14, 2017 - C#
Improve this page
Add a description, image, and links to the caliburn-micro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the caliburn-micro topic, visit your repo's landing page and select "manage topics."


To recreate:
Warning - Unable to locate any documentation sources