Boilerplate setup for Prism WPF application, targeting .NET Core
Prism-Boilerplate is a basic setup for WPF application with Prism library installed, which is targeting .NET Core.
You need to be familiar with
if you are creating new WPF application targeting .NET Core and you will setup Prism library, then this project will save your time by providing some of the basics that you need for almost every WPF prism project.
Well, No. It is just a basic setup to save you from the chores of setting up an WPF Prism application.
You can architect your project as you want, which give you the flexibility you need.
Prism-boilerplate will give you intitial boost for the start of the project.
and Also will give you some important building blocks to use them along the way.
for now you can clone the repository and change the name of the projects as you want.
for future releases we will improve this process to make it easier.
Base View-Model already containing all the services in the project
The base View-Model will provide the access to :
One class in the shared module to manage all your Region Names.
Pull Requests is very welcomed
There is no need to change your style to contribute on this repository
Code with your own standards
It is our mission to re-style your code if your PR merged.