Home » C# Basics » 02 - Using Visual C# 2005 Express Edition
2
Database Explorer
Explains the uses and function of the database explorer window in the Visual C# IDE
Developing windows applications involve working with data. The data is usually stored using database software like Microsoft's SQL Server Express 2005, MS-Access, XML files or text files. The Database Explorer window displays a list of the databases in a project. Connecting to the database and performing various data access operations can be done using the database explorer window.