ASP.NET MVC3 vs Silverlight4 -


why these 2 tecnologies? key decisions choosing 1 of them? guidelines , scenarios?

asp.net mvc3 provides several capabilities silverlight4 not: ...

silverlight4 provides several capabilities asp.net mvc 3 not: ...

more: html5? , asp.net web app?

can explain? thx.

your question extensive , can in opinion not answered without knowing want or scenario be.

basically there's 1 important difference between mentioned technologies: asp.net , asp.net mvc server side technologies while silverlight , html5 applications running on client system.

that means have decide if server application better because e.g. handle lots of server data calculated simple result transfered client or if want use client application can have more complex ui user can use without need of data transfer ajax, postbacks etc.

of course have think security, too. more code runs on client side, more ways exist attack code. of course there examples of server site application designed unsafe that's point..

i suggest first of think result want achieve , think technology suites needs.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -