In this chapter, you learned about dragging charts into the page and then making them work with some simple tables inside SQL Server through C# as the language that connects the page and the database. You placed a chart into the HTML page, added a new table to the People database, enabled auto-incrementation, added values to the new table, added a namespace, built a connection string, wrote a SQL query, opened the connection and made a SQL data reader, ran the program, and finally modified it to display the Y values.
In the next chapter, you will learn how to use LINQ together with SQL and SQL Server.