Commit Graph

97 Commits (532fdf8bdf28a06f5703350ce250905d4ee047d6)

Author SHA1 Message Date
Luke Latham 755442ff79
Move BWA+OIDC article (#32018) 2024-03-09 07:20:43 -05:00
Luke Latham afe0400715
Threats for SSR article (#31063) 2023-11-17 07:38:02 -05:00
Luke Latham 92a669b023
Blazor forms node (#30834)
* Blazor forms node

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates

* Updates
2023-11-01 11:45:29 -10:00
Tom Dykstra 3b34e6ca2f fix typo 2023-10-31 18:04:14 -07:00
Luke Latham dc1cf03a61
Blazor with EF Core article updates 8.0 (#30405) 2023-09-19 11:15:21 -04:00
Luke Latham bc105d8244
Merge versions of Blazor-SignalR tutorial (#30375) 2023-09-15 09:42:57 -04:00
Luke Latham 368757e5e2
Blazor AAD rename (#30198) 2023-08-30 09:31:52 -04:00
Tom Dykstra 7aac446036
Fix typo in file and folder names (#30060) 2023-08-15 16:48:52 -07:00
Tom Dykstra daf2aef10f
Update from route-to-code to minimal API (#28677)
Co-authored-by: Safia Abdalla <safia@safia.rocks>
2023-03-17 15:42:11 -07:00
Tom Dykstra 9e6b39f459
Prefer the dotnet version of high-perf logging (#28553) 2023-03-02 17:23:43 -08:00
Tom Dykstra 8da73ae5c4
delete react-with-redux (#28318) 2023-02-07 09:24:52 -10:00
Tom Dykstra de598dd9c9
Move and rename "ASP.NET Core Performance Best Practices" doc (#27940)
* draft

* minor tweaks

* fix links

* remove unhelpful h2

* tweak toc order and redirection

* move up in toc

* tweak wording
2022-12-20 14:19:17 -10:00
Bill Wagner 4303d0baa4
Use updated whatsnew (#27707)
* update whats new file names

Rename all the existing files to match the new names. Then, update the TOC, index, and redirections to match the new names.

* remove old NuPkg

* Add latest NuPkg

* Fix redirection targets.

* Redirection, part II
2022-11-27 11:36:06 -05:00
James Newton-King f23e504c0c
Split up gRPC JSON transcoding doc (#27053)
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-09-21 12:22:05 +00:00
Luke Latham a8d984a7e1
Blazor InputX form components (#26753) 2022-08-16 10:18:10 -05:00
Luke Latham 87928a0773
Blazor tutorial organization (#24960) 2022-02-10 07:42:04 -06:00
Luke Latham 9ed5d03531
Blazor Performance UE and pivot updates (#23135) 2021-09-02 08:33:50 -05:00
Luke Latham 9efb28cc13
Move Blazor Layouts topic to Components ToC node (#22368) 2021-05-21 15:42:40 -05:00
Luke Latham d8083f5bc9
Blazor topic redirection updates (#22358) 2021-05-21 06:06:33 -05:00
Rick Anderson 2a58a2fc7a
retire azure deployment (#22283)
* retire azure deployment

* retire azure deployment

* Update publish-to-azure-webapp-using-vs.md
2021-05-12 08:12:07 -10:00
Luke Latham fa2d1f5e9c
Blazor Call JS from .NET UE pass (#22229) 2021-05-12 07:28:13 -05:00
David Pine b11de4efb4
Delete eBook, redirect to .NET repo accordingly, update refs. (#22191) 2021-05-03 09:05:49 -10:00
Luke Latham f1ce6f3075
Blazor SignalR guidance re-organization (#21331) 2021-02-09 05:55:51 -06:00
Luke Latham 822231fda3
SignalR with Blazor Server samples+pivot (#21271) 2021-02-04 13:13:49 -06:00
Wade Pickett c6ffbfa43b
Fix redirect for First MVC index (#21286)
* Fix redirect for First MVC index

* TOC update: Removed First MVC series Overview
2021-01-23 05:46:26 +10:00
Luke Latham 08da4468c3
Blazor hosting models UE pass (#20868) 2020-12-15 04:35:12 -06:00
Luke Latham eb9ff8893e
Prerendering and integration components updates (#19887) 2020-11-10 05:08:17 -06:00
Luke Latham 430273252a
Blazor Get Started updates (#19055) 2020-07-02 22:15:35 -05:00
Luke Latham 8dea63feaa
Blazor Todo list tutorial updates (#19053) 2020-07-02 15:55:28 -05:00
Luke Latham d5b7249fd1
Blazor ToC updates (#18831) 2020-06-19 08:24:40 -05:00
Luke Latham 24aa1c3fd9
Update Blazor custom user account section (#18201) 2020-05-08 07:39:49 -05:00
Luke Latham 9bb5b6cf91
Create Blazor Server security node (#18028) 2020-04-28 06:48:08 -05:00
Luke Latham f814e1e413
Split Blazor JS Interop topic (#17059) 2020-02-20 13:45:05 -06:00
Cam Soper 28be1a39f2
Better AAD samples/links (#16650)
* Curating better list of AAD samples/links

* Adding this doc back in

* whoops
2020-01-22 11:10:02 -06:00
Rick Anderson 37f1cb430e Remove Bower doc (#15992)
* Remove Bower doc

* Bower doc removal PR patch (#16012)
2019-12-04 08:47:59 -06:00
Mike Rousos 3f89068edd Add an authentication overview doc (#15735)
* Add an authentication overview doc explaining high-level authentication concepts (schemes, challenges, etc.).

* Update redirect doc to use authentication/index as the authentication landing page

* Update .openpublishing.redirection.json

* Update index.md

* Update index.md

* Revise authentication overview doc based on PR feedback.

* Apply suggestions from code review

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* Use scheme names explicitly in authN config sample

* Add an 'Authenticate' section to the concepts to mirror Challenge and Forbid.

* Update index.md

* Replace one bullet point list with a sentence.

* Update index.md
2019-11-27 07:10:40 -10:00
Luke Latham 31ae19f46f
File uploads topic (#12344) 2019-10-02 12:52:34 -05:00
Luke Latham b66ceeafa6
Update Blazor hosting model terms (#14281) 2019-09-12 13:17:31 -05:00
Scott Addie 6c38690a6e
Delete migration index page (#14060) 2019-08-28 16:21:46 -05:00
Scott Addie c566f9f309
Convert web API jQuery doc to Fetch API (#13874)
* Convert web API jQuery doc to Fetch API

* More work

* More edits

* Add missing file extension to source_path

* More edits

* Fix broken section anchor link
2019-08-27 13:31:29 -05:00
Tom Dykstra 8bc0907d29
EF RP 3.0 update (#13422) 2019-08-08 11:55:43 -07:00
Scott Addie 8e8e81c153
Fix a broken redirect (#13525) 2019-07-29 10:51:12 -05:00
Luke Latham f7ca70b9d2
Consolidate troubleshooting docs (#13231) 2019-07-17 16:56:16 -05:00
Rick Anderson 8424923f98
Update .openpublishing.redirection.json (#12640) 2019-06-02 09:29:20 -10:00
Rick Anderson 5870e42ecb
Combine gRPC tutorials (#12522)
* Combine gRPC tutorials

* Combine gRPC tutorials

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2019-05-29 07:49:16 -10:00
Rick Anderson 0454f87677
Retire Gulp (#12360)
* Retire Gulp

* Retire Gulp
2019-05-09 14:43:47 -10:00
Luke Latham 53ac8cbe6d Blazor redirects (#11992) 2019-04-18 09:53:38 -07:00
Luke Latham 48a64ae81a
Patch redirects (#11993) 2019-04-16 10:09:47 -05:00
Scott Addie d8d54db1d9
Retire the Font Awesome doc (#11544) 2019-03-18 12:54:21 -05:00
Tom Dykstra 72e1a9fc67
Fundamentals restructuring (#10929) 2019-02-22 12:44:53 -08:00