Commit Graph

122 Commits (5ae89385414b40342bf149406597004e2b065a45)

Author SHA1 Message Date
Luke Latham 5ae8938541
Revert escape of angle brackets 2018-01-23 23:16:56 -06:00
Luke Latham ce3fb9dd04
Update link text 2018-01-23 23:10:36 -06:00
Cam Soper f825c3333e
Merge pull request #5200 from CamSoper/azureb2c
ASP.NET Core Web App with Azure AD B2C
2018-01-19 20:13:33 -06:00
Mike Jones 7a5a36ce9b Adding a link to the VS snapshot debugging topic (#5220) 2018-01-19 14:22:50 -10:00
Luke Latham 6894efdca0 Add spaces to TOC lines (#5212) 2018-01-19 14:07:26 -06:00
Cam Soper 19dda6f3fa AAD B2C and ASP.NET Core web app 2018-01-17 19:32:53 -06:00
Scott Addie e9643cf034 Address TOC inconsistencies (#5154)
* Address TOC inconsistencies

* Fix broken links

* Fix security-related TOCs

* Add missing link to Authorization page
2018-01-10 09:58:43 -10:00
Luke Latham 3f682a9ef2 Hosting and deployment updates (Stage 1) (#5127)
* Hosting and deployment updates

Update

Updates

Updates

Updates

Updates

* React to feedback
2018-01-09 15:41:28 -10:00
Rick Anderson 67db904951
Update toc.md (#5112) 2018-01-05 09:25:42 -10:00
Steve Sanderson eb9e5af270 Update SPA templates references to 2.0.0-rc1-final (#5104)
* Update SPA templates references to 2.0.0-rc1-final

* Change preview template references to release candidate (#5109)
2018-01-04 13:08:57 -06:00
Rick Anderson 171caa1b4c
Restore MVC/EF to TOC (#5034) 2017-12-18 17:54:20 -10:00
Scott Addie 011592b7e1 Remove AngularJS, Knockout, and Yeoman docs (#4998) 2017-12-13 09:06:32 -10:00
Luke Latham cfe5a36e49 IHostingStartup topic (#4967)
* IHostingStartup topic

Updates

Updates

Updates

Updates

* Update ihostingstartup.md

* React to feedback

* Add section on disabling automatic loading

* Revert "Add section on disabling automatic loading"

This reverts commit ee7dcfb29d.

* Add info on discovery and disabling auto loading

* React to feedback

* Note future feature for excluding individual assemblies

* React to feedback
2017-12-12 14:36:27 -10:00
Rick Anderson 38fafd6a84
Revert "IHostingStartup topic" (#4957)
* Revert "Add IStartupFilter coverage to App Startup topic with UE pass (#4878)"

This reverts commit 1daa4ac088.

* Revert "IHostingStartup topic (#4908)"

This reverts commit 1e1f3e6123.
2017-12-08 15:27:35 -10:00
Luke Latham 1e1f3e6123 IHostingStartup topic (#4908)
* IHostingStartup topic

Updates

Updates

Updates

Updates

* Update ihostingstartup.md

* React to feedback
2017-12-08 14:25:01 -10:00
Rick Anderson 42ce1683fd
Update toc.md 2017-12-08 13:52:48 -10:00
Scott Addie ce0b9eab74
TOC changes for SPA Template docs (#4951) 2017-12-08 09:34:24 -06:00
Steve Sanderson 12bdee4bc0 Add docs on updated SPA templates preview 2017-12-08 09:43:32 +00:00
Luke Latham a17c20dc02 Razor Pages Testing topic (#4832)
* Razor Pages Testing topic

* React to feedback

* Updates

Updates

* React to feedback

* Make test classes singular

Update
2017-12-02 07:06:50 -10:00
rick-anderson 2492279f66 fix TOC 2017-12-01 18:12:38 -10:00
Rick Anderson 5ea85ced50
RP-EF read and update related data, concurrency (#4708)
* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* RP-EF read related data

* update related data

* update related data

* update related data

* update related data

* update related data

* update related work

* final draft update related data

* final draft update related data

* final draft update related data

* final draft update related data

* minor cleanup

* concurrency

* concurrency

* concurrency

* concurrency

* concurrency

* concur

* concur

* concur

* concur complete draft

* concur complete draft

* concur complete draft

* concur complete draft

* real final draft

* real final draft

* react to feedback

* react to feedback

* react to feedback
2017-12-01 16:51:36 -10:00
Rick Anderson f949360850
Update toc.md
remove dup routing
2017-12-01 11:10:57 -10:00
Rick Anderson 684f32f422
Update toc.md (#4892) 2017-11-29 11:13:17 -10:00
Rick Anderson 969ad21402 remove mac/VSC from tutorials TOC (#4885) 2017-11-29 08:27:15 -05:00
Rick Anderson 68054e123f
Merge pull request #4654 from guardrex/guardrex/change-token
Change Tokens topic
2017-11-28 16:00:04 -10:00
Luke Latham 374ecc35a7 Documenting Options change for 2.0 (#4797)
* Documenting Options change for 2.0

Update

Updates

Updates

* Updates

Fix link

Update TOC entry

Fix redo

Updates

* Update index.md

Simple is banned.

* Factor remaining Options out of Config topic

* React to feedback and updates

Update

Updates

Update metadata

* React to feedback

Update
2017-11-28 14:09:16 -10:00
Rick Anderson d093a25158
Update toc.md (#4826) 2017-11-19 10:42:36 -10:00
Scott Addie 649a2ac2ac
Overhaul of resource-based auth doc (#4715)
* Updates to resource based auth doc

* More edits

* More edits

* Tag with mvc metadata

* Verbiage tweaks

* More edits

* More MVC edits

* More edits

* Initial commit of sample app

* Replace inline code with code imports

* Add download link to sample app

* Correct the requirement class name

* Adjust line number

* Verbiage tweak

* More edits

* Add 1.x sample

* Update sample apps folder name in link

* Minor edits

* More edits

* Fix metadata warnings

* Code cleanup

* Update description metadata

* Update property name in csproj file

* Update old namespaces in ASP.NET Core 2.x app

* Update .NET Fx target framework TODO comments

* Prevent action code from scrolling

* Add Razor Pages sample

* Fix line numbers for highlighting

* Return ForbidResult when appropriate in 2.0 app

* Add authentication assumption notes

* Update metadata

* React to Rick's feedback

* Add 1.x handler snippets
2017-11-08 15:47:59 -06:00
Luke Latham 65d60b9783 LoggerMessage topic (#4697)
* LoggerMessage topic

Updates

Updates

Updates

Update

Updates

Update

* React to feedback

Update

React to feedback

Update

* React to feedback

* Update loggermessage.md

* Updates

Updates

Updates

Update

* React to feedback
2017-11-06 15:41:13 -10:00
Cam Soper accdd6427f Command line deployment to Azure and deployment scenario visibility (#4728)
* Command line deployment

* typo fix

* edits per review

* increased visibility of 'pub to azure' scenarios

* removed copy/paste debris
2017-11-06 10:43:58 -10:00
Luke Latham 10478fce6a Razor Pages authorization conventions topic (#4584)
* Razor Pages auth and custom routing topic

Update

Updates

Updates

Sample update

Updates

Use absolute URLs in sample README

* React to feedback

* Filename change

* React to feedback

* Breakdown 1st sentence

* Error page update

* React to feedback

Update

Updates

* Move topic to security/authorization + add crosslinks

Update sample link

* Move topic to 3rd under Authorization in TOC
2017-11-03 12:52:31 -05:00
Scott Addie 9d10977fb1
Remove period from TOC link title (#4703) 2017-11-01 14:22:05 -05:00
Rick Anderson b9509ec906
RP with EF (#4451)
* RP with EF

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* finished with CRUD

* start part 3

* start part 3

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* finish Sort/Group

* work

* removed all you

* finished with parts 1-3

* finished with parts 1-3

* finished with parts 1-3

* part 4

* finish mig

* finish mig

* complex

* complex

* complex

* complex

* complex

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2017-10-31 19:38:47 -10:00
Luke Latham 61f7b7c300 Change Tokens topic
Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Update

Updates

Updates

Updates

Update

Updates
2017-10-29 13:08:22 -05:00
Scott Addie 2e1012e01b Address customer verbatim in View-based auth doc (#4638)
* Address customer verbatim in View-based auth doc

* Minor edit

* Update TOC link titles
2017-10-26 19:09:55 -10:00
Luke Latham ebbde02a80 Razor Pages route and app convention features topic (#4623)
* Razor Pages auth and custom routing topic

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Updates

Update

Updates

Updates

Updates

Updates

Modify one image

Use absolute URLs in the sample README

* React to feedback + add Order to AttributeRouteModels

* Error page update

* React to feedback

* React to feedback

* Correct handerName to handlerName

* Remove CDN warnings

* In-topic TOC enhancement

Update in-topic TOC

In-topic TOC update

In-topic mini-TOC update
2017-10-25 15:35:21 -05:00
Luke Latham e45d9cb634 security/data-protection/configuration updates (#4549)
* Security/DP/Configuration updates

Updates

Update bookmarks

Updates

* Revert anchor additions

* Update

* Drop lib from sample

* React to feedback
2017-10-20 10:15:26 -10:00
Rick Anderson 1e0234f818 update root TOC to point to new API ref (#4518)
* update root TOC to point to new API ref

* Update toc.md
2017-10-09 13:10:32 -10:00
Scott Addie cf5caca007 Update link titles 2017-10-09 14:43:00 -05:00
Scott Addie de47f188ea TOC edits for Azure App Service Auth doc 2017-10-05 15:38:46 -05:00
Luke Latham 51677797b1 fundamentals/index (and other) updates (#4467)
* fundamentals/index (and other) updates

* Update index.md

* Update index.md
2017-09-30 17:38:25 -07:00
Scott Addie b1152eeea1 Add TOC link to snapshot debugging doc 2017-09-29 09:39:36 -05:00
Scott Addie b861bab71e Merge pull request #4417 from aspnet/scottaddie/docker-doc-move
Move VS Tools for Docker doc to ASP.NET Core repo
2017-09-28 14:14:28 -05:00
Scott Addie d6c5c3cbf4 Fix inadvertent uid change (typo) 2017-09-28 09:12:46 -05:00
Luke Latham db04bd2701 Add RP tutorial step 'Uploading files' to TOC 2017-09-27 17:00:09 -05:00
Scott Addie a9c749f71a Merge pull request #4320 from aspnet/scottaddie/localization-po-files
Add PO localization doc
2017-09-27 10:58:30 -05:00
Scott Addie 033fb17635 Move VS Tools for Docker doc to ASP.NET Core repo 2017-09-26 21:43:36 -05:00
Scott Addie cdbd5ce88e React to feedback 2017-09-26 15:00:02 -05:00
Rachel Appel 7bb3d73c0f Rachelap/pubtoc (#4409)
* re-ordered toc for tutorials

* hosting and deployment toc update
2017-09-26 11:27:27 -04:00
Rachel Appel cd64e6a775 re-ordered toc for tutorials (#4407) 2017-09-26 11:20:50 -04:00