Hi All
I am about to make a web application that should contain grids with huge portions of data, where speed is of the essence (filtering, sorting, editing...), and the client wants it made with Silverlight controls;
So, my question is, which path should I choose:
- make it in Silverlight from scratch, or
- combine ASP.NET MVC project with Silverlight
What benefit will the integration of MVC with Silverlight give me, if any?! Will it be fast still?
I suppose that all the data transfer from the Model->Controller->View->SilverlightControl would take loads of time...
I'll be grateful for any advice Thanks