Skip to content

Commit

Permalink
🐛 Minor tweaks to RTM tutorials
Browse files Browse the repository at this point in the history
Web Application is no longer the default template, so adding
instructions to select it.
Updating all tutorials to require VS2015 Update 3 (and providing a link
to it).

Fixes #214
  • Loading branch information
rowanmiller committed Jul 5, 2016
1 parent 143deeb commit 963001e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/aspnetcore/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Prerequisites

The following prerequisites are needed to complete this walkthrough:

* Visual Studio 2015 Update 2
* `Visual Studio 2015 Update 3 <https://go.microsoft.com/fwlink/?LinkId=691129>`_
* `.NET Core for Visual Studio <https://go.microsoft.com/fwlink/?LinkId=817245>`_
* `Blogging database`_

Expand All @@ -35,7 +35,7 @@ Create a new project
* Select the **ASP.NET Core Web Application (.NET Core)** project template
* Enter **EFGetStarted.AspNetCore.ExistingDb** as the name and click **OK**
* Wait for the **New ASP.NET Core Web Application** dialog to appear
* Ensure that **Authentication** is set to **No Authentication**
* Select the **Web Application** template and ensure that **Authentication** is set to **No Authentication**
* Click **OK**


Expand Down
18 changes: 9 additions & 9 deletions docs/platforms/aspnetcore/new-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Prerequisites

The following prerequisites are needed to complete this walkthrough:

* Visual Studio 2015 Update 3
* `Visual Studio 2015 Update 3 <https://go.microsoft.com/fwlink/?LinkId=691129>`_
* `.NET Core for Visual Studio <https://go.microsoft.com/fwlink/?LinkId=817245>`_

Create a new project
--------------------

* Open Visual Studio 2015
* :menuselection:`File --> New --> Project...`
* From the left menu select :menuselection:`Templates --> Visual C# --> Web`
* Select the **ASP.NET Core Web Application (.NET Core)** project template
* Enter **EFGetStarted.AspNetCore.NewDb** as the name and click **OK**
* Wait for the **New ASP.NET Core Web Application** dialog to appear
* Ensure that **Authentication** is set to **No Authentication**
* Click **OK**
* Open Visual Studio 2015
* :menuselection:`File --> New --> Project...`
* From the left menu select :menuselection:`Templates --> Visual C# --> Web`
* Select the **ASP.NET Core Web Application (.NET Core)** project template
* Enter **EFGetStarted.AspNetCore.NewDb** as the name and click **OK**
* Wait for the **New ASP.NET Core Web Application** dialog to appear
* Select the **Web Application** template and ensure that **Authentication** is set to **No Authentication**
* Click **OK**

.. caution::
If you use **Individual User Accounts** instead of **None** for **Authentication** then an Entity Framework model will be added to your project in `Models\\IdentityModel.cs`. Using the techniques you will learn in this walkthrough, you can choose to add a second model, or extend this existing model to contain your entity classes.
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/full-dotnet/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Prerequisites

The following prerequisites are needed to complete this walkthrough:

* Visual Studio 2015 Update 3
* `Visual Studio 2015 Update 3 <https://go.microsoft.com/fwlink/?LinkId=691129>`_
* `Latest version of NuGet Package Manager <https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d>`_
* `Latest version of Windows PowerShell <https://www.microsoft.com/en-us/download/details.aspx?id=40855>`_
* `Blogging database`_
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/full-dotnet/new-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Prerequisites

The following prerequisites are needed to complete this walkthrough:

* Visual Studio 2015 Update 3
* `Visual Studio 2015 Update 3 <https://go.microsoft.com/fwlink/?LinkId=691129>`_
* `Latest version of NuGet Package Manager <https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d>`_
* `Latest version of Windows PowerShell <https://www.microsoft.com/en-us/download/details.aspx?id=40855>`_

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/uwp/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Prerequisites

The following items are required to complete this walkthrough:
- Windows 10
- Visual Studio 2015 Update 3
- `Visual Studio 2015 Update 3 <https://go.microsoft.com/fwlink/?LinkId=691129>`_
- The latest version of `Windows 10 Developer Tools <https://dev.windows.com/en-us/downloads>`_

Create a new project
Expand Down

0 comments on commit 963001e

Please sign in to comment.