c# - MVVMCross support for asp.net programming? -


mvvmcross ironically doesn't seem include asp.net supported platform. hard use mvvmcross under asp.net environment implementing views? has done this? need done.

the underlying exercise retain code independence across windows, ios, android, mac , web interface - ideally asp.net using mono on unix.

monocross, 1 of 'inspirations' mvvmcross, did support web-based views alongside server-based viewcontrollers.

however, in opinion had limited use, required server-side memory, placed limitations on mobile app design , wasn't programming model many webapps.

if wanted support mvvmcross in webapp at:

  • where put division of logic between web-browser-client , server
  • how server(s) maintain session state
  • how html/javascript clients communicate in-page server
  • how remote-client specific errors overcome

for specific category of apps, there perhaps sense in doing this.

but more general web apps, think there far better solutions out there - using knockout, angular, nancy, fubu, asp.net, etc

mvvmcross remains focussed on rich client apps local in-memory state commonly larger in web-apps.

alternatively...


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -