samedi 18 février 2017

How to Implement MVVM in a .NET Core Console Application?

I’d like to use .Net Core (Console App) and EF Core to create my business logic, a number crunching engine that loads financial data from a local database (MySQL or SQLite), process it, will store the results in the same database and show them to the user.

I want to be able to easily add in the future an UI to manage the CRUD operations and simple commands.

How can I implement the MVVM pattern in the console application?

Aucun commentaire:

Enregistrer un commentaire