Commit Graph

17225 Commits (28dbecf86de006aaa6d977139d888e38f9b13848)

Author SHA1 Message Date
Luke Latham 4201dd738b
Improve SignalR connection guidance (#32232) 2024-04-03 07:56:00 -04:00
Robert Haken 2f150e5ff3
[Blazor] Virtualization - data slicing clarification (#32228) 2024-04-02 20:49:51 -04:00
Robert Haken 59eba1a2e8
[Blazor] Rendering - ShouldRender explanation (#32226) 2024-04-02 23:37:27 +00:00
Robert Haken c3ac6fd3d4
[Blazor] Rendering - order of approaches to manage state (#32227) 2024-04-02 23:34:07 +00:00
Rick Anderson 1ed80d5e94
Merge pull request #32223 from tdykstra/mfawhatsnew1
Moniker prep for .NET 9 content
2024-04-02 11:57:15 -10:00
Tom Dykstra ecaf6ce598 fix links 2024-04-02 13:52:46 -07:00
Tom Dykstra 64b7e3a981 remove extraneous md 2024-04-02 13:40:54 -07:00
Tom Dykstra 16bd772ed8 Moniker prep for .NET 9 content 2024-04-02 13:29:17 -07:00
Luke Latham c525ce057d
QR code generation article for BWAs (#32206) 2024-04-02 12:27:38 -04:00
Luke Latham fe302a07bf
Guidance on dynamic NavLink generation (#32219) 2024-04-02 11:56:41 -04:00
github-actions[bot] 8874e6fb27
What's new article (#32210) 2024-04-01 18:28:56 -04:00
Rick Anderson f8217fbec4
Merge pull request #32214 from timdeschryver/style/parameter-binding-8
update line highlighting and spacing
2024-04-01 10:28:40 -10:00
Rick Anderson 4fc2becf41
Merge pull request #32213 from timdeschryver/style/working-with-forms
fix highlight and style in snippets
2024-04-01 10:24:52 -10:00
Rick Anderson 8bd7cfb928
Update parameter-binding.md
This file needs to be updated to get an internal doc build that's needed to verify the generated output.
2024-04-01 10:17:28 -10:00
Tim Deschryver ac523c7899
unify code sample syntax 2024-04-01 17:37:10 +02:00
Tim Deschryver 9b9cf45b12
update line highlighting and spacing 2024-04-01 17:37:06 +02:00
Tim Deschryver fc66c0685c
fix highlight and style in snippets 2024-04-01 16:00:13 +02:00
Luke Latham e377ac0c30
Update service registration to match latest guidance (#32211) 2024-04-01 12:30:48 +00:00
Luke Latham 96a7617776
Improve authorization opening remarks (#32195) 2024-03-29 15:21:42 -04:00
Luke Latham aa4829d27e
Update Azure SignalR Service remarks (#32204) 2024-03-29 07:04:40 -04:00
Tom Dykstra fc0d9b12a5
Update current version and latest version include files (#32177) 2024-03-27 16:24:57 -07:00
Rick Anderson 2994239ec6
Merge pull request #32178 from StefanOssendorf/patch-1
Fix url pointing to Configuration-binding source generator
2024-03-27 13:15:49 -10:00
Stefan Ossendorf 676a418463
Update index.md
Fixes #32114 

Url corrected
2024-03-27 22:20:17 +01:00
Luke Latham 1fb5518a7d
Updates to compression warning content (#32167) 2024-03-27 12:33:17 -04:00
Luke Latham aa55d4891a
Graph scopes clarification and addl updates (#32108) 2024-03-27 12:14:16 -04:00
Luke Latham 31449c3efe
Clarify the guidance is for downloading (not opening) files (#32165) 2024-03-27 09:14:45 -04:00
Luke Latham d24356d300
Add remarks on standalone WASM (#32164) 2024-03-27 09:11:05 -04:00
Luke Latham 0353d390e2
Add remark on ME-ID authority in server API config (#32163) 2024-03-27 08:44:06 -04:00
Luke Latham 4dbc3736a0
Add coverage on antiforgery services and middleware (#32160) 2024-03-27 08:14:03 -04:00
Luke Latham 2ae896553a
Control <head> content and migration updates (#32144) 2024-03-26 18:54:53 -04:00
Luke Latham 675b397bdb
Update scope/authority guidance in BWA+OIDC article (#32149) 2024-03-26 16:29:16 -04:00
Wade Pickett 572cd3e673
Min API tutorial: rewrite to Swagger (#32076)
* MinAPI tutorial rewrite to Swagger

* Correct code path swagger version

* Added code highlight

* Improved h2-h3 titles for Swagger steps

* Moved H2 from VS to VSC

* Restored todogroup program.cs

* Clarified original DTO instruction

* Improved first run app and stop app instruction

* Fixed VSC first run instruction

* Corrected typo configu

* Fix code highlihght

* Removed dupe explaination line

* Corrected original error in json example

* Added swagger response screenshot and a few fixes

* Fixing typos, text improvements

* Rewrote and recoded for NSwag instead of Swashbuckle plus updated art

* Add Cam's recommendation on tool choice

* Improved some text, fixed typos

* Move Typed Results Program.cs to NSwaag

* Rewrote + recode v6 and v7 based on approved 8 approach

* Fixed missing Visual Studio tabs in v6 and v7

* Fixed alt text warnings and corrected code snippet path for v6-7

* Updated v6 and v7 package versions appropriate for the target .NET

* Updated v6 to move todo and tododb classes out of program.cs to be consistant

* Updated prereq includes to remove old preview text for vs and vs for mac versions 6-8

* More changes per tdykstra review.
2024-03-26 11:36:15 -07:00
Cervac Petru 2d6d7715de
add missing angle brakets (#32113)
* add missing angle brakets

* Update integration-tests.md

* Update integration-tests7.md

* Update integration-tests.md

* Update aspnetcore/test/integration-tests/includes/integration-tests7.md

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-03-25 13:07:47 -10:00
Robert Haken 5974aae008
[Blazor] Event handling - ParentChild2.razor without Task.Yield() (#32086) 2024-03-25 22:47:33 +00:00
Robert Haken 7b2a781d1f
[Blazor] - Lifecycle - Incorrect usage of "unmanaged" term (#32125) 2024-03-25 17:36:59 -04:00
Luke Latham bb42ed92dc
Surface warning on compression for interactive SSR (#32096) 2024-03-25 10:22:29 -04:00
Luke Latham 9f4897ec25
Revert lifecycle diagram and text (#32136) 2024-03-25 10:05:06 -04:00
Robert Haken 7790c43c25
[Blazor] Lifecycle - clear formulation for conditions when rendering is avoided (#32089) 2024-03-25 09:01:20 -04:00
Luke Latham 2e92679a8d
Clarify app settings file locations (#32135) 2024-03-25 08:26:37 -04:00
Luke Latham cd5e2d86fe
Improved Project Structure article WASM headings (#32134) 2024-03-25 07:45:42 -04:00
Robert Haken 9a0892d7b5
[Blazor] Lifecycle - StateHasChanged from Dispose or DisposeAsync (#32131) 2024-03-24 20:15:20 -04:00
Luke Latham 48ec4f3686
Add a space to format block quote output (#32126) 2024-03-24 23:52:26 +00:00
Robert Haken 05c440fae0
[Blazor] include/prerendering.md - JS element => HTML DOM element (#32123) 2024-03-24 19:14:22 -04:00
Robert Haken d2d8d241ef
[Blazor] Lifecycle - remove if (firstRender) from OnAfterRenderAsync sample (#32121) 2024-03-24 19:13:34 -04:00
Robert Haken 6637024a42
[Blazor] Lifecycle - AfterRender.razor sample update + console output added (#32120) 2024-03-24 18:19:04 -04:00
Robert Haken 2b4ef082d3
[Blazor] Streaming rendering is static SSR + prerendering (#32115) 2024-03-24 08:26:05 -04:00
Robert Haken 6b5257926e
[Blazor] Lifecycle - OnAfterRender not invoked (#32116) 2024-03-24 08:14:24 -04:00
Rick Anderson f0f7060062
Snippet region to tag (#32112)
* Snippet region to tag

* Snippet region to tag
2024-03-22 16:03:48 -10:00
Rick Anderson dd6d064071
Merge pull request #32106 from timdeschryver/issue/32087-move-http-module-snippets-to-code
move snippets to code sample
2024-03-22 15:50:17 -10:00
Luke Latham c73d571a0a
Blazor WASM cookie security for web APIs (#32028) 2024-03-22 07:05:14 -04:00