Here is the setup. I have a SQL Server database that i need to query. I want to display the information in a Telerik/Devexpress chart control on either an application or site page.
Here is what i was thinking about doing and then those who know better can correct me :)
Create a library dll that has a service with methods that (using the entity framework) return a variety of IEnumerable types. Use an application page with the chart control. In the code behind use the service and bind the data to the chart control.
Any help/ideas on how i should actually do this in Sharepoint Foundation 2010 is very much appreciated.