Visual Studio template for Caliburn.Micro Windows Phone apps
I have been building Windows Phone apps using the Caliburn.Micro framework for some time now. Setting up a new project takes some time and can be easily automated, so I decided to create a Visual Studio template for Windows Phone apps build with Caliburn.Micro.
The templates can be downloaded from the Visual Studio Extensions gallery and used to build Windows Phone 8 and Windows Phone 8.1 Silverlight apps. It contains the basic setup with Caliburn Micro and Fody, with a sample view and viewmodel.
The source code is available on GitHub, so if you want to modify it to best suit your needs, feel free to do it.
See also
- My experience dealing with Microsoft in the old Windows Phone times
- Creating a TV schedule grid in UWP
- My (negative) experience with the Microsoft MVP awards
- Creating a simple Windows 10 game with Win2D
- Creating better forms in Windows Phone apps