So far whenever I am planning the design for an application, I always find myself falling back to MVC or HMVC after a few iterations of prototyping and testing. Are there any other application design patterns which are commonly used?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although closely related to MVC there is also MVVM (Model View ViewModel) which is Microsoft’s recommended pattern for WPF applications.