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

WPF NET Core Demo #20

Open
abrasat opened this issue Mar 20, 2020 · 2 comments
Open

WPF NET Core Demo #20

abrasat opened this issue Mar 20, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@abrasat
Copy link

abrasat commented Mar 20, 2020

Thank you for this useful repository.
Could you please provide some samples about using the extensions with some more complex WPF .NET Core applications using MVVM? For instance how can view models be registered and assigned to the different views from some WPF application?

@Lakritzator Lakritzator added the help wanted Extra attention is needed label Mar 21, 2020
@Lakritzator
Copy link
Member

It was never the intention of this repository to provide a MVVM pattern directly, this was supposed to be covered with different libraries like Caliburn.Micro, ReactiveUI and others. But there is basic MVVM functionalty you can use for small applications, brought to you by @jorisvergeer, but for more I do advice you to look at others.

This repository was supposed to bring you a way to use a UI on top of the Hosting extensions which are provided by Microsoft. This gives you a possibility to use services and UI together.

You can have a look at the sample code, in the samples directory, for Caliburn.Micro or ReactiveUI, this should help you get started.

Hope this answers your question?

@abrasat
Copy link
Author

abrasat commented Mar 22, 2020

Yes,thx. The explanation and the links will help me getting started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants