Commit Graph

40 Commits (ef5ed242c9c6de08f3fc1cb383795041bfb3c003)

Author SHA1 Message Date
Robert Haken d9671da9fb
Update usage_guidance.md - typo (#33496) 2024-08-30 09:17:52 -04:00
Tim Deschryver 9b5440e1e3
move snippets to code sample 2024-03-21 21:53:20 +01:00
Taylor Southwick 43bc00124b
Add doc for incrementally migration IHttpModule implementations (#32030)
* Add doc for incrementally migration IHttpModule implementations

* add to toc

* use hyphen

* add space

* remove using

* Update aspnetcore/migration/inc/http-modules.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/migration/inc/http-modules.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/migration/inc/http-modules.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Update aspnetcore/migration/inc/http-modules.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-03-19 13:52:24 -10:00
Luke Latham cc82896b70
Metadata updates (#31411) 2024-01-10 16:04:28 -05:00
Luke Latham e261a60cb7
Remove duplicate words (#31298) 2023-12-24 06:34:39 -05:00
Luke Latham 7228090122
Drop Yarp-Blazor workaround 8.0 (#30885) 2023-10-31 10:47:50 -04:00
Tom Dykstra 72dcf6dbd6 eliminate horizontal scroll 2023-10-03 11:28:54 -07:00
Tom Dykstra 13641b3706 proofread 2023-10-03 11:23:46 -07:00
Tom Dykstra f92e89f96f shorten one more long line 2023-10-03 11:15:37 -07:00
Tom Dykstra 34a5b61685 shorten long lines 2023-10-03 11:06:07 -07:00
Tom Dykstra 8cb6bfe958 add to toc and edit pass 2023-10-03 10:21:28 -07:00
Afshin Mehrabani 5517ae3612
Add "Unit Testing" page to .NET Core Incremental Migration (#30537)
* Add "Unit Testing" page to .NET Core Incremental Migration

* Add snippet

* Fix close tag
2023-10-02 15:47:02 -10:00
Steve Smith eaac8b00e1
Update blazor.md (#30525) 2023-09-29 14:33:52 -04:00
Tim Deschryver be585ad1be
move remote authentication snippets into project file (#29975)
* move remote authentication snippets into project file

* Apply suggestions from code review

* Update aspnetcore/migration/inc/remote-authentication.md

* Update AspNetCore.cs

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-08-04 16:29:04 -10:00
Tim Deschryver d1b375edae
Remote app session state 2023-07-28 14:59:17 +02:00
Tim Deschryver 597a5eb07b
ASP.NET to ASP.NET Core incremental session state migration 2023-07-28 14:58:57 +02:00
Tim Deschryver 687474b31c
migration-inc-wrapped: move snippet into sample folder 2023-07-28 14:44:26 +02:00
Rick Anderson b4f294202e
Update overview.md
Fixes #29650
2023-07-12 13:55:50 -10:00
Theano Petersen e09c5eeda5
fix broken links (#29569) 2023-06-20 14:39:39 -10:00
Steve P 944b7fa736
Fix Remote App Setup method name and HttpModule (#29020)
* Fix Remote App Setup method name and HttpModule

It seems that the .Net Upgrade Assistant no longer automatically adds the HttpModule. Regardless, this article doesn't seem to assume the use of that tool, so it should describe all the required pieces.

* Apply suggestions from code review

Co-authored-by: Taylor Southwick <tasou@microsoft.com>

* Update aspnetcore/migration/inc/remote-app-setup.md

* Apply suggestions from code review

Co-authored-by: Taylor Southwick <tasou@microsoft.com>

* Update remote-app-setup.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
2023-05-03 14:57:48 -10:00
timbo 17974614f5
Update remote-authentication.md (#29128) 2023-05-02 11:32:28 -10:00
Rick Anderson cc9da2ff73
Rename mermaid.txt to mermaid.md (#29118)
* Rename mermaid.txt to mermaid.md

* Rename aspnetcore/migration/inc/mermaid.md to aspnetcore/migration/inc/includes/mermaid.md
2023-04-28 14:05:03 -10:00
Steve P e2d95ddec9
Mention required nuget package in remote app doc (#28966)
* Mention required nuget package in remote app doc

I can't find anywhere in the current docs where it says to install this package. Just using the sample code will yield `The name 'SystemWebAdapterConfiguration' does not exist in the current context`

* Apply suggestions from code review

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-04-18 17:40:44 -10:00
Steve P 0e45299479
Fix syntax error in remote app setup sample code (#28967)
Use indexer rather than method syntax for `builder.Configuration`
2023-04-13 14:47:38 -10:00
Rick Anderson 8bd7685b3d
Update with UA VS /1 (#28671)
* Update with UA VS /1

* work

* work

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Taylor Southwick <tasou@microsoft.com>

---------

Co-authored-by: Taylor Southwick <tasou@microsoft.com>
2023-03-16 18:52:26 +00:00
Taylor Southwick d274c5b604
Use xref to reference types in incremental migration (#28688)
* Use xref to reference types in incremental migration

* Fix xref

* fix

* Fix2

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-03-16 08:44:12 -10:00
Rick Anderson 86b67367c7
upgrade not migrate /1 (#28592)
* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1
2023-03-07 14:11:54 -10:00
Luke Latham 3b0330e8c2
Edit pass on Blazor with Yarp (#28574)
* Edit pass on Blazor with Yarp

* Create BlazorEndpointRouteBuilderExtensions.cs

* Updates

* Updates
2023-03-07 08:45:47 -10:00
Taylor Southwick 3d1b2bfa1d
Add doc for using Blazor with YARP (#28535) 2023-03-03 14:38:53 -10:00
Rick Anderson d01a9016ec
A/B Test edit pass /1 (#28551)
* A/B Test edit pass /1

* A/B Test edit pass /1

* Update aspnetcore/migration/inc/abtesting.md
2023-03-03 14:35:49 -10:00
Taylor Southwick 5c75d2ac1c
Fix a couple of incorrect APIs for the incremental migration docs (#28545) 2023-03-02 12:27:45 -10:00
Rick Anderson 7d1bd99b73
Create stub.text 2023-03-02 12:08:40 -10:00
Taylor Southwick c144129225
Add A/B testing info for incremental migration (#28534)
* Add A/B testing info for incremental migration

* default value to true
2023-03-02 11:51:48 -10:00
Adam Daniel d7eb977a75
Fix trivial typo in adapters.md (#28181) 2023-01-24 16:56:19 +00:00
Mike Rousos 72b477563d
Add docs and sample code for sharing auth cookies between ASP.NET and ASP.NET Core (#28020)
* Add docs and sample code for sharing auth cookies between ASP.NET and ASP.NET Core

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Add details about how users should decide between auth sharing options

* Clarify that auth cookie sharing between ASP.NET and ASP.NET Core allows using cookies but not signing in from both apps.

* Move the last couple ASP.NET Core/ASP.NET Core sharing sections above the now-expanded ASP.NET/ASP.NET Core sharing section.

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Small rearrangement of content in a bulleted list

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-12 08:40:54 -10:00
Rick Anderson aaec62d552
Update remote-session.md (#27876)
* Update remote-session.md

* Update aspnetcore/migration/inc/remote-session.md

* Update remote-session.md

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2022-12-13 19:46:31 -10:00
Paul Harrington bf70abb585
Typo (#27851)
* Typo

* Update aspnetcore/migration/inc/session.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-12-10 10:08:31 -10:00
Taylor Southwick c2c4ad222a
Add information about System.Web adapter packages (#27850)
* Add information about System.Web adapter packages

* Update overview.md
2022-12-06 19:34:35 -10:00
Rick Anderson eb4d1ade00
Add mermaid to edit/update images (#27817)
* Update overview.md

* Update overview.md

* Create mermaid.txt

* Update mermaid.txt

* Update overview.md

* Update overview.md
2022-12-02 08:56:40 -10:00
Rick Anderson 097bd7dff8
Inc migration from Framework to ASP.NET Core /1 (#27566)
* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* Inc migration from Framework to ASP.NET Core /1

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* Update aspnetcore/migration/inc/session.md

Co-authored-by: Taylor Southwick <tasou@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Co-authored-by: Mike Rousos <mikerou@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

Co-authored-by: Taylor Southwick <tasou@microsoft.com>
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Co-authored-by: Mike Rousos <mikerou@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
2022-11-28 15:35:12 -10:00