Description of ADO.NET Series - Connecting with a Database :
ADO.NET Series - Connecting with a Database is an article in which the author gives the explanation about how to establish the SQL-Server database connection using the SqlConnection class in ASP.NET. The author creates an object for SqlConnection to open and close the database connection and displays the message about the connection state in the StateChanged event which fires when there is a change in the state of the connection.