We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f533118 commit b1edf20Copy full SHA for b1edf20
examples/aspnet-core/README.md
@@ -117,3 +117,9 @@ When running in development mode, you can access the Swagger UI at:
117
- `https://localhost:7071/swagger`
118
119
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