InterviewSolution
Saved Bookmarks
| 1. |
Is Mvc Suitable For Both Windows And Web Application? |
|
Answer» MVC ARCHITECTURE is suited for web application than WINDOWS. For window application MVP i.e. “Model view PRESENTER”is more applicable. If you are using WPF and SL MVVM is more SUITABLE due to bindings. MVC architecture is suited for web application than windows. For window application MVP i.e. “Model view presenter”is more applicable. If you are using WPF and SL MVVM is more suitable due to bindings. |
|