Commit Graph

220 Commits (1cc0ee1387858540bb75af7cf580b1fac1dca4df)

Author SHA1 Message Date
Tom Dykstra 5270dad17c fix links (#3334) 2017-05-10 10:09:50 -07:00
Steven Volckaert 194ad97f94 Updating line 78: Correcting French punctuation. (#3331)
In French, a space is required both before and after all two- (or more) part punctuation marks and symbols, including the exclamation mark "!". See https://www.thoughtco.com/how-to-use-french-punctuation-4086509 for more information.
2017-05-09 09:49:28 -10:00
Sébastien Ros 39ce057520 Update configuration.md (#3307)
* Update configuration.md

* Update configuration.md
2017-05-06 08:43:43 -10:00
Artur Zgodziński de8c4105e5 Update routing.md (#3286)
Fixed regular expressions to match the whole segment value instead of its sub-string.
2017-05-01 18:42:58 -10:00
Rick Anderson 0eaab41fc5 Update middleware.md (#3268)
* Update middleware.md

* Update middleware.md

The original:
>[!WARNING]		  >[!WARNING]
 ->Be careful modifying the `HttpResponse` after invoking `next`, because the response **may** have already been sent to the client. You can use [HttpResponse.HasStarted]() to check whether the headers have been sent.

Be careful means it's OK to do this as long as you are careful and implies you can be careful via: 

You can use [HttpResponse.HasStarted] to check whether the headers have been sent.

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md
2017-04-25 11:02:17 -10:00
Rick Anderson 37c2c2de37 Update owin.md (#3253) 2017-04-24 15:55:55 -10:00
Rick Anderson c737a33f75 Update localization.md (#3252) 2017-04-21 14:28:10 -10:00
Richard Hallett e87f9cc351 Remove usage of quotations with set command (#3238)
With the change from setx to set, quotation marks are invalid and get set as part of the environment variable, this actually leads to a bad path exception upon dotnet run.
2017-04-17 10:18:19 -04:00
Rick Anderson e014c9dcca Update routing.md (#3236)
Maybe I should get rid of Warning too.
2017-04-15 10:05:22 -10:00
Tom Dykstra ac77fcd48d Deployment overview (#3213) 2017-04-14 13:34:58 -07:00
Scott DePouw 7aa94251c8 Fixed typo in copy: Missing closing ')' (#3211) 2017-04-12 08:19:20 -04:00
Tom Dykstra ef23e32a43 clarify ANCM-Kestrel communication (#3206) 2017-04-11 10:50:23 -07:00
Rick Anderson 7fa5881f20 Update static-files.md 2017-04-07 22:00:42 -10:00
mihe 9b094d5dec Changed AcceptWebSocket by AcceptWebSocketAsync (#3133) 2017-04-03 15:03:25 -10:00
Mike Jones 34c277c0f9 link and screenshot update for Visual Studio 2017 (#3128)
* link and screenshot update for Visual Studio 2017

* removed note

* Updated links to Server Hosting bundle
2017-04-01 11:33:45 -10:00
Tom Dykstra fd92895d6f Topic: WebSockets (#3110) 2017-03-31 11:02:08 -07:00
Rick Anderson 5e015810ce clean up regex (#3017) 2017-03-30 20:36:56 -10:00
Scott Addie f90eb4d02e Upgrade routing doc sample code to CSPROJ (#3105) 2017-03-30 08:37:02 -10:00
Steve Smith 540292ed64 Updated project to VS2017 format. (#3106)
Updated HttpContext.Items key guidance.
2017-03-30 08:35:59 -10:00
Steve Smith e4808c0433 Upgraded to VS2017 project format (#3018)
Added demo showing how to retrieve configuration values stored as JSON arrays
2017-03-30 07:54:24 -10:00
Steve Smith 259b79e8e8 DI Disposing and Project Format Upgrade (#3016)
* Upgrade to VS2017 project format.

* Updated to describe how services container handles disposing of IDisposable instances

* added class definitions

* fixing bower path slashes
2017-03-30 07:49:50 -10:00
Tom Dykstra c99165a146 Revert "new topic"
This reverts commit 81e8a1c0fd.
2017-03-29 16:54:26 -07:00
Tom Dykstra 3ee89ffd2e Revert "add git-ignored file"
This reverts commit b3675ee186.
2017-03-29 16:54:17 -07:00
Tom Dykstra b3675ee186 add git-ignored file 2017-03-29 16:39:35 -07:00
Tom Dykstra 81e8a1c0fd new topic 2017-03-29 16:39:35 -07:00
Rick Anderson c73a3a7631 fix link (#3086) 2017-03-28 11:11:18 -10:00
spottedmahn d730b07c4e Fix Bad Link for LogLevel (#3072)
the current link doesn't work.  It redirects to https://docs.microsoft.com/en-us/aspnet/core/api/
2017-03-27 10:08:20 -07:00
Abdelkrim from Brussels 94d4a6a69e Remove duplicate code : MyWindow.cs (#3066)
Remove duplicate: [!code-csharp[Main](configuration/sample/src/InMemory/MyWindow.cs)]
2017-03-25 13:29:17 -10:00
Rick Anderson 94fd6a62d2 Update dependency-injection.md (#3056)
* Update dependency-injection.md

* Update dependency-injection.md
2017-03-24 15:37:48 -10:00
Tom Dykstra 8a2425c3e1 remove extraneous backtick (#3062) 2017-03-24 13:50:55 -07:00
Tuhin Tarafder f42a2e1e42 Fix Typo (#3036) 2017-03-21 18:08:37 -10:00
Rick Anderson a7d6980dab Update routing.md 2017-03-20 08:56:26 -10:00
ccm1st 196d0ef439 the code is implementing the interface instead of inheriting (#2994) 2017-03-17 08:41:40 -04:00
Rick Anderson 0e62aa1977 Update request-features.md (#2981) 2017-03-17 00:21:49 -04:00
Richard Hallett 890487d5f7 Change environments.md to use set as opposed to setx (#2958)
A minor amendment but could be confusing for people unfamiliar with the cmd line.
The text describes setting it for the current current command window, however setx actually only explicitly changes the environment variable, it doesn't change the current window either, so a user would have potentially noticed no change.
2017-03-14 10:26:05 -10:00
Daniel Eisterhold ec31052983 Update routing.md (#2967) 2017-03-14 09:30:06 -10:00
Luke Latham 4e8c8a4a90 Middleware docs update (#2963)
* Update url-rewriting.md

* Update URLRewritingSample.csproj

* Update ResponseCachingSample.csproj

* Update middleware.md

* Update url-rewriting.md

* Update ResponseCompressionSample.csproj

* Update response-compression.md
2017-03-14 11:23:12 -07:00
Ryan Brandenburg 7cb877d046 Move resource naming section up and clarify (#2959) 2017-03-13 14:40:15 -10:00
Rion Williams 435a547977 Updated Code Style in Examples (#2942)
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Rick Anderson d2b516e454 Update app-state.md 2017-03-08 11:34:47 -10:00
Diana LaRose 536f80823d Update app-state.md (#2917)
Edited remainder of article.
2017-03-08 10:56:30 -10:00
Luke Latham 5f52ec9269 Middleware samples csproj updates (#2906)
* Update URLRewritingSample.csproj

* Update ResponseCompressionSample.csproj

* Update ResponseCachingSample.csproj
2017-03-07 16:19:40 -10:00
Mike PB d3a2098582 Update configuration.md (#2898)
* Update configuration.md

Fix typo (bindling)

* Update configuration.md
2017-03-06 15:18:02 -08:00
Tom Dykstra 56899b35bd Merge pull request #2900 from aspnet/csproj
Merge csproj to master
2017-03-06 15:16:00 -08:00
Julian Dominguez 76cd8cdf27 Add a header for delimiting subsections (#2886) 2017-03-06 10:30:41 -10:00
Rick Anderson 08dee2657e test PR 2017-03-06 10:23:13 -10:00
Diana LaRose b74ec46712 Update app-state.md (#2893)
Edited a couple more sections. (Sorry this took me so long; I had to think about it a lot.)
2017-03-06 08:33:46 -10:00
Luke Latham 15265d5a87 URL Rewriting Sample update to csproj (#2732)
* Delete global.json

* Delete project.json

* Create URLRewritingSample.csproj
2017-03-06 09:16:45 -08:00
Rick Anderson b827682966 file providers to csproj (#2740) 2017-03-06 09:16:44 -08:00
Tom Dykstra bf1fd00712 Merge pull request #2884 from jdom/patch-3
Escape literal asterisk
2017-03-06 08:41:52 -08:00