-
I have read here in this forurm that Bxf is a very simplistic framework and not recommended for Production applications, what are you folks using for production WPF applications?
any thoughts/recommen…
-
MVVM 패턴은 MVC(Model/View/Controller) 패턴의 변형으로 뷰의 추상화를 만드는 것이 핵심
-
### 들어가기 전에 🔗[1. MVC 패턴](https://github.com/yoogail105/KkokkoSwift/issues/53#issue-1237289397) 🔗[2. MVP 패턴](https://github.com/yoogail105/KkokkoSwift/issues/54#issue-1237561195)
# 3. MVVM 패턴
…
-
Implement MVVM pattern in the application
-
Decide whether to replace current MVVM framework (based on MediatR) with a 3rd party lib or consider moving current framework to another repo.
-
Hi everyone.
I have problem with MVVM light framework. When i raise change from ViewModel class, GUI don't change nothing
XAML code:
``` xaml
```
c# code:
``` c#
private strin…
-
### Describe the bug
The purpose of the `ObservableObjectAttribute` is, to add Member of `ObservableObject` to a type, that itself cannot derive from `ObservableObject`.
That is actually the case …
-
From whatever i've done and read, you have claimed that you are following the MVVM pattern, but I think its incorrect for the ViewModel to contain a reference of the View.
-
Large scale refactor effort to get HCs GUI to MVVM implementation / design patter.
Checklist of pages.
Main GUI
- [x] About
- [ ] Controller
- [ ] Device
- [x] Hotkeys
- [ ] Layout
- [x] -…
-
Since the ViewModel is applied, i have no idea whether it is a mvp or mvvm