I play with MVC 4 using C #, ASP.NET and Razor. I installed the basic CRUD functionality using MS SQL Server and everything works fine.
Now I would like to display this data in graphical format. I love the Google Charts API and implemented charts using static examples of arrays without any problems.
The problem I am facing right now is that I cannot find many manuals / links that explain how to display my MS SQL data in Google graphics cards using MVC-ish.
source
share