Setting up our sample database
In this chapter, we will be demonstrating the difference between how different collection interfaces handle data. For our demonstrations, we require access to database data. To do so, we will create a database, add a table to it, and populate it with data. We will use SQL Server for our database engine and SQL Server Management Studio to develop our sample database.
To add our database, follow these steps:
- Open SQL Server Management Studio and connect to your database engine.
- Right-click on the Databases folder in Object Explorer, as shown in the following screenshot:
- Select New Database from the context menu. This will display the New Database dialog, as shown in the following screenshot:
- Once you have entered
SampleData...