I am using Visual Studio 2015, Entity Framework v6, and SQL Server 2016 Express. In the past I created a database using a ...SqlConnection... and ...SqlCommand... and stuff the SQL into a string....Now, I am teaching myself EF6 on ...Entity Framework Tuto...