- Open Visual Studio 2017.
- Now, open the solution from the previous recipe. Click File | Open | Open Project/Solution, or press Ctrl + Shift + O, and select the Chapter2.Linq solution.
- Press Ctrl + Shift + B for a quick build to check that everything is fine.
- Now, click on the Chapter2.Linq solution label. Click File | Add | New Project.
- In the Add New Project template dialog box, expand the Visual C# node in the left-hand pane.
- Select Web and then ASP.NET Web Application (.NET Framework) in the right-hand pane:
- Now, in the Name: text box, type Chapter2.Linq.QueriesMVC as the name and leave the Location: text box at its ...