I apologize this is a week late. Below is a zip which includes the slides and solution from my presentation on Caliburn.Micro.
It should serve as a pretty good reference application for how to implement the most common functionality in Caliburn.Micro. Iâve also included a simple HTTP framework which can take advantage of Caliburnâs Coroutines to easily issue GET requests and parse the JSON response into a typed model.
Â
Leave a Comment