Database are useful to store and retrieve data in a structured way.Database can be access at run time in your site, which means you are no longer limited to just the relatively static files you create at design time in Visual Studio. You can use a database to access the data from ASPX pages.ADO.NET is the technology that .NET applications use to interact with the database. The most common way to manage data is to use a database.