MVVM Coding by Convention (Convention over Configuration)
Convention-based programming is an interesting model. In essence, it attempts to reduce the potential for error by handling most scenarios based on conventions or standards, and allowing the developers to focus on the exceptions. Probably one of the most thorough public resources I’ve seen for the convention-based model is Rob Eisenberg’s Build your Own MVVM…