oriches / Simple.MahApps.Template

My opinion on how to do a modern enterprise ready WPF application (if people still do :))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple.MahApps.Template

Build status

As with all my 'important' stuff it builds using the amazing AppVeyor.

The app is skinned using Mah Apps.

This is my example of a templated WPF application using the MahApps control library to give a modern looking UI.

Okay this is opinionated software on the way to build a modern UI in WPF using MVVM as the MVC architecture and being 'pure' about the separation between the View & View Model, there are no UI concerns (colours, width's, control persistence) in the View Model (and never will be). If don't agree in full separation between the View & View Model then you might as well stop there :)

This test app makes use of node.js to create a mock backend server - it's not WCF or WebAPI :)

So if you're going to build this software make sure you have node.js installed and configured to build, I use VS2015 to build and test the node.js part, either by starting it from the command line 'node.js server.js' or by setting VS to start two projects at startup.

This app uses modern third party libraries for serialization, IoC, multithreading, it most definitely does not use PRISM or Unity :)

Happy coding...

About

My opinion on how to do a modern enterprise ready WPF application (if people still do :))


Languages

Language:C# 95.4%Language:TypeScript 4.6%