You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-framework/core/get-started/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Define a context class and entity classes that make up the model.
90
90
91
91
EF Core can also [reverse engineer](../managing-schemas/scaffolding.md) a model from an existing database.
92
92
93
-
Tip: In a real app, you put each class in a separate file and put the [connection string](../miscellaneous/connection-strings.md)in a configuration file or environment variable. To keep the tutorial simple, everything is contained in one file.
93
+
Tip: This application intentionally keeps things simple for clarity. [Connection strings](../miscellaneous/connection-strings.md)should not be stored in the code for production applications. You may also want to split each C# class into it's own file.
0 commit comments