You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Data Access samples, go to the excellent [ORM Cookbook](https://github.com/Grauenwolf/DotNet-ORM-Cookbook). .NET team also has [a sample repository](https://github.com/dotnet/samples).
Copy file name to clipboardExpand all lines: projects/.net8/README.md
+1-27Lines changed: 1 addition & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ASP.NET 8.0 (42)
1
+
# ASP.NET 8.0
2
2
3
3
## Misc New Features
4
4
@@ -119,32 +119,6 @@
119
119
120
120
This sample demonstrates the ability to use `[FromForm]` binding in Minimal API.
121
121
122
-
## Request Timeout
123
-
124
-
*[Request Timeout](request-timeout)
125
-
126
-
This sample demonstrates how to configure a request timeout in Minimal API.
127
-
128
-
*[Request Timeout Policy](request-timeout-2)
129
-
130
-
Trigger exception on a timeout using `HttpContext.RequestAborted.ThrowIfCancellationRequested()` on a timeout that was specified using a named policy in Minimal API.
131
-
132
-
*[Request Timeout Policy](request-timeout-3)
133
-
134
-
Trigger exception on a timeout using `HttpContext.RequestAborted.ThrowIfCancellationRequested()` on a default timeout policy in Minimal API.
135
-
136
-
*[Request Timeout](request-timeout-4)
137
-
138
-
Use `RequestTimeout` attribute in an MVC controller to specify when timeout is trigerred.
139
-
140
-
*[Request Timeout](request-timeout-5)
141
-
142
-
Use `RequestTimeout` attribute in an MVC controller to use a named policy.
Copy file name to clipboardExpand all lines: projects/blazor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Blazor (22)
1
+
# Blazor Wasm (22)
2
2
3
3
You will find samples for Blazor, a .NET application framework for Web Assembly here. To run the sample, simply type `dotnet watch run` at the folder of each project. Make sure you pay attention which port Kestrel is running on.
This sample demonstrates how to configure a request timeout in Minimal API.
6
+
7
+
*[Request Timeout Policy](request-timeout-2)
8
+
9
+
Trigger exception on a timeout using `HttpContext.RequestAborted.ThrowIfCancellationRequested()` on a timeout that was specified using a named policy in Minimal API.
10
+
11
+
*[Request Timeout Policy](request-timeout-3)
12
+
13
+
Trigger exception on a timeout using `HttpContext.RequestAborted.ThrowIfCancellationRequested()` on a default timeout policy in Minimal API.
14
+
15
+
*[Request Timeout](request-timeout-4)
16
+
17
+
Use `RequestTimeout` attribute in an MVC controller to specify when timeout is trigerred.
18
+
19
+
*[Request Timeout](request-timeout-5)
20
+
21
+
Use `RequestTimeout` attribute in an MVC controller to use a named policy.
0 commit comments