Home » ASP.NET Basics » 02 - Using Visual Web Developer Express 2005
2
Database Explorer
Explaining the functions and uses of the database explorer
Later in our project, we will be working with data. The list of books, authors, site users and all such data are stored using database software like Microsoft's SQL Server Express 2005. The Database Explorer window displays a list of the databases we have in our project. We can even display data on our page just by dragging and dropping it from the Database Explorer window, without writing a single line of code!