Revisiting Charting with ASP.NET and LINQ
Posted by: K. Scott Allen,
on 14 Feb 2011 |
View original | Bookmarked: 0 time(s)
Once upon a time I wrote an article titled Charting with ASP.NET and LINQ. At the time I used a combination of WebForms, WCF, the Microsoft AJAX libraries, and the Microsoft chart control. I had some time to revisit the topic recently and rewrote the sample application using ASP.NET MVC and jQuery. You can download the sample here. The idea behind the sample is to present a dashboard full of charts. Ive worked on a few dashboards over the years, and they are always notoriously difficult to optimize...