Skip to content

Commit 2d8c6bc

Browse files
Dzmitry Lahodaajcvickers
Dzmitry Lahoda
andauthored
azure functions or csharp microservice-console-stream consumer or (ev… (#2224)
* Update entity-framework/core/get-started/index.md Co-authored-by: Arthur Vickers <ajcvickers@hotmail.com>
1 parent 9558425 commit 2d8c6bc

File tree

1 file changed

+1
-1
lines changed
  • entity-framework/core/get-started

1 file changed

+1
-1
lines changed

entity-framework/core/get-started/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Define a context class and entity classes that make up the model.
9090

9191
EF Core can also [reverse engineer](../managing-schemas/scaffolding.md) a model from an existing database.
9292

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.
9494

9595
## Create the database
9696

0 commit comments

Comments
 (0)