Tag: mvvm
-
Handling interaction between the Business Layer and the UI with the MVVM design pattern
Hi everyone, I’m taking the time to write this little post because I came across a great design pattern to handle interaction between the Business Layer (BL) and the user interface (UI). This problem usually arises when creating multi-layers application which can be used by different kinds of users. As this blog is mainly dedicated…