Commit Graph

13958 Commits (0a51f3beb5a19a971843ff015e6d7df443abd770)

Author SHA1 Message Date
Luke Latham 0a51f3beb5
Clarify best app base path (`<base>` tag) location (#33802) 2024-10-06 18:05:45 -04:00
Mike Kistler cdd29d0dc3
Merge pull request #33773 from dotnet/mdk/openapi-excluding
Add doc on excluding endpoints in controller-based apps
2024-10-05 14:03:45 -05:00
Mike Kistler 31faf404a5 Address PR review comments 2024-10-05 14:00:56 -05:00
Mike Kistler 8c6a20e7bf
Apply suggestions from PR review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2024-10-05 13:55:48 -05:00
Luke Latham 6617b50cc2
Fix tutoria's previous button text (#33791) 2024-10-04 22:05:44 +00:00
Luke Latham e6262167ad
Blazor code example updates (#33786) 2024-10-04 08:49:30 -04:00
Rick Anderson 7a5461c347
Merge pull request #33745 from alaatm/fix_default_window_size
Fix incorrect http/2 Kestrel's default stream window size
2024-10-03 15:57:13 -10:00
Rick Anderson 7e4e5f45af
Merge pull request #33768 from timdeschryver/issue/33701
change warning text in secure-data
2024-10-03 14:59:10 -10:00
Luke Latham 6461a83e99
Pull updated code example into article (#33781) 2024-10-03 22:29:01 +00:00
Luke Latham 1dab797da7
Remark on components as generic types (#33778) 2024-10-03 15:07:21 -04:00
Luke Latham 73970297a8
Blazor Identity UI description updates (#33777) 2024-10-03 14:53:17 -04:00
Mike Kistler b4c1d2788c Add doc on excluding endpoints in controller-based apps 2024-10-03 07:51:56 -05:00
Robert Haken 73ade4af21
[Blazor] call-javascript-from-dotnet.md - pull sample code (#33770) 2024-10-03 11:41:21 +00:00
Tim Deschryver aad99d0fe8
change warning text in secure-data 2024-10-02 20:14:46 +02:00
Luke Latham b826a78bfc
Move out-of-place line and remove file moniker (#33762) 2024-09-30 22:00:34 +00:00
Wade Pickett 28b2be77c1
SFI-Image fix part 1 (#33748)
* SFI-Image fix part 1
2024-09-30 09:45:22 -07:00
Alaa Masoud a86bda1fc3
Fix incorrect Kestrel's default stream window size
According to https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.server.kestrel.core.http2limits.initialstreamwindowsize?view=aspnetcore-8.0#microsoft-aspnetcore-server-kestrel-core-http2limits-initialstreamwindowsize, the default size is 768 KB not 96 KB
2024-09-28 23:41:58 +03:00
Rick Anderson 0c243ba6fc
ROPC caching (#33734)
* ROPC

* Update distributed.md

* Update distributed6-7.md

* Update distributed5.md

* Update aspnetcore/performance/caching/distributed.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2024-09-28 00:29:32 +00:00
Rick Anderson 9b7c3bf617
Merge pull request #33732 from dotnet/Rick-Anderson-patch-7
Update configuration.md ropc
2024-09-27 14:25:34 -10:00
Rick Anderson 8b82fa61c6
Update secure-data.md 2024-09-27 09:18:35 -10:00
Rick Anderson 5e84509acc
Update configuration.md 2024-09-26 16:05:23 -10:00
Rick Anderson 50491c4ac6
Update configuration.md ropc 2024-09-26 15:59:48 -10:00
Rick Anderson 09f5afbc39
SFI:ROPC metadata (#33726)
* SFI:ROPC metadata

I think we should standardize on ROPC hits that have been fixed.

* Update aspnetcore/security/authorization/secure-data.md

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

* Update aspnetcore/security/authorization/secure-data.md

* Update aspnetcore/security/authorization/secure-data.md

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2024-09-27 00:57:07 +00:00
Grunet bc52fc0b5d
fix examples where the input element is inline with the label text (#33714) 2024-09-26 13:51:55 -07:00
Luke Latham 67a6299628
Fix custom auth message handler example (#33723) 2024-09-26 18:58:54 +00:00
Boomkop3 af21054d7c
fix: rounding error (#33721) 2024-09-26 09:26:39 -04:00
Luke Latham bb93fd024f
Add Azure Static Web Apps from VSC (#33720) 2024-09-26 12:02:12 +00:00
Grunet ccad0bfcca
Fix typo of "CreateModel.cshtml" to "Create.cshtml" (#33712) 2024-09-26 07:46:24 -04:00
Luke Latham 04e07a1d1b
Improve session affinity remarks (#33719) 2024-09-26 06:22:21 -04:00
Rick Anderson 211cf9eec4
Merge pull request #33706 from dotnet/guardrex/bias-free-communication
Bias-free communication
2024-09-25 12:05:19 -10:00
Rick Anderson b74e269e87
Update static-files.md 2024-09-25 08:43:56 -10:00
Luke Latham 8f2c47bc17
Update SIMD cross-link (#33708) 2024-09-25 16:11:41 +00:00
guardrex 2b4a1af88f Updates 2024-09-25 11:30:47 -04:00
guardrex 98a9f9caff Bias-free communication 2024-09-25 11:20:34 -04:00
James Newton-King a3863036aa
Update grpc versioning to make point clearer (#33680)
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2024-09-24 00:45:46 +00:00
Rick Anderson f4a32cf959
Ra/js/collocation/2 (#33697)
* Add example for configuring JS collocation in _Layout.cshtml

This advice should work for Razor pages and for MVC views. I'm not sure about scripts provided by Razor class libraries, I don't use them personally.

* Update aspnetcore/includes/js-collocation.md

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

* Add ScriptTagHelper sample with collocated JS files

* Escape Razor syntax

* Fix typo in ommitted->omitted

* Fix sample mistakes here and there

* Update aspnetcore/includes/js-collocation.md

* JS colloc /2

* JS colloc /2

* JS colloc /2

* JS colloc /2

* JS colloc /2

* JS colloc /2

* JS colloc /2

* JS colloc /2

---------

Co-authored-by: Steven <steven.liekens@gmail.com>
2024-09-23 22:27:25 +00:00
William Chong 3ede019848
Add missing curly brace in json transcoding openapi sample (#33674) 2024-09-23 10:09:34 -10:00
Luke Latham d8b8f87a06
Drop trademark attribution (#33685) 2024-09-23 14:05:37 +00:00
Luke Latham 080317447b
Surface migration remark on multiple BWA support (#33683) 2024-09-23 09:41:36 -04:00
Luke Latham 127099657d
Authentication state updates (#33668) 2024-09-23 09:20:36 -04:00
Robert Haken e044b737a6
[Blazor] Components - loop samples - intro text removal (#33675) 2024-09-22 20:04:30 -04:00
Andre Kraemer 4911282c39
Added missing `add` in the migration command of Blazor Movie Tutorial… (#33678) 2024-09-23 00:04:11 +00:00
Mike Kistler 7d18c6480d
Restructure OpenAPI content (#33656) 2024-09-21 13:04:27 -10:00
Tom Dykstra 410364e40a
Fix link (#33671)
Fixes #33663
2024-09-21 13:04:07 -10:00
Tom Dykstra 573b59b0d0
Remove Access-Control-Allow-Methods from request header list (#33673)
Fixes #33660 
Access-Control-Allow-Methods is a response header, not a request header
2024-09-21 13:03:46 -10:00
Tom Dykstra 91c795a3f5
Fix links (#33672)
* Fix links

Fixes #33661

* Fix links

* Fix links

The reader would be better served by an internet search if they wanted more info about author request headers.
2024-09-21 13:03:26 -10:00
Rick Anderson 26193c75c5
Update include managed-identities-test-non-production.md (#33638)
* Update include  managed-identities-test-non-production.md

This should be a warning, not a note.

* Update sql.md

* Update aspnetcore/tutorials/razor-pages/sql.md
2024-09-19 22:41:38 +00:00
Rick Anderson 3b0db3bcfc
ROPC on secure user data /2 (#33639)
* ROPC on secure user data /2

* ROPC on secure user data /2

* Update aspnetcore/security/authorization/secure-data.md
2024-09-19 22:39:10 +00:00
Rick Anderson 81f25ccd03
Merge pull request #33641 from dotnet/Rick-Anderson-patch-11
Update app-secrets.md
2024-09-19 12:37:42 -10:00
Luke Latham 1658e76fa7
Add link to runtime doc request issue (#33658) 2024-09-19 07:24:20 -04:00