tags:

views:

35

answers:

1

I am deciding upon a view in my ASP.NET MVC scenario. How can Silverlight fit here? Please can you explain in detail and point to some examples.

A: 
  1. User sends a request to your controller action passing some parameters
  2. The controller receives the request and renders an HTML view embedding the Silverlight plugin passing parameters to it
  3. The plugin initializes and renders data
Darin Dimitrov