Can I create a mobile 'view' that doesn't consist of Silverlight from my existing MVVM code? -


i'm in situation past year i've been developing heavily in silverlight using mvvm pattern. i've sold project manager numerous times on greatness of mvvm through separation of duties, , have had great successes i've re-written views in day, rather re-writing app in week.

recently we've had directive 'go mobile' compatible many mobile browsers possible (eg. not silverlight). project manager under assumption, based on earlier work can write new 'view' mobile apps.

question:

is there way able apply existing mvvm code mobile front-end doesn't consist of silverlight?

i don't think so. mvvm relies on constant interaction between view , viewmodel through notifications, commands, etc. since code in .net, there's no chance run on client side in web application.

you use mvvm javascript framework knockoutjs in combination mvc framework (asp.net mvc 2 easiest transition). similar approach can think of, need migrate current applications.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -