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:
- User sends a request to your controller action passing some parameters
- The controller receives the request and renders an HTML view embedding the Silverlight plugin passing parameters to it
- The plugin initializes and renders data
Darin Dimitrov
2010-05-15 12:45:50