Views: 9.7K
Replies: 2
Archived
|
Any suggested patterns for building an Email Client System with Voice Recognition Support?I'm designing an email client using .NET technology and voice recognition.
Does anyone know what design pattern to recommend for build these? Thanks. Arya Rezza, Jul 30, 2012
|
|
Reply 1Wow, that's a tall order.
You definately need to be more specific. Mike Michael Lopez, Aug 04, 2012
|
|
Reply 2Since the question is at a very broad level, and not targeting any direct issues, you may start with based on your UI requirement
with - MVP - MVC - MVVM for your UI architecture followed by appropriate design principles or patterns as required. Do you have any specific issue in mind, that you are looking our for targeting with patterns? In any case the above UI patternn will give you a good structure to your application irrespective of the patterns and principles your are using at the bottom and middle layer. Rajesh Pillai, Aug 01, 2012
|