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 a9e8264 commit 92a36abCopy full SHA for 92a36ab
entity-framework/core/dbcontext-configuration/index.md
@@ -69,7 +69,7 @@ The `ApplicationDbContext` class must expose a public constructor with a `DbCont
69
70
[!code-csharp[ApplicationDbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp/ApplicationDbContext.cs?name=ApplicationDbContext)]
71
72
-[!code-csharp[dbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp9/Data\ApplicationDbContext.cs)]
+[!code-csharp[dbContext](../../../samples/core/Miscellaneous/ConfiguringDbContext/WebApp9/Data/ApplicationDbContext.cs)]
73
74
`ApplicationDbContext` can be used in ASP.NET Core controllers or other services through constructor injection:
75
0 commit comments