Commit Graph

7626 Commits (cb7f7179c5b7d2f0f78f9ce25284a80526ccd236)

Author SHA1 Message Date
Sam Hobbs cb7f7179c5 Update index.md (#11304)
Some Microsoft people are confused about what documentation is and what tutorials are. Perhaps I should not say that that way but I hope it is clear what the differences are. It is understood that tutorials do not provide all the details and documentation is expected to provide all the details and can therefore be confusing sometimes. Tutorials are written to omit details to aid in understanding. Tutorials should not be considered documentation.
2019-03-06 11:31:08 -10:00
Tom Dykstra 582f741dc9
Add displayName fields to ToC (#11287) 2019-03-05 16:53:45 -08:00
jamesche75 10160fa538 Update for 64-bit (#11230) 2019-03-05 18:27:03 -06:00
Rick Anderson 862a7e5099
Update index.md (#11290)
* Update index.md

* Update index.md

* Update aspnetcore/razor-pages/index.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-03-05 14:17:24 -10:00
Luke Latham 8b30eba931 Add version (#11292)
Fixes #11284 

https://github.com/aspnet/Docs/issues/11284#issuecomment-469906715

Do you want an author on this?
2019-03-05 14:11:14 -10:00
Rick Anderson ecc58c4536
Update index.md 2019-03-05 13:27:16 -10:00
Rick Anderson a40fa533f6
Handling errors update (#11242)
* Handling errors update

* Improve 'Server exception handling' section

* Name middleware explicitly

* React to feedback

* React to feedback
2019-03-05 10:35:25 -10:00
Luke Latham 3e581bfabf Update Kestrel topic endpoint config section (#11266)
Fixes #11263

Moves the URL-setting approaches up in the *Endpoint configuration* section prior to their first mention in the section (provides context for the following remarks).

Thanks @gaziqbal.
2019-03-05 10:35:11 -10:00
Luke Latham 5f34c79e1a React to feedback 2019-03-05 12:35:27 -06:00
Andrew Stanton-Nurse 1fd1d3af01
Add section on SignalR MessagePack "known issues" (#11170)
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
2019-03-05 08:44:41 -08:00
Andrew Stanton-Nurse 6ca5434b70
fix #11171 by adding SignalR Diagnostics doc (#11173) 2019-03-05 08:44:10 -08:00
Justin Kotalik 4618ec2752 Add Request/Response reading/writing document (#11147) 2019-03-05 07:13:50 -08:00
Rick Anderson 86acdd258c
RP areas (#11199)
* RP areas

* work

* work

* work

* work
2019-03-04 19:07:26 -10:00
Luke Latham 8a40f9c36d Add TracingModule to IIS Modules (#11209)
Fixes #8381 

Confirmed working here.
2019-03-04 16:47:59 -10:00
Luke Latham c9adbb9ae1 Session state/GDPR clarification (#11270)
Fixes #11269 

Bit of a *nit PR*. The original text is good. This just clarifies a bit further by explicitly stating that the site visitor must permit tracking under GDPR for sessions to work.
2019-03-04 16:47:31 -10:00
Javier Calvarro Nelson 8b53019f54 [Fixes #8789] Doc for Authentication for Single Page Applications (#11205)
* [Fixes 8789] Doc for Authentication for Single Page Applications

* Apply suggestions from code review

accept scott's suggestions

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update identity-api-authorization.md (#11271)

* Update identity-api-authorization.md

* SPA auth
2019-03-04 16:29:30 -10:00
Luke Latham d6cd300ebb React to feedback 2019-03-04 16:04:52 -06:00
Luke Latham 8945990515
Enhance Configuration topic DI and startup remarks (#11267) 2019-03-04 13:59:03 -06:00
Jordan Marano de96dfc130 Fix Typo: "I you get..." -> "If you get..." (#11260) 2019-03-04 08:33:11 -06:00
Pavel Voronin 18b5c8a0f6 Fix typo (#11259) 2019-03-04 08:32:33 -06:00
Rick Anderson 88474ab812
Update crud.md (#11254) 2019-03-03 18:18:32 -10:00
Rick Anderson 69c146dca4
Update intro.md (#11255) 2019-03-03 18:18:13 -10:00
Rick Anderson 460db029a4
Update concurrency.md (#11248) 2019-03-03 14:12:51 -10:00
Rick Anderson 3198e3746f
Update update-related-data.md (#11249) 2019-03-03 14:12:35 -10:00
Rick Anderson 07eb1dc477
Update read-related-data.md (#11250) 2019-03-03 14:12:06 -10:00
Rick Anderson c0c6ca5538
Update complex-data-model.md (#11251) 2019-03-03 14:11:51 -10:00
Rick Anderson fc2d1f827b
Update migrations.md (#11252) 2019-03-03 14:11:33 -10:00
Rick Anderson 03ecfa9ee4
Update sort-filter-page.md (#11253) 2019-03-03 14:11:11 -10:00
Rick Anderson f24e879305
Update concurrency.md 2019-03-03 13:50:29 -10:00
Luke Latham b97e32b422 Migration updates (#11219)
Fixes #11217

Thanks @edwiles! 🚀
2019-03-03 13:31:56 -10:00
Luke Latham ffc52783ca Razor Pages authz conventions updates (#11246)
Fixes #6301 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/security/authorization/razor-pages-authorization?view=aspnetcore-2.1&branch=pr-en-us-11246)

* Sample to 2.2
* Lean out sample (remove *wwwroot* and references to static assets)
* Drop the cookie policy bits (but leave the HTTPS given that this is an authz samp)
* Add examples of method policy overloads + a link to the policies topic
* Topic UE pass
* XREF links
2019-03-03 13:01:46 -10:00
Luke Latham 9eba48f1cb
Dist caching topic+sample update (#11238) 2019-03-02 17:33:19 -06:00
Luke Latham 68b39e541b
Update method descriptions (#11245) 2019-03-02 17:18:30 -06:00
Luke Latham ad7f503b9f Name middleware explicitly 2019-03-02 17:17:10 -06:00
Luke Latham fc901eeb67 Migration section on runtime comp (#11235)
Fixes #11232

This heading ...

> \#\# Moving from WebHostBuilder to HostBuilder

... didn't seem to make sense because the prior section is addressing the same migration aspect. These two sections were probably added at different times (guessing), which would explain the (accidental) appearance of both.

I see a handful of little super-nits in the view comp file beyond the few that I touch here (mostly punctuation on this PR), but I'll leave those unless you want me to edit the file.
2019-03-02 13:05:08 -10:00
Luke Latham 0808c44893 Improve 'Server exception handling' section 2019-03-02 16:55:54 -06:00
Luke Latham 09c3420629 Handling errors update 2019-03-02 15:32:51 -06:00
Luke Latham ba5a272016
Fix code sample highlight (#11237) 2019-03-02 12:05:36 -06:00
Wade Pickett c55a194591
Merge pull request #11229 from aspnet/wadepickett-patch-1
Moved PMC commands warning
2019-03-01 14:36:18 -08:00
Wade Pickett e6f19c8e27
Moved PMC commands warning
Moved the PMC commands warning "The preceding commands generate the following warning..." to align with the section it is referring to.  It was presented too early in the topic.
2019-03-01 14:08:06 -08:00
ChrisSfanos 946c5961b4 Update overview.md (#11228) 2019-03-01 14:49:24 -06:00
Mikael Mengistu b809c55ea8
Java server to client streaming (#11227) 2019-03-01 12:03:37 -08:00
Luke Latham 4ec9047fcb
Update Handle Errors topic+sample (#11221) 2019-03-01 12:54:42 -06:00
Mikael Mengistu 853630341c
Update config doc with Java client (#11143) 2019-03-01 10:13:52 -08:00
Luke Latham 8b62105897 Response cache topic+sample updates (#11212)
Fixes #6819 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/performance/caching/response?view=aspnetcore-2.1&branch=pr-en-us-11212)

* Sample to 2.2
* Converted sample from MVC to RP
* Leaned out sample (drops static assets, *wwwroot* folder)
* Takes topic to 2.1+
* UE pass on topic
* XREF links
2019-02-28 15:12:38 -10:00
Hao Kung 45c6b992a7 Add snippet about how to configure OIDC options (#11182)
* Add snippet about how to configure OIDC options

* Update azure-ad-b2c.md

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-Authored-By: HaoK <HaoK@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-Authored-By: HaoK <HaoK@users.noreply.github.com>

* Update azure-ad-b2c.md

* Update azure-ad-b2c.md

* Refactor code snippet

* More code snippet refactoring
2019-02-28 14:16:54 -06:00
Luke Latham 409fae28bd
Update Redis section of dist caching (#11160) 2019-02-28 14:00:25 -06:00
Tom Dykstra 9a0078d304 Update logging to 2.2 (#11207)
Also convert inline code snippet to reference.

Fixes #11206 

[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/index?view=aspnetcore-2.2&branch=pr-en-us-11207#azure-app-service-provider)
<!--
# Instructions

When creating a new PR, please reference the issue number if there is one:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2019-02-28 09:52:00 -10:00
Luke Latham b18b2297b7
Add more ANCM startup failures (#11155) 2019-02-28 13:50:38 -06:00
Nikita Potapenko 29934b8909 Update cicd.md (#11113)
Closes #11074
2019-02-28 13:29:55 -06:00