Arcadia


Arcadia - Asynchronous MVVM Models

The Arcadia library can be installed from NuGet:
PM> Install-Package Arcadia

Alternatively, you can download the source as a ZIP file or download the compiled binaries as a ZIP.

Samples & documentation

  • Introduction to the Arcadia library and purpose of library with F# Example.

  • C# Example Snippet from C# example that can be found on GitHub site.

  • API Reference all public types, modules and functions in the library.

There is a sample C# and F# applications on GitHub that demonstrate the core functionality of the Arcadia library. The Arcadia.MVVM and Arcadia.Graph libraries used in the applications are not included in the NuGet package, since Arcadia is designed to be independent of any specific MVVM framework and could be used with MVVM Light, Catel, etc.

sample app

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under the MIT license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub