Skip to content

What are the specific differences between the three project types? #268

Answered by maxkatz6
atrauzzi asked this question in Q&A
Discussion options

You must be logged in to vote

It's not really "types" of the projects. But bootstrap templates with some code pre-written.

.NET App - a single executable project. In current .NET world it can only be run on Desktop OSes, like windows, macos or linux.
.NET MVVM App - the same as above, a single executable project for Desktop, but with MVVM framework pre-setup.

XPlat Application - probably a confusing name, but it's a template with multiple executable projects for different platforms (including mobile and browser), with shared code extracted.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by atrauzzi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants