Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added documentation for Caliburn Micro project template #46

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nbproject
*.sublime-project
*.sublime-workspace
.idea
.vs/

# Komodo
*.komodoproject
Expand Down
Binary file added .vs/caliburn-micro.github.io/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
7 changes: 4 additions & 3 deletions _posts/2021-10-24-Caliburn Micro Templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

Template options for Caliburn Micro in VS 2019

## CmNet5ProjectTemplate
## Caliburn Micro Starter with .NET 5

CMNET5 project template for FAST and EASY creation of WPF MVVM Windows Desktop application using Caliburn.Micro WPF MVVM Framework (stable version 4.0.173) and the powerful .NET5. This first release s
This starter project template is for FAST and EASY creation of WPF MVVM Windows Desktop application using Caliburn.Micro WPF MVVM Framework (stable version 4.0.173) and the powerful .NET5.
This first release supports only VS 2019. More templates and VS 2022 support coming soon.


https://marketplace.visualstudio.com/items?itemName=AADE-24584A29-EE74-4159-866D-696FBCFBC38D.CmNet5ProjectTemplate202110211850
https://marketplace.visualstudio.com/items?itemName=AADE-24584A29-EE74-4159-866D-696FBCFBC38D.CmNet5ProjectTemplate202111012030

## Caliburn Micro Templates

Expand Down
56 changes: 56 additions & 0 deletions documentation/easy-starter-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: page
title: Easy Starter using Visual Studio Extension
---

This serves as a quick setup of a WPF project using Caliburn.Micro MVVM Framework.

There are some **Visual Studio Extensions** that provide project template which help user to create and setup a WPF project using Caliburn Micro Framework.

####Caliburn Micro Starter with .NET 5

This starter project template for FAST and EASY creation of WPF MVVM Windows Desktop application using Caliburn.Micro WPF MVVM Framework and the powerful .NET5.
Cost: FREE!
Version: 1.0.1
Author: Aixtreme-Agile

Download link [HERE](https://marketplace.visualstudio.com/items?itemName=AADE-24584A29-EE74-4159-866D-696FBCFBC38D.CmNet5ProjectTemplate202111012030)

**Usage step-by-step**
- download and install this extension on your Visual Studio.
- (Re-)Start your Visual Studio.
- Create New Project.
- Search in "Create New Project" dialog the project template using keyword "Caliburn Micro"
- Choose **Caliburn Micro Starter with .NET5** and click "Next"
- Enter project name, solution name and location as you want, then click "Create"
- and .. voila .. you have your WPF MVVM project using Caliburn.Micro Framework.

![Example of generated project by this template](/public/images/documentation/project-template-result.png)

####Caliburn Micro Starter with .NET Framework

This starter project template for FAST and EASY creation of WPF MVVM Windows Desktop application using Caliburn.Micro WPF MVVM Framework and .NET Framework (up to 4.8).
Cost: FREE!
Version: 1.0
Author: Aixtreme-Agile

Download link [HERE](https://marketplace.visualstudio.com/items?itemName=AADE-24584A29-EE74-4159-866D-696FBCFBC38D.CmNetFrameworkProjectTemplate202111011900)

**Usage step-by-step**
- download and install this extension on your Visual Studio.
- (Re-)Start your Visual Studio.
- Create New Project.
- Search in "Create New Project" dialog the project template using keyword "Caliburn Micro"
- Choose **Caliburn Micro Starter with .NET Framework** and click "Next"
- Enter project name, solution name and location as you want, then click "Create"
- and .. voila .. you have your WPF MVVM project using Caliburn.Micro Framework.


####Caliburn Micro Templates

Caliburn.Micro project templates for .net core WPF apps. The template pack includes VB and C# templates
Cost: FREE!
Version: 1.0
Author: Ken Tucker

Download link [HERE](https://marketplace.visualstudio.com/items?itemName=KenTucker.CaliburnMicroTemplates)
1 change: 1 addition & 0 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ title: Documentation
- [Obtain and Build the Code](./build)
- [Nuget](./nuget)
- [Cheat Sheet](./cheat-sheet)
- [Easy Starter using Visual Studio Extension](./easy-starter-template)
- Soup to Nuts
- [Basic Configuration](./configuration)
- [Customizing the Bootstrapper](./bootstrapper)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.