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
The sample code for this chapter contains this solution:
4
4
@@ -7,7 +7,6 @@ The sample code for this chapter contains this solution:
7
7
consisting of these sample projects
8
8
9
9
* Intro (introduction to EF Core with models, contexts, creating the database, read, write, update, delete, logging)
10
-
* UsingDependencyInjection (using Microsoft.Extensions.DependencyInjection to create the context)
11
10
* MenusSample (model with a relation, self contained type configuration, tracking, batch)
12
11
* MenusWithDataAnnotations (using data annotation to create a model)
13
12
* ScaffoldSmaple (using `dotnet ef` for scaffolding)
@@ -24,16 +23,11 @@ consisting of these sample projects
24
23
* TransactionsSample (explicit transactions)
25
24
* MigrationsLib/ConsoleApp/WebApp (migrations with dependency injection and a library)
26
25
27
-
To build and run the .NET Core samples, please install
28
-
29
-
* Visual Studio 2019 Update 8 with the .NET Core workload
30
26
31
27
To access the database, you can use the **Azure Data Studio** on Winodws, MacOS, and Linux:
32
28
[Download and install Azure Data Studio](https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio)
33
-
34
-
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core).
35
29
36
-
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp7)
30
+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021)
37
31
38
32
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com"csharp.christiannagel.com") for additional information for topics covered in the book.
0 commit comments