/SQLDB-Iterator-2

This project shows how to get all database and tables from your SQL Server. This also shows how to use Tuples, Async-Await, and interpolated strings.

Primary LanguageVisual Basic

SQLDB-Iterator-2

This simple project will help you learn and hopefuly understand:

• How to get all the databases in your SQL Server • How to get all tables for each database in SQL Server • How to use Tuples and return multiple values and data types • Asynchronous Programming using Task, Async and Await • Usage of Interpolated strings and its convenience