Commit Graph

3542 Commits (1b0872744d053ca6f971d7da7ada742a0e43338a)

Author SHA1 Message Date
Rick Anderson 1b0872744d
Update web-api-vsc.md (#8965) 2018-10-10 17:33:32 -10:00
haidelber 97a199c5ee Fixed link description (#8962) 2018-10-10 11:23:34 -10:00
James Newton-King ee68f3c934 Add RouteTokenTransformerConvention documentation (#8942) 2018-10-10 15:45:45 -05:00
Rick Anderson e6a0c8c0a8
cache No Longer Evicts Under Memory Pressure (#8950)
* cache No Longer Evicts Under Memory Pressure

* Update memory.md
2018-10-10 09:46:53 -10:00
Mohammad Dehghan f514dc1a70 Remove duplicate word (#8952) 2018-10-10 08:05:26 -05:00
Luke Latham 5bffce9501 Clarification on Login form display scenarios (#8878) 2018-10-09 16:44:21 -10:00
Luke Latham dc26efa660 Enhance attribute table (#8943)
Fixes #8659 

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

* Ranges added to the table.
* Add `processesPerApplication`.

Head-check on `requestTimeout` ... is the max timeout 360 hours (`360:00:00`)?
2018-10-09 16:16:17 -10:00
Luke Latham ba4b509279 Reconstitute installer flags (#8945)
Fixes #8748
2018-10-09 16:12:11 -10:00
Luke Latham 34291fb3fb Linux topic updates (#8944)
Fixes #8710 

1. Fix the `./<app_executable>` bit ... refer to the DLL.
1. Drop "mvc" from naming and go with "app."
1. Path to `/var/www/helloapp`.
2018-10-09 16:11:40 -10:00
Dave Brock 3923817574 Clarified compatibility version is in RP template by default (#8939)
Fixes #8932.
2018-10-09 11:09:09 -10:00
Luke Latham 8f74f445f9 Fix tutorial folder name (#8941)
Fixes #8937 

https://github.com/aspnet/Docs/tree/master/aspnetcore/data/ef-rp/intro/samples/cu21/Pages/Students
2018-10-09 10:47:33 -10:00
Luke Latham 477300456c Fix broken table (#8940)
Fixes #8938 

... and also escapes an underscore in a latter table cell.
2018-10-09 10:36:33 -10:00
Luke Latham d3b0a32154 In-process hosting model coverage (#8658)
Fixes #5599 
Fixes #5449 
Fixes #5403 


[Internal Review Topic (fundamentals/servers/ancm)](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/aspnet-core-module?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (fundamentals/servers/index)](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/index?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (host-and-deploy/ancm)](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-1.0&branch=pr-en-us-8658)
[Internal Review Topic (host-and-deploy/iis/index)](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-1.0&branch=pr-en-us-8658)
2018-10-09 09:20:34 -10:00
Kyle Burns 0192359c2a Update dependency-injection.md (#8611)
Elaborated on the recommendation to avoid Service Locator pattern
2018-10-09 09:18:08 -10:00
Hisham Bin Ateya d3b9269016 Use Microsoft.AspNetCore.App & CreateWebHostBuilder in web sockets sample (#8890)
* netcoreapp1.1 -> netcoreapp2.1

* Use Microsoft.AspNetCore.All meta package

* Use CreateWebHostBuilder

* Sample versioning

* Fix target framework

* Redo unnecessary changes

* Update packages version

* Implicit version for App package

* Fix the package name

* Versioning the code snippets

* WebSocketSample -> WebSocketsSample
2018-10-09 09:15:00 -10:00
Luke Latham 91a2e221a9 Update Kestrel topic sample to use ConfigureKestrel (#8914)
Fixes #8571
2018-10-09 09:07:18 -10:00
Tom Dykstra 9cf3e6ed15 Correct note about lazy loading (#8934)
Related to #8910 
[Internal review link](https://review.docs.microsoft.com/en-us/aspnet/core/data/ef-rp/read-related-data?branch=pr-en-us-8934&tabs=visual-studio)
2018-10-09 08:51:38 -10:00
Dave Brock d138521569 redundant spacing (#8930) 2018-10-09 11:43:33 -05:00
Dave Brock 07b06e9859 Added context around HEAD requests (#8928) 2018-10-09 11:41:44 -05:00
Dave Brock d2fc112258 Remove redundant "the" (#8931) 2018-10-09 11:39:36 -05:00
Hisham Bin Ateya 273a8485ac Fix localization resources links (#8927) 2018-10-09 10:59:08 -05:00
Dominik Raniszewski 123b4f49d3 Removing emphasis from the last paragraph (#8924) 2018-10-09 10:57:28 -05:00
Luke Latham fd3151cb2e Repair link (#8899)
Fixes #8898
2018-10-07 18:48:14 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Hisham Bin Ateya b0e9ee31c5 Use CreateWebHostBuilder in localization samples (#8882) 2018-10-06 17:09:16 -10:00
John Reese bdbde265b9 Resolve grammar issues (#8879) 2018-10-06 09:20:50 -05:00
Andrew Lock 834faab848 Clarifications around ConfigureAll and named options (#8869) 2018-10-05 17:56:24 -05:00
Hisham Bin Ateya 29c39626cd Fix localization sample namespace (#8860) 2018-10-05 12:50:39 -10:00
Luke Latham 97f9e2d403
Surface SCD for preview release to App Service (#8700) 2018-10-05 10:21:59 -05:00
Dave Brock 8ba0f07c5c
Update `IndexOption` to `Index`
The first `IndexOption` reference in the article is changed to `Index.` The second reference stays intact and is correct.
2018-10-04 20:40:36 -05:00
Rick Anderson f0bd9cedb1
Update choose-aspnet-framework.md (#8730)
* Update choose-aspnet-framework.md

* Update choose-aspnet-framework.md

* update choose between

* update choose between

* update choose between

* fix

* fix

* fix

* react to feedback

* Update choose-aspnet-framework.md
2018-10-04 15:25:35 -10:00
Rick Anderson 61f6c2735b
Update secure-data.md (#8856) 2018-10-04 15:21:58 -10:00
Tom Dykstra bf92bb67e2 Apply content model guidelines to Getting started tutorial (#8844)
Fixes #8778
2018-10-04 11:12:56 -10:00
Dave Brock 854e17807d Fix typo for #8286 (#8849)
Typo fix in code sample. 

Fixes #8286
2018-10-04 15:18:18 -05:00
Scott Addie b3eb47a2c5
Add missing period in title (#8851)
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-10-04 15:08:01 -05:00
David Pine fee5f1800b Added details, examples and docs on Gulp v4 (#8843)
Fixes https://github.com/aspnet/Docs/issues/8827
Fixes https://github.com/aspnet/Docs/issues/7632

**Internal Review Pages**
* [Use Gulp](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/using-gulp?view=aspnetcore-2.1&branch=pr-en-us-8843)
* [Bundle & minify](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-2.1&branch=pr-en-us-8843)
2018-10-04 14:40:19 -05:00
Cecil Phillip 16af294128 Update messagepackhubprotocol.md (#8847)
Fixes #8821
PR for review. I just mirrored the note in the server section
@scottaddie @anurse
2018-10-04 14:29:33 -05:00
Jimmy Bogard 08c1ed8940 Corrected download link for Visual Studio (#8841) 2018-10-04 08:48:48 -05:00
Tom Dykstra 77471a229d
Apply content model guidelines to SignalR tutorial (#8817) 2018-10-03 13:04:56 -07:00
Tom Dykstra 055b3e55c8 Move Supported platforms out of Server concepts ToC (#8828) 2018-10-03 13:31:18 -05:00
Luke Latham 3b54380932
Add Brotli compression to the sample app (#8830) 2018-10-03 13:11:45 -05:00
Tom Dykstra e5670756e3 Change to code style where italics wasn't working (#8829)
Fixes #8823
2018-10-03 13:08:04 -05:00
Tom Dykstra fa5ebeba6f
Add available clients to SignalR supported platforms (#8729) 2018-10-03 09:34:37 -07:00
Scott Addie 3b6885b420
Correct the moniker range in WebSockets doc (#8809) 2018-10-03 08:36:25 -05:00
Luke Latham a4a449b4d9
Update instruction on picking up env var change (#8638) 2018-10-02 19:13:44 -05:00
Scott Addie f473fbf8c1
Fix Razor view snippet types (#8810) 2018-10-02 15:55:57 -05:00
Steve Patches 79e90ea1b7 mention HTML sanitization as deprecated approach (#8800)
Include some content from https://github.com/aspnet/Docs/issues/7962#issuecomment-410779470 that would be helpful to those who search for this topic.
2018-10-02 15:33:10 -05:00
Corey Ford c84d142185 fixed bug during socket.onclose (#8784)
* fixed bug during socket.onclose

* More JS cleanup
2018-10-02 14:17:25 -05:00
Bruno Garcia 344f16d38d Add Sentry, FOSS error monitoring tool (#8802) 2018-10-02 13:35:40 -05:00
Andrew Lock dcef25a7fb
Fixes for minor typos 2018-10-02 16:11:26 +01:00