Session 1 : Elaborate steps for Visual Studio with diagrams
-
In the initial instruction of Session 1, while clear steps have been enunciated for command line, the Visual Studio code has been left to the discretion of workshop participant.
-
In VS, perhaps we can give a name to the solution. But more importantly we need to mention that VS Project created should be named 'Backend'. This step is only made explicit for the cmdline users.

Also there is no "Web Api" to be selected, there is an API template that is available under .Net Core | ASP.Net Core Web Application

Also shouldn't the Microsoft Entity framework namespace be imported to the Speaker class?

Also my VS intellisense is not getting CreateScope() Build().Services.
