File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- # Samples for ASP.NET Core 6.0, 7.0 and 8.0 RC 1 (494 )
1
+ # Samples for ASP.NET Core 6.0, 7.0 and 8.0 RC 1 (495 )
2
2
3
- - Samples for ASP.NET Core ** 8.0 RC 1** is available [ here] ( /projects/.net8 ) (32 ).
3
+ - Samples for ASP.NET Core ** 8.0 RC 1** is available [ here] ( /projects/.net8 ) (33 ).
4
4
- Samples for ASP.NET Core ** 7.0** is available [ here] ( /projects/.net7 ) (45).
5
5
- Samples for ASP.NET Core ** 8.0 Preview 6** using EdgeDB.NET is [ here] ( https://github.com/edgedb/edgedb-net ) .
6
6
Original file line number Diff line number Diff line change 1
- # ASP.NET 8.0 Preview 7 (32 )
1
+ # ASP.NET 8.0 Preview 7 (33 )
2
2
3
3
These samples require [ .NET 8.0 RC 1] ( https://github.com/dotnet/installer#table ) .
4
4
@@ -136,4 +136,10 @@ These samples require [.NET 8.0 RC 1](https://github.com/dotnet/installer#table)
136
136
137
137
* [ Minimal API Form Model Binding] ( minimal-api-form-model-binding )
138
138
139
- This sample demonstrates the ability to use ` [FromForm] ` binding in Minimal API.
139
+ This sample demonstrates the ability to use ` [FromForm] ` binding in Minimal API.
140
+
141
+ ## Keyed Services
142
+
143
+ * [ Keyed Services in Minimal API]
144
+
145
+ Use ` IServiceProvider.GetRequiredKeyedService<T>(key) ` to get different type of implementation instances based on string key in Minimal API
You can’t perform that action at this time.
0 commit comments