Commit Graph

2429 Commits (ac0bd47a126acb4b73e2c541a3be39d891a6388c)

Author SHA1 Message Date
Rick Anderson ac0bd47a12 remove project.json (#2548) 2017-01-18 19:48:10 -08:00
Tom Dykstra 9a299443cb delete topic that was merged into iis.md (#2547) 2017-01-18 17:47:31 -10:00
Rick Anderson d32880b5a4 remove ref to project.json (#2545) 2017-01-18 19:31:56 -08:00
Luke Latham bc948818ca Merge Pub IIS w/Web Deploy doc into Pub with IIS doc (#2488)
* Add Publish Web dialog image

* Update iis.md

* Delete pub-dialog.png

* Remove Pub with Web Deploy and VS doc

* Remove Pub with Web Deploy and VS doc from TOC

* React to feedback

* React to feedback on deployment options
2017-01-18 17:44:30 -08:00
Rick Anderson 95480c198b remove project.json (#2543) 2017-01-18 17:32:24 -08:00
Luke Latham 45123a1ea5 Fix codeblocks in Configuration doc (#2521)
* Fix codeblocks

* Fix indentation
2017-01-18 15:21:02 -10:00
Luke Latham 7736b9ae66 Fix codeblocks (#2522) 2017-01-18 15:20:28 -10:00
Luke Latham 5d625cfe0d Fix codeblock (#2523) 2017-01-18 15:20:05 -10:00
Luke Latham 5f7ff2bae2 Test PR: client-side docs (codeblocks and more) (#2529)
* Update using-gulp.md

* Update using-grunt.md

* Update bower.md

* Update bootstrap.md

* Update knockout.md

* Update angular.md

* Update less-sass-fa.md

* Update less-sass-fa.md

* Update bundling-and-minification.md

* Update yeoman.md

* Update bootstrap.md

* Update bower.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-gulp.md

* Update angular.md

* Update bootstrap.md

* Update angular.md

* Update bower.md

* Update bundling-and-minification.md

* Update index.md

* Update knockout.md

* Update less-sass-fa.md

* Update toc.md

* Update using-grunt.md

* Update using-gulp.md

* Update yeoman.md

* Update angular.md
2017-01-18 15:19:53 -10:00
Simon Butler b4d441a0fe error occurs when using MvcOptions (#2526)
* error occurs when using MvcOptions

When following the guide and adding the service.configure for mvcoptions a compile error occurs using a base .netcore mvc project.
The startup.cs file by default does not include the declaration for the namespace microsoft.aspnetcore.mvc which resolves the compile error.

* Update accconfirm.md
2017-01-18 15:13:28 -10:00
Rick Anderson 86d8cc532b azure and redis key providers (#2510)
* azure and redis key providers

* typo

* links
2017-01-18 15:04:53 -10:00
Simon Butler 5daff548f8 Reference for code in file incorrect (#2527)
For the Code block relating to Configure startup to use AuthMessageSenderOptions the referenced line numbers have changed since this page was updated. Edited the line numbers to properly reference the correct lines
2017-01-18 14:31:58 -10:00
Jie RONG 28e6a92329 Update routing.md to change one typo (#2536)
In sample code, it's 

public IActionResult GetProduct(int id) { ... }

But next line, it says The ProductsApi.GetProducts(int) , 

So update it to ProductsApi.GetProduct(int)
2017-01-18 14:30:51 -10:00
Jie RONG 38fac8af7d Update actions.md by remove one addtional " (#2534) 2017-01-18 14:30:18 -10:00
Luke Latham 5b1aac05ea Minor update (#2535) 2017-01-18 14:29:02 -10:00
Jie RONG 0392baa3b1 Update formatting.md by update the format. (#2530) 2017-01-17 09:50:40 -08:00
Matthew Harris bb6e3cfd2f [Fixes #2519] Injected authorizationService typo (#2528)
Fixes #2519
2017-01-16 11:22:32 -08:00
Luke Latham 50b8be534f Correct filenames to italics (#2520) 2017-01-14 19:23:49 -10:00
Steve Smith 9b5dddad2c Update middleware to document constructor vs. Invoke DI and scoping (#2475)
* Update middleware to document constructor vs. Invoke DI and scoping

* Minor copy edits
2017-01-14 19:23:11 -10:00
Tom Dykstra b1bd9f9ece mvc toc restructure (#2482)
* mvc toc restructure

* move mvc tutorial nodes to mvc section

* fix heading casing and toc node hierarchy

* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Luke Latham ce821e2119 Remove middleware ordering paragraph (#2515) 2017-01-14 13:58:27 -08:00
Rumit Parakhiya e4ddaed0d3 Fixed typo (#2517) 2017-01-14 13:56:37 -08:00
Rick Anderson fe9b341361 bad #in-page-anchors (#2518) 2017-01-14 13:56:03 -08:00
Ryan Brandenburg cab82f5867 Default namespace references to AssemblyName (#2513)
* Default namespace references to ApplicationName

Change the resource file naming section to reference ApplicationName instead of default namespace.

* ApplicationName->AssemblyName

To avoid confusion regarding class libraries we should reference assembly name instead of application name. Also make the verbiage more specific.
2017-01-13 09:43:45 -10:00
Rick Anderson 5b9b0e66ae add session title to TOC (#2509) 2017-01-13 10:07:39 -08:00
Luke Latham dbbf9cf28b Minor fixes for Session and application state (app-state.md) (#2512)
* Update app-state.md

* Update app-state.md
2017-01-13 07:57:38 -10:00
Simon Butler d9b8e94ebc Fix Bad Link (#2503)
Link in summary is to old docs site. updated to point to the new doc site for core.
2017-01-12 09:56:54 -08:00
Rick Anderson 49f0f5dbed View compilation (#2499)
* View compilation

* Update razor.md

* Update razor.md

* Update razor.md

* Update razor.md
2017-01-12 07:39:25 -10:00
Rick Anderson 55223d4339 Update default-settings.md (#2500)
* Update default-settings.md

* Update default-settings.md
2017-01-12 07:38:39 -10:00
Shayne Boyer 75613a9718 add CookieManager information (#2498) 2017-01-12 07:35:15 -10:00
Tom Dykstra 42d5f34243 remove auth filters stub (#2497)
* remove auth filters stub

* remove refs to auth filters doc
2017-01-11 14:08:39 -10:00
Rick Anderson 0a3eac572d total rewrite of app state (#2489)
* total rewrite of app state

* react to trather

* final fixes
2017-01-11 14:06:44 -10:00
Rick Anderson 5780848807 Update index.md 2017-01-11 12:21:10 -10:00
Rick Anderson 4184915696 SSL for VS17 RC1 (#2495) 2017-01-11 10:12:41 -10:00
Luke Latham 66ddfb2fc3 URL Rewriting title update and text links fix (#2494)
* Update toc.md

* Update middleware.md

* Update url-rewriting.md
2017-01-11 10:12:08 -08:00
Shayne Boyer b7c92f12fe whitespace? 2017-01-11 09:50:32 -05:00
Rick Anderson 4b580e3954 update to RTM (#2491)
* update to RTM

* date
2017-01-10 15:20:19 -08:00
Luke Latham 5b26154803 URL Rewriting doc (#2446)
* Update url-rewriting.md

* Create project.json

* Add files via upload

* Create add_rewrite.png

* Add files via upload

* Update toc.md

* Update index.md

* Update url-rewriting.md

* Add files via upload

* Add figures for redirect and rewrite

* Update images

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Minor image update

* Add additional resource

* Alphabetize project.json sections

* Group System usings

* Create README.md

* Move sample info into the README

* Delete sample info (info moved to README)

* Add console logging dep

* Add console logging

* Alphabetize

* Create License.txt

* Update index.md

* Create url_redirect.png

* Add files via upload

* Create project.json

* Add files via upload

* Create README.md

* Create url-rewriting.md

* Update toc.md

* Delete add_apache_mod_redirect.png

* Delete add_iis_url_rewrite.png

* Delete add_redirect.png

* Delete add_redirect_jpg_requests.png

* Delete add_redirect_png_requests.png

* Delete add_redirect_to_https.png

* Delete add_redirect_to_https_permanent.png

* Delete add_redirect_xml_requests.png

* Delete add_rewrite.png

* Delete url_redirect.png

* Delete url_rewrite.png

* Delete ApacheModRewrite.txt

* Delete IISUrlRewrite.xml

* Delete License.txt

* Delete README.md

* Delete RewriteRule.cs

* Delete Startup.cs

* Delete global.json

* Delete project.json

* Delete testCert.pfx

* Delete url-rewriting.md

* Update toc.md

* Add link to middleware doc

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Swap redirect+rewrite images

* React to review feedback

* Minor update

* Fix PathString

* Fix PathString

* Add unsupported IIS feature issue links

* Add trackAllCaptures PR link

* Update sample

* Update sample

* Update images

* Fix missing fundamentals node on doc link

* React to feedback

* Revert images

* Remove heading code style

* React to feedback

* Update title and middleware heading levels

* Update section heading and remove paragraph
2017-01-10 14:25:00 -08:00
Samir Patel e59be337d9 Updating master branch to allow pdf generation 2017-01-10 13:13:44 -08:00
Steve Smith df8a3f2038 Adding validation action filter. (#2473) 2017-01-10 08:12:09 -05:00
Steve Smith c8b6e1ee0e Added table listing services available by default (#2481) 2017-01-09 11:02:36 -10:00
r.schindhelm 8dc0775efa fixed some spelling errors (#2484) 2017-01-09 10:30:55 -10:00
Charlie Chu 2f83399a9e Fix typo (#2485) 2017-01-09 11:30:08 -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
Tom Dykstra 1e3db156df revise troubleshooting tip (#2480)
* revise troubleshooting tip

* revise troubleshooting tip

* further clarification in troubleshooting tip
2017-01-06 09:41:32 -10: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
Gaurav Arora 77448b31b9 included Zendesk webhook (#2477)
included Zendesk webhook
2017-01-05 09:29:48 -10:00
Rick Anderson c965c5ae3c remove nonsense about in-memory caching (#2474) 2017-01-05 09:28:49 -10:00
Tom Dykstra 62a1da5faf filters rewrite (#2398) 2017-01-04 19:34:37 -08:00
Steve Smith db28bc2481 Adding details on constructor injection behavior (#2470) 2017-01-04 12:15:13 -10:00