Coder Social home page Coder Social logo

caliburn.micro.extras's Introduction

Caliburn.Micro.Extras

Caliburn.Micro is a powerful framework for building WPF, Silverlight, Windows Phone and Windows 8 Store apps. These additions make it easier to to get the most out of the framework.

Install

The extras are available through NuGet:

Install-Package Caliburn.Micro.Extras

Content

  • ActionCommand to use Caliburn.Micro Actions with ICommand
  • [Win8] IWindowManager for displaying normal dialogs all around the screen

Services

  • IMessageService to show a message box from the ViewModel
  • IOpenFileService wraps an OpenFileDialog
  • ISaveFileService wraps a SaveFileDialog

IResult Implementations

  • MessengerResult wraps a MessageBox
  • OpenFileResult wraps an OpenFileDialog with fluent configuration
  • SaveFileResult wraps a SaveFileDialog with fluent configuration

Weak Events

powered by Weakly

Conventions

Integrated in CM 2.0

  • DebugLogger to see Caliburn.Micro logging output in Visual Studio
  • EventAggregatorExtensions to publish messages on different Threads

IResult Implementations

  • CancelResult always returns WasCancelled=true
  • DelegateResult wraps an arbitrary Action or Func

IResult Extensions

  • Rescue<TException>() decorates the result with an error handler which is executed when an error occurs
  • WhenChancelled() decorates the result with an handler which is executed when the result was cancelled
  • OverrideCancel() decorates the result and overrides WasCancelled=false

caliburn.micro.extras's People

Contributors

tibel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.