Skip to content

Commit d8fbc29

Browse files
authored
Update README.md
1 parent f50ce89 commit d8fbc29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ You can find samples on new features availabel in ASP.NET Core 9(3) [here](/proj
1717

1818
- For ATProtocol (the underlying open protocol for Bluesky) related samples, you can find them [here](https://github.com/dodyg/bluenile).
1919
- For Hydro Framework (Razor Pages compatible), you can find them [here](/projects/hydro/)(4).
20+
- [Official .NET Aspire samples](https://github.com/dotnet/aspire-samples).
21+
- For Data Access samples, go to the excellent [ORM Cookbook](https://github.com/Grauenwolf/DotNet-ORM-Cookbook).
22+
- .NET team also has [a sample repository](https://github.com/dotnet/samples).
23+
2024

2125
## Sections
2226

@@ -77,8 +81,6 @@ You can find samples on new features availabel in ASP.NET Core 9(3) [here](/proj
7781
| [Xml](/projects/xml) | 1 | |
7882
| [YARP](/projects/yarp) | 1 | |
7983

80-
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).
81-
8284
## How to run these samples
8385

8486
To run these samples, simply open your command line console, go to each folder and execute `dotnet watch run`.

0 commit comments

Comments
 (0)