Login | Register
My pages Projects Community openCollabNet

caliburn
Project home

If you were registered and logged in, you could join this project.

Summary An MVP Framework for WPF
Categories libraries, design, construction, testing
License X/MIT License
Owner(s) eisenberg

Message from the owner(s)

Beta 1 is here! Get it in the documents and files section.

Overview

Caliburn is a framework designed to aid in the development of WPF applications. Its goals include making TDD easier and providing an intuitive implementation of the MVP pattern.

Dcoumentation

We are beginning documentation on Caliburn. You can find the online docs here.

Goals

  • Support building WPF application that are TDD friendly.
  • Implement functionality for simplifying the MVP pattern over WPF.
  • Ease the use of a DI container with WPF applications.
  • Simplify or provide alternatives to common WPF related tasks.
  • Provide solutions to common UI architecture problems such as:
    • Event Aggregation
    • Modular Deployment
    • UI Extensibility
    • State Management

Related Resources