Skip to content

Commit b1edf20

Browse files
docs: add Additional resources paragraph on README.md
1 parent f533118 commit b1edf20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/aspnet-core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,9 @@ When running in development mode, you can access the Swagger UI at:
117117
- `https://localhost:7071/swagger`
118118

119119
This provides an interactive interface to test the API endpoints.
120+
121+
## Additional Resources
122+
123+
- [Tutorial: Create a minimal API with ASP.NET Core](https://learn.microsoft.com/aspnet/core/tutorials/min-web-api)
124+
- [.NET dependency injection](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection)
125+
- [Logging in C# and .NET](https://learn.microsoft.com/dotnet/core/extensions/logging)

0 commit comments

Comments
 (0)