Commit Graph

47 Commits (7d0b33af0040946b98c2d9009d4997d16142ae96)

Author SHA1 Message Date
Luke Latham b7b64803d5 Remove OutputType from project files (#4163)
Removing \<OutputType> from updated 2.0 projects, as it's specified by
Sdk.Web, and we're (generally) not showing defaults in the files.

There's a chance that we'll need to make an additional  update for
*wwwroot* to match the templates. I'm checking on that now.
2017-08-31 15:47:33 -05:00
Luke Latham 135b5357ce Response Caching Middleware topic updates for 2.0 (#4020)
* Updates for 2.0

Updates

Update

Updates

Updates

Updates

* Update middleware.md

* Update middleware.md

* React to feedback

* React to feedback

* Fix

* React to feedback
2017-08-23 11:30:20 -04:00
Tom Dykstra 2d5f16969d move sub tocs to main toc (#4029) 2017-08-18 11:51:38 -07:00
Rick Anderson 3bbb252e46 Update response.md (#3683) 2017-07-10 21:53:15 -06:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Rick Anderson 5b0f01ce3d Test build (#3518) 2017-06-20 08:30:39 -07:00
Christopher Kimbell 60f5417f4e Spelling mistake in 'ConfigureServices' 2017-06-19 09:37:11 +02:00
Steve Smith 21d7b9523a Fix typo 2017-04-23 16:12:40 -04:00
Rick Anderson 600c1afc4b Update middleware.md 2017-03-24 16:02:36 -10:00
John Luo e45d55bfc0 Add warning against using response caching for authenticated content (#3045) 2017-03-24 09:53: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
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
Luke Latham bd5eeea780 Remove dup RID line (#2875) 2017-03-06 09:36:00 -08:00
Luke Latham a63cb12f45 Response Caching Sample update to csproj (#2731)
* Create launchSettings.json

* Create ResponseCachingSample.csproj

* Delete project.json
2017-03-06 09:16:45 -08:00
Rick Anderson 1a91ba3840 upgrade 2 csproj on dist cache (#2738)
* upgrade 2 csproj on dist cache

* fix range
2017-03-06 09:16:44 -08:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Tom Dykstra d429e7977e h1 update (#2844) 2017-02-27 12:40:05 -08:00
Jonas Bush a43b619840 Fix grammar in distributed.md (#2768) 2017-02-14 11:34:42 -10:00
Luke Latham 7d0d9da8f0 Fix links and anchors (#2639)
* Update app-state.md

* Update dependency-injection.md

* Update aspnet-core-module.md

* Update http-modules.md

* Update other-logins.md

* The Walther blog post is gone

* Update cors.md

* Update context-headers.md

* Update subkeyderivation.md

* Update index.md

* Update app-state.md

* Update dependency-injection.md

* Update routing.md

* Update mvc.md

* Update testing.md

* Update razor.md

* Update memory.md

* Update cors.md

* Update iis.md

* Update integration-testing.md

* Update index.md

* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Luke Latham 59e3783ad9 Clarify 1.1 features require 1.1 (#2601)
* Update url-rewriting.md

* Update response-compression.md

* Update middleware.md

* Update response-compression.md

* Update razor.md

* Update logging.md
2017-01-24 13:48:11 -08:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Luke Latham ecd3b845f7 Remove licensing from Response Caching Middleware sample (#2570)
* Delete License.txt

* Update Startup.cs
2017-01-23 13:13:05 -08:00
Luke Latham ce821e2119 Remove middleware ordering paragraph (#2515) 2017-01-14 13:58:27 -08:00
Luke Latham cf06088b75 Response Caching Middleware doc (#2315)
* Initial commit

WIP

* Add stub for additional resources

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update links

* Fighting with relative links - trying xref

* I'll figure it out ..... one day!

* Update middleware.md

From @Elezium on Slack ... "higher" probably translates *better* than "better."

* Updated article date

* Added tip on static file prefix feature

* Add c# to code blocks

* Note Antiforgery setting no-cache

* Remove tip and add addl resource

* Change resource link to xref

* Update middleware.md

* Create Startup.cs

* Create README.md

* Create ResponseCachingSample.xproj

* Create project.json

* Update project.json

* Create web.config

* Update project.json

* Update middleware.md

* Update middleware.md

* Update middleware.md

* Update snippets

* Update Troubleshooting section

* Update middleware.md

* Constrain RFC reference to Section 3 only

* Update middleware.md

* Update middleware.md

* Add regions for snippets

* Convert ranges into snippets

* Add description and keywords

* React to feedback

* Update intro sentence

* Update author

* Alphabetize project.json sections

* Delete ResponseCachingSample.xproj

* Update README.md

* Create License.txt

* Add console logging dep

* Add console logging

* React to feedback

* Update heading format
2017-01-07 16:50:51 -08:00
Rick Anderson 5cf4e57933 rewrite of mem caching (#2324)
* rewrite of mem caching

* work

* work

* work

* del old files

* fix

* add John

* work

* remove static

* MemoryCacheEntryOptions

* react to John

* fix

* rename var:

* refactor constants

* fix

* cache message bug

* clean up

* John's code and fix last issues

* final fix
2017-01-05 12:58:18 -10:00
Rick Anderson c965c5ae3c remove nonsense about in-memory caching (#2474) 2017-01-05 09:28:49 -10:00
Shayne Boyer 4f405816cb Partially addresses Issue 2147 (#2382)
* update image alt tags - init

* sass and grunt

* using gulp

* onsie twosie updates

* more single changes
2016-12-13 08:31:52 -08:00
Rick Anderson 82fc363888 Merge pull request #2357 from GuardRex/guardrex/correct-toc-title-casing
Update TOC caching middleware link to title casing
2016-12-09 09:01:05 -10:00
Luke Latham 2be80f4b63 Update link to title casing 2016-12-09 10:42:20 -06:00
Luke Latham be0d63eb0c Update response.md 2016-12-04 23:03:22 -06:00
Rick Anderson e6a7a39b85 remove code style from headings 2016-11-19 18:31:49 -10:00
Rick Anderson 99ee1dca24 last really 2016-11-18 20:17:33 -10:00
Rick Anderson 42f1a45aa1 last 2016-11-18 19:56:54 -10:00
Rick Anderson ee35bf48cb more fixes 2016-11-18 13:51:15 -10:00
Rick Anderson 2ce555064c react to feedback 2016-11-18 11:44:44 -10:00
Rick Anderson f7b6173353 author 2016-11-17 21:05:18 -10:00
Rick Anderson 9321f9e9b4 rm dup:
:
2016-11-17 21:00:24 -10:00
Rick Anderson 321fae766e Response Caching total rewrite 2016-11-17 20:19:09 -10:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Henk Mollema 570036c14f Fix code highlighting backticks (#2160) 2016-11-14 08:37:42 -10:00
Steve Smith 807a02838b Author updates (#2144) 2016-11-11 11:28:14 -05:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Andy Pasic 5c533c0d9e dl link fix (#2116)
* quick test

* validation fix
2016-11-07 07:19:31 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00