Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

A basic Caliburn Micro template for WPF, using the Simple Injector IOC container

License

Notifications You must be signed in to change notification settings

djfdyuruiry/caliburn-micro-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caliburn-micro-template

A basic Caliburn Micro template for WPF with IOC container integration.

This template should be used as an example of how to setup a basic WPF app using Calibrun Micro and dependency injection.

Project contains:

  • Required NuGet packages added
  • App bootstrapper
  • App.xaml configuration
  • Shell view & model
  • Simple Injector IOC container integration with bootstrapper
    • AppContainer defines bindings and AppBootstrapper consumes them
    • Default minimal binding for Caliburn Micro added

Platform & Library Versions:

  • .NET 4.5.2
  • C# 6 (Visual Studio 2015)
  • Caliburn.Micro 3.0.3
  • SimpleInjector 3.3.2

About

A basic Caliburn Micro template for WPF, using the Simple Injector IOC container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages