We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70741c commit 8c35aeaCopy full SHA for 8c35aea
README.md
@@ -1,14 +1,15 @@
1
# .Net 5 console application demo
2
3
-A console app built using .NET 5 with support to Microsoft best practices to show how to setup:
+A console app built using .NET 5 with support to Microsoft DI best practices to show how to setup:
4
5
- Multiple environments,
6
- Configuration values using the `Options pattern`,
7
- Appsettings,
8
- Usersecrets,
9
- Azure KeyVault,
10
- Azure Application Insight,
11
-- ConsoleHostedService,
+- TelemetryClient,
12
+- HostedService,
13
- HttpClientFactory,
14
15
## Setup
0 commit comments