Commit Graph

3045 Commits (b22f9605b20a0b6edbdedd1f6d957b905b862fb5)

Author SHA1 Message Date
Rick Anderson 1b57ed0619
Update scaffold-identity.md 2018-06-01 18:49:31 -10:00
Luke Latham f350475938
2.1 Sample Updates (Round 5) () 2018-06-01 22:36:04 -05:00
Gordon Hogenson 5d544297f9 Remove H1 here because it's in the include () 2018-06-01 13:33:59 -10:00
Luke Latham a1b473ab4d
Enforce HTTPS update () 2018-06-01 17:18:56 -05:00
Rick Anderson a789013900
Update rp-over-mvc.md () 2018-06-01 07:24:39 -10:00
David Henley ba4e49159a Fixed structure of 2.1 apps with Razor Pages ()
* Fixed structure of 2.1 apps with Razor Pages

Added Shared Folder

* Updates
2018-06-01 09:20:43 -05:00
Thossen 31e3e35643 Create new folder instructions ()
Create new folder in addition to move file
2018-06-01 14:32:38 +02:00
Thossen 80d52698e2 Filename ()
Filename added
2018-06-01 14:00:45 +02:00
Marcel Kirchhoff c6a7a5b5c9 Fixed typo () 2018-06-01 05:27:49 -05:00
David Henley 78e9811d93 Fixed duplicate title () 2018-05-31 23:00:32 -05:00
Edward Brey a9542fafe8 Fix link to metapackage ()
The link in the note that was supposed to be to the new metapackage was instead to the same page that contained the note.
2018-05-31 20:47:34 -05:00
Scott Addie 06d5f6cfb5
Fix Swashbuckle tutorial for 1.x apps ()
Addresses https://github.com/aspnet/Docs/issues/6686 (still need to address deployment concerns)
Addresses https://github.com/aspnet/Docs/issues/5495

**Changes**
- Update 2.1 sample app from RC1 to RTM
- Simplify sample app download link markup

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-1.1&branch=pr-en-us-6761#add-and-configure-swagger-middleware)
2018-05-31 20:32:30 -05:00
Rick Anderson d5676673d9
Test PR () 2018-05-31 15:17:24 -10:00
Luke Latham 2c93f15b02
2.1 Sample Updates (Round 4) () 2018-05-31 20:03:31 -05:00
Luke Latham ff68090f60
Drop unessential pages () 2018-05-31 19:50:18 -05:00
Luke Latham 06ba1dd13a
2.1 Sample Updates (Round 3) () 2018-05-31 18:36:48 -05:00
Ben McCallum 11850f946a Fixing title to align with heading () 2018-05-31 18:31:00 -05:00
Luke Latham 26267a687d
Move env var config down in Generic Host sample () 2018-05-31 17:33:39 -05:00
Rick Anderson 545ff5a632
Merge pull request from aspnet/master
Merge to live 5-31 part 2
2018-05-31 12:01:15 -10:00
Luke Latham a1099a2937
Surface how to use multiple auth providers () 2018-05-31 16:37:58 -05:00
Luke Latham 0bb30ec6e5
Generic Host updates () 2018-05-31 15:59:44 -05:00
Scott Addie 20f3b60901
Update dotnet watch doc for 2.1 ()
Fixes https://github.com/aspnet/Docs/issues/6681

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-2.1&branch=pr-en-us-6756)
2018-05-31 15:09:51 -05:00
Luke Latham 79a435fef3
Revert OpenIddict description change () 2018-05-31 14:41:46 -05:00
jconrey 54ae79bf79 rewording for clarity () 2018-05-31 08:54:03 -10:00
Scott Addie 52c49c924d
Update sample apps to 2.1 RTM ()
Addresses https://github.com/aspnet/Docs/issues/5495

Updates 2 web API samples and a Partial Tag Helper sample from 2.1 RC1 to 2.1 RTM.
2018-05-31 13:24:21 -05:00
Rick Anderson 1e23521665
Update da2.md 2018-05-31 07:39:42 -10:00
Scott Addie e840d54c51 Change .NET Core SDK version text when 2.1 is selected () 2018-05-31 07:29:56 -10:00
Rick Anderson eed4555989
Update working-with-sql.md ()
* Update working-with-sql.md

* Update working-with-sql.md
2018-05-31 07:22:49 -10:00
Scott Addie 01479fd0f0
Change UE to EU in GDPR reference text () 2018-05-31 11:57:40 -05:00
Luke Latham a9bbe63135
2.1 Sample updates (Round 2) () 2018-05-31 11:01:29 -05:00
Caro Caserio 8043826adc C19394: Missing hyperlink due to incorrect structure ()
Hello, @rick-anderson,

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

 Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR  then share your PR number so we can confirm and close this PR.

Many thanks in advance.

When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-31 10:13:40 -05:00
Luke Latham 6fc9fd5823 2.1 Sample updates (Round 1) ()
Addresses  

* This one takes care of the topics in the *fundamentals/host* TOC area, including its three samples.
* All samples verified working with 2.1 RTM bits. 🎉

Ignore the three build warnings. They're fixed on https://github.com/aspnet/Docs/pull/6712.
2018-05-31 09:54:44 -05:00
Luke Latham 1faaf0e1b4 Update Azure Apps extension install instructions ()
Fixes  

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/azure-apps/index?view=aspnetcore-1.0&branch=pr-en-us-6735)

Thanks to @yooakim for pointing out this problem with the topic.
2018-05-31 09:49:51 -05:00
Luke Latham 1ef602b23c Update RunConsoleAsync example () 2018-05-31 09:47:40 -05:00
Luke Latham 64035933b6 Pub to Azure with CLI updates ()
@scottaddie I didn't see your additional comments on  until after I merged it. This makes the updates you requested and a few more. However, I don't have time for a very through review/update of this topic right now. I'm 🏃 😅 work'in those samps forward.
2018-05-31 09:46:45 -05:00
Pete King eac1b590bb Update gdpr.md ()
I believe you mean, "EU" and not "UE".
2018-05-31 09:39:03 -05:00
Ben Rinehart b0f3106021 Update scaffold-identity.md ()
When creating a new PR, please do the following and delete this template text:
Small syntax change.
* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-31 09:23:18 -05:00
Rick Anderson 783c91708a
Update intro to MVC to 2.1 ()
* WIP: Update intro to MVC to 2.1

* WIP: Update intro to MVC to 2.1

* work

* SQL

* controller methods

* validation

* details and delete

* clean up

* clean up
2018-05-30 20:01:13 -10:00
Rick Anderson f1ff366e2d
Update page1.md () 2018-05-30 19:53:45 -10:00
Rick Anderson 4fb17bfe28
Update da1.md () 2018-05-30 19:38:54 -10:00
Rick Anderson 6ebd649f20
Update da2.md 2018-05-30 16:06:52 -10:00
Michael DePouw a714b78098 minor [ApiController] grammar fix () 2018-05-30 14:01:20 -10:00
Luke Latham cdbe0275d5
Repair Enforcing SSL topic moniker range () 2018-05-30 18:16:08 -05:00
Rick Anderson 1cf20df333
remove RC ()
* remove RC

* Update get-started.md
2018-05-30 11:32:45 -10:00
Scott Addie 3660e49601
Remove RC1 text from 2.1 SDK download link ()
Addresses https://github.com/aspnet/Docs/issues/6700

Now that 2.1 has released, the RC1 text should be removed from the download link.
2018-05-30 15:33:12 -05:00
Luke Latham 8aa1b0815c
Use 'webapp' alias for RP template () 2018-05-30 14:48:08 -05:00
Brendan Enrick 6ec799e30f Fixed typo - "rivacy" to "Privacy" ()
When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-30 14:04:40 -05:00
Scott Addie 0324ea5f61
Merge pull request from aspnet/master
Update live with current master
2018-05-30 13:54:23 -05:00
Scott Addie 51ddab89ba
UE edit of 2.1 Whats new doc ()
Fixes https://github.com/aspnet/Docs/issues/6696
2018-05-30 13:43:50 -05:00
Rick Anderson 5a827d6d4f
fix movie () 2018-05-30 08:19:33 -10:00
Rick Anderson 6ca0bef18b
Update live to master 5-30 part 3? ()
* Update net-core-prereqs-windows.md ()

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update RP intro to 2.1 ()

* WIP: Update RP intro to 2.1

* work

* work

* wrk

* wrk

* wrk

* wrk

* wrk

* work

* work

* Scaffolded Razor Pages  PART 3

* Scaffolded Razor Pages  PART 3

* localDB

* localDB

* localDB

* work

* work

* work

* validation

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* work
2018-05-30 08:04:12 -10:00
Rick Anderson 335b8f845f
Update RP intro to 2.1 ()
* WIP: Update RP intro to 2.1

* work

* work

* wrk

* wrk

* wrk

* wrk

* wrk

* work

* work

* Scaffolded Razor Pages  PART 3

* Scaffolded Razor Pages  PART 3

* localDB

* localDB

* localDB

* work

* work

* work

* validation

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* work
2018-05-30 07:54:53 -10:00
Rick Anderson eeec3ba2d5
Update net-core-prereqs-windows.md ()
* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md
2018-05-30 07:44:40 -10:00
Scott Addie 237e12296e
Merge pull request from aspnet/master
Update live with current master
2018-05-30 12:36:44 -05:00
Scott Addie 0fcf0b36fc
Create a "What's new" ToC node ()
Per Dan, create a top-level "What's new" ToC node. This node will ONLY display when version 2.1 is selected. Also, convert the release notes links into "What's new" links. The two external release notes links can be removed.

**Internal Review Pages**
[2.1](https://review.docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.1&branch=pr-en-us-6690)
[2.0](https://review.docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.0&branch=pr-en-us-6690)
[1.1](https://review.docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-1.1&branch=pr-en-us-6690)
2018-05-30 12:31:02 -05:00
Luke Latham a1812fd3be
Update Test, debug, and troubleshoot () 2018-05-30 11:42:10 -05:00
Scott Addie 75d512b374
Merge pull request from aspnet/master
Update live with current master
2018-05-30 10:49:09 -05:00
sbrian26 250f70e622 Added OSS provider Gluu.org (Gluu Server) () 2018-05-30 10:36:57 -05:00
Luke Latham a9821e9822
Update Hosting Bundle Installer instruction () 2018-05-30 10:32:37 -05:00
Rick Anderson 33b32c34d7
Update ui-class.md () 2018-05-29 19:42:46 -10:00
Rick Anderson ba8f4e22b2
Merge pull request from aspnet/master
Merge to live 5-29
2018-05-29 18:34:42 -10:00
Rick Anderson fa588a8984
Migrate from 2.0 to 2.1 ()
* WIP Migrate from 2.0 to 2.1

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* .

* Update 20_21.md

* Update 20_21.md
2018-05-29 16:59:58 -10:00
Harald Nagel c5edc3550f Update BrowserLink instructions for 2.0 to 2.1 ()
* Update BrowserLink instructions for 2.0 to 2.1

Upgrading an ASP.NET Core project from 2.0 to 2.1 requires one to manually add the BrowserLink package.

* Update using-browserlink.md
2018-05-29 16:51:50 -10:00
Luke Latham 67b778897f Add RP page example to Error Handling topic () 2018-05-29 15:49:13 -10:00
Luke Latham c2ef962d9c Logging topic updates ()
Updates

Update
2018-05-29 15:48:23 -10:00
Luke Latham 82a7af93b1 Improve web.config transform content () 2018-05-29 15:47:33 -10:00
Luke Latham a5928a33e1 Cross-link RP filtering to RP conventions ()
Update
2018-05-29 15:47:01 -10:00
Luke Latham 510ec89ff1 Update preview note for Azure App Service () 2018-05-29 15:46:31 -10:00
Luke Latham d1501690ce Forwarded headers updates for Nginx/Apache topics ()
Updates
2018-05-29 15:45:35 -10:00
Luke Latham bb53a8b44f Update Kestrel Host Filtering Middleware guidance ()
* Update Kestrel Host Filtering Middleware guidance

Update

* React to feedback

* React to feedback
2018-05-29 15:45:09 -10:00
Luke Latham 987cb88d73 Update Error Handling custom exception section () 2018-05-29 15:42:50 -10:00
Rick Anderson ef6519167c
Update toc.md () 2018-05-29 15:03:14 -10:00
Luke Latham b8ee7c29a2 Document improved support for integration testing ()
* Integration testing topic

Updates

Updates

Updates

Updates

Updates

Update

* Revert "Merge branch 'guardrex/integration-testing-topic' of https://github.com/aspnet/Docs into guardrex/integration-testing-topic"

This reverts commit 0c8de51aad9f1a183df400c0dc0cf84743baf445, reversing
changes made to ba5c3518ebfdd855907a751d181996cd0f7abee7.

* Updates

* Updates

* Add API ref links

* Updates

* Remove preview notice

* Updates

* Updates

Update

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Update

* Updates

* React to feedback

* Update sample package refs to 2.1.0
2018-05-29 15:02:02 -10:00
Rick Anderson d7bedbce6f
What's new in ASP.NET Core 2.1 ()
* added first draft of asp.net core 2.1 release notes

* WIP: What's new in 2.1

* work

* work

* work

* work

* work

* Update the integration tests section

* Alphabetize metadata

* Update aspnetcore-2.1.md

* Update aspnetcore-2.1.md

* Update aspnetcore-2.1.md

* react to danroth27

* more dan feedback

* Kestrel transport configuration

* Update aspnetcore-2.1.md

* Kestrel endpoint configuration

* Update aspnetcore-2.1.md

* Update aspnetcore-2.1.md

* Kestrel transport configuration update

* Update aspnetcore-2.1.md

* Update aspnetcore-2.1.md ()
2018-05-29 14:26:25 -10:00
Rick Anderson 6eb88ce349
Update model4Win.md () 2018-05-29 13:47:52 -10:00
Rick Anderson 453e1775f3
Update cross-site-scripting.md () 2018-05-29 10:23:10 -10:00
Alfred Myers d977e3882b Fixed minor typo () 2018-05-29 12:20:46 -05:00
Rachel Appel 8e33ddcc8c
continuity updates () 2018-05-29 19:07:25 +02:00
Luke Latham 89c7280c6b
Remove hyphen from "meta-package" () 2018-05-28 09:25:51 -05:00
Luke Latham 30dfc251c0
Update POCO name () 2018-05-28 07:57:13 -05:00
user135711 739120a827 typo () 2018-05-27 09:07:49 -05:00
greg84 5717083edd Made it clear that UseIISIntegration is called by CreateDefaultBuilder () 2018-05-26 17:39:44 -05:00
Rick Anderson 466300d32f
Merge pull request from aspnet/master
Merge to live
2018-05-26 10:13:15 -10:00
Tom Austin f1cb1666d0 Added missing AllowAnonymous to ForgotPassword and ForgotPasswordConfirmation. Previously it was impossible to navigate to these pages unless logged in which makes no sense if you are trying to reset your password. () 2018-05-26 10:07:55 -10:00
user135711 2eeb190414 typo () 2018-05-26 12:57:08 -05:00
Rachel Appel d3d96d1cc1 index update .net client () 2018-05-25 12:24:51 -10:00
Rick Anderson 8f0544fe37
Update index.md 2018-05-25 11:48:16 -10:00
Scott Addie c5b861bcc8
Display SPA docs for 2.0+ and display banners for 2.0 ONLY ()
Fixes https://github.com/aspnet/Docs/issues/6603

**Changes**:
- Make the SPA template docs available for ASP.NET Core 2.0+ only
- Display the template inclusion banner in each doc for 2.0 only

**Internal Review Pages**:
- [ASP.NET Core 2.0](https://review.docs.microsoft.com/en-us/aspnet/core/spa/?branch=pr-en-us-6604&view=aspnetcore-2.0)
- [ASP.NET Core 2.1](https://review.docs.microsoft.com/en-us/aspnet/core/spa/?branch=pr-en-us-6604&view=aspnetcore-2.1)
2018-05-25 14:05:43 -05:00
Andrew Stanton-Nurse 0d724b5c7b update SignalR getting started sample to RC1 ()
We missed a file in the earlier update! 😄 

Also, the ES5 version seemed to be out of date and was missing the `.start` call.
2018-05-25 11:43:08 -05:00
Luke Latham 32b5550281
Fix Kestrel topic code sample () 2018-05-25 10:01:07 -05:00
Luke Latham 828a9d8e77
Protect DP keys with Key Vault () 2018-05-25 09:48:32 -05:00
Luke Latham c4c5400bad
Add Generic Host sample to the Background Tasks topic () 2018-05-25 09:47:11 -05:00
Luke Latham 94cdc234c6 Fix certificate requirement include bug () 2018-05-24 14:42:19 -10:00
Scott Addie 1b94305cc7
Merge pull request from aspnet/master
Update live with current master
2018-05-24 08:57:04 -05:00
Scott Addie 5ffd62e9c6
Clarify SDK version containing Secret Manager tool ()
Fixes https://github.com/aspnet/Docs/issues/6523

**Changes**
- Display the **Install the Secret Manager tool** section for all versions of ASP.NET Core, since it's not safe to assume the .NET Core SDK version being used.
- Include the specific SDK version number which includes the Secret Manager tool
- Add note about tool warning

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?branch=pr-en-us-6564&view=aspnetcore-2.0&tabs=windows#install-the-secret-manager-tool)
2018-05-24 08:48:19 -05:00
Luke Latham f809c37a45
Update Hosting Bundle instruction () 2018-05-23 19:52:08 -05:00
Luke Latham 5d4652a3b5
Drop recommendation for reverse proxy with Kestrel () 2018-05-23 17:12:33 -05:00
Rick Anderson 7807a513bc
Update gdpr.md () 2018-05-23 10:37:16 -10:00
Rick Anderson 0f3ed049dd
Update README.md ()
* Update README.md

* Update README.md
2018-05-23 07:57:37 -10:00
reyou 752c866d3c JSNLog url changed to github link () 2018-05-23 12:53:31 -05:00
Caro Caserio ef2bee10eb CC56645: Update memory.md () 2018-05-23 10:26:28 -05:00
Luke Latham b9343fbc53
Update host on Linux with Nginx () 2018-05-23 09:57:43 -05:00
Rick Anderson 04249ce537
Update toc.md 2018-05-22 17:15:37 -10:00
Rick Anderson 26c7934e67
New doc: GDPR support in ASP.NET Core ()
* GDPR templates

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* react to feedback
2018-05-22 17:09:19 -10:00
Rachel Appel a7ba116557
SignalR .NET Client ()
* SignalR .NET Client

* minor changes

* rc1 updates;fixes;etc

* fixes from scott feedback

* dfowler changes

* code fix

* feedback mods

* remove highlight
2018-05-22 23:01:53 +01:00
Luke Latham b9c408f82a App secrets update ()
Fixes 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-1.0&branch=pr-en-us-6528)

Tiny nits in the app secrets update: "or later" and a couple of comma splices.

What I wrote for another version of this was more explicit. I'm concerned that the current version doesn't tell devs exactly why/how `AddUserSecrets` is added, and it doesn't say that if `CreateDefaultBuilder` isn't used that they'll still need to do it manually.

Starting with ...

> \- Add the user secrets configuration source to the `Startup` constructor:

> Add the user secrets configuration source with a call to \[AddUserSecrets](/dotnet/api/microsoft.extensions.configuration.usersecretsconfigurationextensions.addusersecrets) in the `Startup` constructor:
>
> \[!code-csharp\[](app-secrets/samples/1.1/UserSecrets/Startup.cs?name=snippet_StartupConstructor&highlight=5-8)]
> ::: moniker-end
> ::: moniker range=">= aspnetcore-2.0"
> When a project calls \[CreateDefaultBuilder](/dotnet/api/microsoft.aspnetcore.webhost.createdefaultbuilder) to initialize a new instance of the host with preconfigured defaults, \[AddUserSecrets](/dotnet/api/microsoft.extensions.configuration.usersecretsconfigurationextensions.addusersecrets) is called when the \[EnvironmentName](/dotnet/api/microsoft.aspnetcore.hosting.ihostingenvironment.environmentname) is \[Development](/dotnet/api/microsoft.aspnetcore.hosting.environmentname.development):
>
> \[!code-csharp\[](app-secrets/samples/2.1/UserSecrets/Program.cs?name=snippet_CreateWebHostBuilder&highlight=2)]
>
> When `CreateDefaultBuilder` isn't called during host construction, add the user secrets configuration source with a call to \[AddUserSecrets](/dotnet/api/microsoft.extensions.configuration.usersecretsconfigurationextensions.addusersecrets) in the `Startup` constructor:
>
> \[!code-csharp\[](app-secrets/samples/1.1/UserSecrets/Startup.cs?name=snippet_StartupConstructor&highlight=5-8)]
> ::: moniker-end

Snippet the call to `CreateDefaultBuilder` to show it (line 2 is highlighted) ...

```csharp
#region snippet_CreateWebHostBuilder
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
    WebHost.CreateDefaultBuilder(args)
        .UseStartup<Startup>();
#endregion
```

... and the sample naming issue remains ("1.1" and "2.1" instead of "1.x" and "2.x").

If anything here looks good, I can mod this branch to make additional updates. Otherwise, nevermind. Just spit-ball'in here.
2018-05-22 13:43:02 -05:00
Rachel Appel 1afa74c559
remove browserlink; update sample () 2018-05-22 16:49:08 +01:00
nopara73 f567d0328e Fix format () 2018-05-21 22:57:23 -05:00
Luke Latham f01da69c80
Add extension overload note to change the display name () 2018-05-21 14:36:42 -05:00
Scott Addie dcb9629777
Merge pull request from aspnet/scottaddie/usersecrets-access-patch
Add note about AddUserSecrets in 2.x
2018-05-21 09:39:58 -05:00
Luke Latham ea764e1dd9
Add TH links to TOC () 2018-05-21 09:36:00 -05:00
Luke Latham d95fa4b7e4
Repair broken link () 2018-05-21 07:49:21 -05:00
Scott Addie 8594f2be8e Add note about AddUserSecrets in 2.x 2018-05-18 15:01:17 -05:00
Rick Anderson ae2499d47f
Update model.md ()
* Update model.md

* Update model.md
2018-05-18 09:28:07 -10:00
Luke Latham 8e8824e0d2 Link ConfigureServices text to app startup content () 2018-05-18 07:24:37 -10:00
Luke Latham 57e676a702
Remove Samples (uppercase) folder () 2018-05-18 10:35:48 -05:00
Scott Addie 28c33483a9
UE edit of Razor file compilation doc ()
* UE edit of Razor file compilation doc

* More edits

* Include .NET Framework csproj file

* More edits

* Apply more versioning moniker changes

* More cleanup
2018-05-18 10:08:48 -05:00
Luke Latham 876849285c
Change sample folder casing () 2018-05-18 10:06:43 -05:00
Michael DePouw 4c8ea3b7e4 Add reference to RequireAssertion() () 2018-05-18 09:57:26 -05:00
Scott Addie 7d10c9d88b
Add Internet Explorer note to Windows web API tutorial ()
* Add note regarding IE download of JSON output

* Change verbiage
2018-05-17 16:34:09 -05:00
Scott Addie 979a70c830
Add OS tabs to user secrets doc ()
* Add OS tabs to user secrets doc

* Add commas

* Indent tabbed content

* Add line breaks
2018-05-17 11:21:33 -05:00
Ben Gribaudo e19046df13 Clarifying TempData cookie encryption ()
* Clarifying TempData cookie encryption

Current wording suggests the possibilty that `Base64UrlTextEncoder` is both encoding and encrypting `TempData`'s cookie data. Clarifying that encryption is handled by a different (and more appropriate) class.

* Removing a "the"

* Minor edits
2018-05-17 10:39:42 -05:00
Rick Anderson a717cc215e
Update metapackage-app.md () 2018-05-16 19:30:44 -10:00
Rick Anderson 9bd16dc3d7
Update scaffold-identity.md ()
* Update scaffold-identity.md

* Update scaffold-identity.md

* Update scaffold-identity.md
2018-05-16 15:39:48 -10:00
Scott Addie 8d6d49eb3b Update user secrets doc to 2.x ()
* Update user secrets doc to 2.x

* Introduce another section for adding secrets

* More changes

* More changes

* Add CLI output

* Document more CLI command options

* Add installation note about .NET Core SDK 2.1

* More changes

* Indent code snippets within tabs

* Dedent code snippets

* Add code sample for AddEnvironmentVariables

* Fix code import

* Move text

* Improve examples

* Consolidate csproj files

* Add string replacement section

* Fix code snippet types

* Minor tweaks

* More changes

* Swap ordering of sections

* Move help command out of tabs

* Simplify installation instructions

* Indent command

* Simplification

* More simplification

* React to feedback
2018-05-16 13:33:38 -10:00
Rick Anderson 5fb06ed4fd
Update toc.md () 2018-05-16 13:30:02 -10:00
Rick Anderson 370d6b8e03
Update id-scaffold-dlg-auth.md () 2018-05-16 13:29:16 -10:00
Rick Anderson 9b7a1fa89f
Update scaffold-identity.md () 2018-05-16 13:25:54 -10:00
Rick Anderson 06ef373551
Identity Scaffolder ()
* Identity Scaffolder

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-05-16 13:12:09 -10:00
Luke Latham ff8cbbf31c Add HTTPS setup instructions for IIS Dev scenario ()
* Add HTTPS setup instructions for IIS Dev scenario

Updates

Updates

* Cross-link to Enforcing SSL topic

* React to feedback
2018-05-16 16:10:00 -05:00
Luke Latham 7c30c9bdf7
Host updates (Generic Host topic) () 2018-05-16 16:09:24 -05:00
Rick Anderson 584c2838d5
partial warning ()
* partial warning

* partial warning

* Update troubleshoot.md
2018-05-16 08:25:13 -10:00
Rick Anderson d2bd6f2049
Add M.A.App to TOC ()
* Add M.A.App to TOC

* Add M.A.App to TOC
2018-05-15 18:38:32 -10:00
Rick Anderson 694784c90c
Microsoft.AspNetCore.App metapackage ()
* Microsoft.AspNetCore.App metapackage

* work

* work

* version number

* work

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2018-05-15 18:06:28 -10:00
wooleyra 4a6c13dd8a Capitalize search string 'Ghost' in URL segment ()
Since the searching method in SQLite is case-sensative, the example should pass the search string in the correct case.
2018-05-14 18:17:22 -10:00
Rick Anderson 8e628b423c
Update read-related-data.md () 2018-05-14 16:28:59 -10:00
CodeNotFound d3814fe891 Those methods are not defined at the Hub class ()
* Those methods are not defined at the Hub class

The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :

| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group  |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections  |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method  |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |

So I think it might good to move all those methods description to the first table whic talk about `Clients` property.

* Update hubs.md

Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
2018-05-14 21:48:58 +01:00
Caro Caserio 019872914a CC56109: Extra spaces to avoid loc issues ()
* CC56109: Extra spaces to avoid loc issues 

Hello, @Rick-Anderson,

This proposed file change comes from https://github.com/aspnet/Docs.ja-jp/pull/29/files. 
Could you review this contribution and help to merge if agreed?

Many thanks in advance.

* Update model2.md

* Remove extra space
2018-05-14 12:46:29 -05:00
CodeNotFound fbe07fe9ab Update Index.cshtml () 2018-05-14 17:36:58 +01:00
Luke Latham 7d9b750349 Quote appid param values () 2018-05-14 09:34:12 -05:00
Joseph Garrone 16012c7621 Add missing quotation mark to ssl binding command () 2018-05-14 07:05:53 -05:00
Luke Latham ddd7928c57 Update image () 2018-05-12 14:00:12 -10:00
user135711 52eccf2ff1 fix null ptr () 2018-05-12 13:59:25 -10:00
Rick Anderson 059bbc60f7
replace tdykstra with rick-anderson () 2018-05-12 13:55:26 -10:00
Scott Addie 8d723932c2 Simplify 2.1 metapackage reference () 2018-05-12 07:56:38 -10:00
BusyCoding a32fbb4351 EF Migrations vs. Swashbuckle ()
* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.

* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.
2018-05-12 08:19:20 -05:00
Pranav K 2d616b9bd3 Update view-compilation.md ()
* Update view-compilation.md

* Update view-compilation.md ()
2018-05-11 15:48:26 -10:00
Rick Anderson 16f10606c8
Update index.md () 2018-05-11 15:01:30 -10:00
Rick Anderson 5b4de4e991
Update localization.md () 2018-05-11 14:21:05 -10:00
Rick Anderson 7a2b517b72
Update preview to RC1 ()
* remove preview

* rc
2018-05-11 14:03:53 -10:00
user135711 1774c842bf Fix property accessor ()
* Fix Np Completeness resolution and reference passing instead of primitive and strange variable assignment.

* Fix constructor description

* Update change-tokens.md

* Update change-tokens.md
2018-05-11 18:49:34 -05:00
user135711 807d643840 Delete Self link ()
Links to self
2018-05-11 15:54:27 -05:00
user135711 82534d5b7b typo () 2018-05-11 15:51:27 -05:00
Luke Latham 3388c6f5bc
Angle bracket patch in Hosting topic () 2018-05-11 12:49:27 -05:00
reyou 9949ced35a string interpolation added. () 2018-05-11 12:01:34 -05:00
Scott Addie 9e866b8908
UE edit 2018-05-11 11:18:22 -05:00
Scott Addie b1301a092c
Add ASP.NET 4.x WebHooks app model to table () 2018-05-11 10:41:01 -05:00
Luke Latham 49e38929e5
Revert tab controls () 2018-05-10 19:58:40 -05:00
Scott Addie 8f31d5a632
Add example of retrieving session value from view () 2018-05-10 19:44:37 -05:00
Luke Latham 0f0cd06321
Update libuv references in Kestrel docs () 2018-05-10 16:11:56 -05:00
Scott Addie 442c91ac19
UE edit of Get Started doc ()
* Fix Markdownlint warnings and add include

* Convert title to sentence case

* Fix invalid moniker range
2018-05-10 11:40:06 -05:00
Mike Rousos 178a00c696 Microsoft.AspNetCore.Mvc.WebApiCompatShim docs ()
* Add a section on `Microsoft.AspNetCore.Mvc.WebApiCompatShim` to Web API migration docs

* WebAPIcompatShim minor edits

* Minor tweaks
2018-05-10 11:01:32 -05:00
Rachel Appel aeaad9941e
fix code highlight;add addtl links () 2018-05-10 13:18:47 +01:00
Rick Anderson 2e6e0d84db
Update dependency-injection.md ()
* Update dependency-injection.md

* Update dependency-injection.md
2018-05-09 13:56:20 -10:00
Scott Addie 31be69874d Add sample app download links to help page tutorials () 2018-05-09 11:25:09 -10:00
Scott Addie 891f4f93f9 Add Publish to Azure link to SignalR index page () 2018-05-09 21:48:08 +01:00
Luke Latham 7139c4fd31
Document ViewData-backed properties () 2018-05-09 15:05:43 -05:00
Scott Addie 99b4ad3d1c
Update Swagger tutorials for 2.1 ()
* Update Swagger tutorials for 2.1

* Improve PMC instructions

* Verbiage tweaks

* Fix code highlighting in NSwag tutorial

* Remove unnecessary screenshots

* Apply 2.1 moniker to Swashbuckle tutorial

* Replace line numbers with region name

* NSwag 2.1 sample app updates

* Update Data annotations section of NSwag doc

* Add tip to NSwag doc

* Minor tweaks

* NSwag doc updates

* Fix API ref links

* Add section for adding API info

* Add sentence to Customize section

* Convert H2 heading to H3

* React to feedback
2018-05-09 14:54:24 -05:00
Scott Addie d05ede2aef
Fix incorrect method name reference () 2018-05-09 14:51:05 -05:00
Scott Addie 5331a0b962
Add link to ActionResult<T> API ref () 2018-05-09 14:01:57 -05:00
Scott Addie 5bc8ba8b55
Link to ApiControllerAttribute API ref () 2018-05-09 13:42:41 -05:00
Rick Anderson 14506d8a3b
Update view-components.md () 2018-05-09 08:40:55 -10:00
Rick Anderson a259ca5f05
Required ()
* Required

* Required

* Required

* Required

* Required

* Update index.md
2018-05-09 08:00:16 -10:00
Rick Anderson 9cf30af1c0
Update validation.md () 2018-05-09 07:56:45 -10:00
Rachel Appel daceeca6d9
code highlight numbers change () 2018-05-09 16:01:51 +01:00
Lars Wilhelmsen 62ecb370d1 Correction: ConfigurationBuilder -> Configuration in comment ()
* Correction: ConfigurationBuilder -> Configuration in comment

Fixed the comment

* Correct spelling mistake
2018-05-09 09:57:16 -05:00
user135711 dba37d09f0 typo ()
* typo

* Quick UE pass
2018-05-09 09:44:44 -05:00
Steve Gordon 1d228dd46c Updating HttpClientFactory sample project to use RC1 bits () 2018-05-09 09:19:01 -05:00
Rachel Appel de83620e4c
fix highlights () 2018-05-09 13:57:56 +01:00
Simon Cropp afd3176f6d add link to Microsoft.AspNetCore.TestHost nuget () 2018-05-08 22:53:13 -05:00
Rick Anderson dd0081eab2
Secure user data sample help () 2018-05-08 16:40:58 -10:00
damienbod 9fb4d84b60 link fix for line 38 => services.AddSignalR(); () 2018-05-09 00:29:49 +01:00
Rick Anderson cf522ea706
Update razor.md () 2018-05-08 10:16:57 -10:00
Joakim Carselind 6e6892af83 Escape environment values service files () 2018-05-08 13:13:29 -05:00
Scott Addie 2ea94bf898
Upgrade Partial Tag Helper sample app to 2.1 RC1 () 2018-05-08 08:51:14 -05:00
Scott Addie 6e8e06c7c0
Web API tutorial 2.1 versioning cleanup ()
* Web API tutorial 2.1 versioning cleanup

* Upgrade metapackage to 2.1 RC1

* Expand upon explanation of JSON

* Update dates in metadata
2018-05-08 08:25:08 -05:00
Scott Addie 75dbd52aa5
remove 2.1 preview notice include 2018-05-08 07:37:26 -05:00
user135711 cf25bdf210 missing db vscode api () 2018-05-08 07:12:42 -05:00
Rick Anderson 88ec2d7c84
Remaing includes () 2018-05-07 13:45:26 -10:00
Rick Anderson 25eb2d52c6
Update 2.1-SDK.md () 2018-05-07 12:38:30 -10:00
Rick Anderson 1ab1a48874
remove not for production ()
* remove not for production

* 2.1 preview notice removal patch ()
2018-05-07 12:35:47 -10:00
Rick Anderson c6d4e834cd
apply monikers ()
* apply monikers

* apply monikers

* apply monikers

* apply monikers
2018-05-07 10:25:07 -10:00
Mike Rousos 8609b22061 IAuthorizationPolicyProvider documentation ()
* Initial IAuthorizationPolicyProvider documentation

* Fix links to use xref pattern

* Adjust some phrasing to use more second-person perspective, more active voice, and less future tense

(as suggested by https://github.com/dotnet/docs/blob/master/styleguide/voice-tone.md)

* A few more readability/style tweaks

* Update iauthorizationpolicyprovider.md

* Update iauthorizationpolicyprovider.md

* A few tweaks based on PR feedback

* Readability improvements based on PR feedback

* Include external policy providers as a reason for using `IAuthorizatonPolicyProvider`
2018-05-07 10:09:51 -10:00
Luke Latham 4cf3968c7b Fix API ref () 2018-05-07 09:25:54 -10:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 ()
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Luke Latham bcdf04f096 Move and rename topic () 2018-05-07 08:53:40 -10:00
Luke Latham cfff3e1a30 Broken CoreCompat API links ()
* Revert CoreCompat API links

* Fix double backticks
2018-05-07 08:53:22 -10:00
user135711 44cd96cefa wrong api link ()
The extension method in the sample app is different from the linked api page. I was trying to figure something unrelated out, and got confused. Strangely, the same thing occurs in another above link (https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.options.iconfigureoptions-1) which is the wrong api but I didn't fix it because the autogenerated api doesn't have the correct extension method where it should [be] (https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.optionsservicecollectionextensions.configure?view=aspnetcore-2.0&viewFallbackFrom=aspnetcore-2.1#Microsoft_Extensions_DependencyInjection_OptionsServiceCollectionExtensions_Configure__1_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Action___0__)
2018-05-07 08:52:21 -10:00
Luke Latham 5cb8e8d44f Fix typos ()
* Fix typos

* Touch-up

* Update
2018-05-07 08:49:38 -10:00
Rick Anderson 67bb5a4991
NO SDK ()
* NO SDK

* NO SDK

* NO SDK

* NO SDK
2018-05-07 07:54:15 -10:00
Rick Anderson 2e955bc7fa
Update facebook-logins.md ()
* Update facebook-logins.md

* Update facebook-logins.md
2018-05-07 07:53:29 -10:00
user135711 620ebaa3bd typo () 2018-05-07 08:12:04 -05:00
user135711 1776d59a1a typo () 2018-05-07 08:11:33 -05:00
user135711 de6b6785c5 typo () 2018-05-07 08:11:10 -05:00
Rick Anderson cf87093ebf
ID missing ()
* ID missing

* ID missing
2018-05-05 08:30:06 -10:00
Rick Anderson ff14d2c4fd
Update enforcing-ssl.md () 2018-05-04 14:34:43 -10:00
Scott Addie 1564050871
Convert TOC link title to sentence case 2018-05-04 14:17:34 -05:00
Luke Latham 8107a26c54 Small wording patch () 2018-05-04 12:53:13 -05:00
Scott Addie 5cd2d22404
Add ClaimsPrincipal.Current migration link to TOC () 2018-05-04 12:46:39 -05:00
Scott Addie aa57733224
Remove empty Markdown file () 2018-05-04 12:40:09 -05:00
Luke Latham 38b81dce7f Remove double backticks () 2018-05-04 11:59:25 -05:00
Mike Rousos c23d4c3150 ClaimsPrincipal.Current Migration Docs ()
* Add a short migration doc page explaining how to migrate `ClaimsPrincipal.Current` usage

* Update file names to work with xref cross-references

* UE edit
2018-05-04 11:51:22 -05:00
Isaac Levin d02c94cde7 Core Identity Documentation Updates ()
* intiial commit for membership to Core Identity

* Update membership-to-core-identity.md

* fix sql script

* updates for Barry

* Style guide changes

* udpates to Migration Index Node and MVC Walkthrough

* updates to configuration and sample

* fixes to MVC steps

* udpates to proper to core identity doc and sample

* image resizing

* updates to webapi

* update to error section

* Minor tweaks to mvc.md

* Change snippet type

* remove references to bower in samples/readmes

* udpates for Scott

* updates to TOC

* updates

* Minor tweaks to membership-to-core-identity.md

* updates

* fix namespace

* Minor verbiage tweaks

* Simplify link title in TOC

* Shorten link title again

* Fix indentation of PackageReference node

* Quick UE edit

* Minor tweaks to configuration.md

* Remove unnecessary screenshots

* remove files

* Remove extra word

* Verbiage tweak

* Fix broken link

* Minor tweaks to mvc.md

* Improve readability of _Layout.cshtml

* Minor tweaks to mvc.md

* remove extra space

* Fix indentation issues
2018-05-04 10:29:28 -05:00
Pranav K 17b9ad6b59 Update sdk () 2018-05-03 14:40:37 -05:00
Luke Latham f01c69f86b TOC and topic renaming with "feature" removals ()
* TOC and topic renaming work

* Updates

* TOC and topic renaming work

Updates

* Updates
2018-05-03 14:38:00 -05:00
Rick Anderson dfa4036066 Apply moniker to 2fa () 2018-05-03 09:37:00 -05:00
Austin Drenski ae196b13b4 Inconsistent capitalization typo () 2018-05-03 08:51:55 -05:00
Adrian Clark 76054387c8 Correct Code Sample Method Reference ()
The code sample and explaining text appear to be out of sync. This is a correction of the reference made to a function name in the surrounding text of the sample.
2018-05-02 17:57:28 -05:00
Luke Latham 7048bb8fbf API link updates ()
* API link updates

Updates

One more!

Fix bookmark

Mo updates

More updates

Updates

Updates

* Update action-return-types.md

* Update index.md

* Update concurrency.md

* Update intro.md

* Update localization.md

* Update search.md
2018-05-02 14:45:06 -05:00
Scott Addie 5879d8aef6
IHttpClientFactory doc cleanup ()
* IHttpClientFactory sample app cleanup

* More code cleanup

* Fix code highlighting
2018-05-02 14:14:00 -05:00
Rick Anderson e534ef17aa
Update authoring.md ()
* Update authoring.md

* Update authoring.md
2018-05-02 08:38:45 -10:00
Luke Latham 5b35cc59de Sample lib assets () 2018-05-02 08:37:22 -10:00
Anthony Bush f5dac0ff84 Embrace markdown: make endpoints doc readable () 2018-05-02 13:31:10 -05:00
Steve Gordon 039252bc7a Starting work on HttpClientFactory documentation ()
Starting work on HttpClientFactory documentation
2018-05-02 12:50:34 -05:00
user135711 260297eef4 typo () 2018-05-02 10:44:29 -05:00
Rick Anderson 0af1275501
Update ui-class.md () 2018-05-01 18:16:10 -10:00
Rick Anderson 00abcf3cbb
Update index.md () 2018-05-01 18:15:16 -10:00
Rick Anderson 8b62e71f85
Document that [FromRoute] does not unescape %2F ()
* Update index.md

* Minor tweaks
2018-05-01 17:41:08 -10:00
rick-anderson d0c8f33e74 Add RCL to TOC 2018-05-01 17:17:14 -10:00
Rick Anderson 4d47c73122
RCL - aka Razor UI Class ()
* WIP: Razor UI Class

* work

* work

* work

* work

* work

* work

* work

* work

* solid draft

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-05-01 16:56:23 -10:00
Scott Addie c32e2a15c2 Add 2.1 preview notice to Web API tutorials () 2018-05-01 14:52:34 -10:00
Rick Anderson 08d508227f
Update model2.md () 2018-05-01 14:49:01 -10:00
Rick Anderson b3504ba929
Remove suggestion to create custom logger ()
Fixes 
2018-05-01 14:43:56 -10:00
Luke Latham b3d1784598
Razor Pages map HEAD requests to GET handler () 2018-05-01 18:20:11 -05:00
Luke Latham 7c5772323f
New kestrel configuration & related APIs () 2018-05-01 18:17:21 -05:00
Luke Latham 2bdad79839
Document update to launchSettings.json () 2018-05-01 18:15:50 -05:00
Rachel Appel 084cdbf3f0
added full code sample ()
* added full code sample

* fix
2018-05-01 18:24:32 -04:00
Scott Addie 4354bbc791
Remove unnecessary screenshots from VS Web API tutorial () 2018-05-01 14:22:02 -05:00
Rick Anderson b68f111c8d
Razor include, prefer RP to MVC ()
* Update razor.md

* Update razor.md
2018-05-01 08:33:25 -10:00
Scott Addie 265c04a130
Remove extra space in link syntax 2018-05-01 12:51:19 -05:00
Scott Addie d377a5f126
Add 2.1 Web API VS tutorial screenshot () 2018-05-01 10:48:09 -05:00
Luke Latham eea51ccc88 Add AllowedHosts ()
* Add AllowedHosts

* React to feedback; try an in-cell list

* React to feedback
2018-05-01 10:16:01 -05:00
user135711 1584a58c9b Change jquery onready to IIFE ()
* Changed unobtrusive call from onready to IIFE

* Convert to shorthand document.ready function
2018-04-30 14:16:38 -05:00
Luke Latham 680b767d4f Add using requirement note () 2018-04-30 13:37:59 -05:00
Nuri YILMAZ c15f90eff2 few missed lines () 2018-04-30 13:25:07 -05:00
Luke Latham 909fdb9428
Response Caching Middleware enchancements () 2018-04-30 13:11:11 -05:00
Aaron Chong b470c8854d Add step for vscode to signalr get started doc () 2018-04-29 09:15:13 -04:00
Rick Anderson 3fc1cb9bb1
Update platform-specific-configuration.md () 2018-04-28 08:56:37 -10:00
Rick Anderson 50639ffc81
WIP disable livefyre/enable GH issues ()
* WIP disable livefyre/enable GH issues

* Update docfx.json

* feedback_product_url
2018-04-27 11:58:20 -10:00
Scott Addie bb4be4768b
Update Web API tutorials for 2.1 ()
* Update Web API tutorials for 2.1

* 3 --> three

* Fix line highlighting

* Fix Acrolinx errors

* Replace .html extension with .js

* JavaScript code samples cleanup

* Code sample cleanup

* Replace incorrect VS Code download link

* Update old screenshot

* Apply version zones

* Add more versioning zones

* Adjust csproj sample includes

* Add API ref links

* Verbiage tweaks

* Verbiage tweaks

* Update Next steps section

* Apply zoned versioning to macOS tutorial

* Simplify controllers

* Adjust models notes

* Code refactorings

* Restore named route verbiage

* Tweak named route verbiage in macOS tutorial

* Update old screenshot

* Simplify instructions

* Remove Required attributes

* Remove unused imports

* Update old screenshot

* Update Postman screenshots

* Delete unused screenshot

* Update verbiage

* Update verbiage in Windows tutorial

* Separate JS from HTML

* Make JS code snippets more manageable

* Small tweaks to macOS tutorial

* Remove unused screenshot

* React to feedback
2018-04-27 16:54:40 -05:00