* 2.0 update of Limiting identity by scheme doc
* Update 2.0 code snippet
* add link to what css auto-sync is
* Remove unnecessary anchor
* Update note for 2.0
* Update doc to state that CookieTempData is the default (#4350)
* Update doc to state that CookieTempData is the default
In ASP.NET Core 2.0 the Cookie TempData provider is the default, not session state.
* Feedback + restructuring the text
* Add more explanation of choosing a TempData provider
Also fixed formatting and headings
* Update app-state.md
* Update app-state.md (#4525)
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Minor edits
* Provide more context in last code snippet
* Dedent code snippet
* Convert link to xref style
* React to feedback
* Remove unnecessary anchors from social auth docs
* MVC Core --> Core MVC
* Update limitingidentitybyscheme.md
* Fix incorrect file name in QR Code doc
* Minor tweaks
* application --> app
* Implement Rick's suggestion in cookie doc
* Implement Rick's suggestion in cookie doc
* Remove link to "Quick Guide"
* Change html code snippet types to cshtml
* Update sql.md
* Remove unnecessary markup from top of the document
* React to feedback
* Escape underscores
* Change snippet types to cshtml
* Fence it!
* Convert to xref link
* HTML --> cshtml
* Remove Localization.AspNetCore.TagHelpers package mention (#4553)
* Update index.md
* fix illegal links
aspnetcore/security/authorization/policies.md
• Line 19: [Warning] Illegal link: `[role authorization](roles.md#security-authorization-role-based)` -- missing bookmark. The file security/authorization/roles.md doesn't contain a bookmark named security-authorization-role-based.
• Line 19: [Warning] Illegal link: `[claims authorization](claims.md#security-authorization-claims-based)` -- missing bookmark. The file security/authorization/claims.md doesn't contain a bookmark named security-authorization-claims-based.
* Fix invalid bookmarks (#4570)
* Included closing brace in code sample (#4569)
* Used an explicit code sample rather than a snippet.
The snippet is from a larger class, this modification allows it to be copied and build without modification.
* Included closing brace in link to example as suggested
* Used an explicit code sample rather than a snippet.
The snippet is from a larger class, this modification allows it to be copied and build without modification.
* Included closing brace in link to example as suggested
* Update doc to state that CookieTempData is the default
In ASP.NET Core 2.0 the Cookie TempData provider is the default, not session state.
* Feedback + restructuring the text
* Add more explanation of choosing a TempData provider
Also fixed formatting and headings
* Update app-state.md
* Update app-state.md (#4525)
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Update app-state.md
Due to the changes coming along for https://github.com/aspnet/templating/issues/48, samples will get *lib* folder static assets that Bower would have normally provided when the app is built/published.
Side Note: We'll also include bundled+minified styles and scripts that `BundlerMinifier.Core` would have produced for the app.
Therefore, future new samples and existing sample updates should contain all of the static assets they need to run (*lib* folder and *.min.* CSS and JS files) and Bower+`BunderMinifier.Core` shouldn't be part of the app (no configuration files for these features and no targets and package+tooling references in the project file).
cc/ @Rick-Anderson
* Add instructions for .NET Framework
* add db context
* Add 'Core' to Swagger tutorial title
* Update link titles
* update root TOC to point to new API ref (#4518)
* update root TOC to point to new API ref
* Update toc.md
* Fix @DateTime.Now reference not resolving (#4521)
xref resolution ends with a white space.
This fix also fixed the broken localized content [here](https://docs.microsoft.com/zh-cn/aspnet/core/getting-started) due to bad xref resolution.
* Fixes#4517 (#4519)
* Update index.md (#4514)
* Update index.md
* windows --> Windows
* Remove HMR section review comment text