Design choice interactive chart ASP.NET MVC Razor
Which is the best design choice to visualize interactive information in a ASP.NET MVC project with Razor view engine? In example, an interactive chart binded to the database with animations and cool graphic. Could Flash together with actionscript3 be a开发者_JS百科 good alternative?
There are a number of technologies you could use for this:
- Flash / Actionscript
- Flex (charting components might not be free)
- Silverlight
- HTML5 Canvas
- SVG
- etc.
They all have drawbacks (requiring plugins, or in the case of HTML5, not having great browser support), but the best option is probably the one that matches your skills best. If you've years of experience in Flash, it doesn't make sense to use one of the others - you'll just end up creating something less satisfactory at a slower pace.
精彩评论