All Tags »
silverlight »
mvvm »
convention
Sorry, but there are no more tags available to filter with.
-
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 ...