1
Reply

What is architectural design pattern used in WPF application mostly? And why?

Gul Md Ershad

Gul Md Ershad

8y
404
0
Reply

    MVVM architectural pattern is being used in WPF application mostly. It provides loose coupling, removes code behind concept, views are not aware of View model, and easy to maintain.