Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 2124686

Browse files
readme EF Core
1 parent d8d2689 commit 2124686

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

EFCore/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
The sample code for this chapter contains this solution:
44

5-
* EFCoreSamples
6-
5+
* HelloWindows (Startup, MainPage, events)
6+
* IntroXAML
7+
* DataLib (library used by Windows App)
8+
* XAMLIntro (elements and attributes)
9+
* DependencyObjectSample (dependency properties)
10+
* RoutedEvents
11+
* AttachedProperty
12+
* MarkupExtensions
13+
* CustomMarkupExtension
14+
15+
716
consisting of these sample projects
817

918
* Intro (introduction to EF Core with models, contexts, creating the database, read, write, update, delete, logging)
@@ -24,9 +33,11 @@ consisting of these sample projects
2433
* TransactionsSample (explicit transactions)
2534
* MigrationsLib/ConsoleApp/WebApp (migrations with dependency injection and a library)
2635

36+
To build and run the .NET Core samples, please install one of these tools:
2737

28-
To build and run the .NET Core samples, please install
2938
* Visual Studio 2017 Update 5 with the .NET Core workload
39+
* Visual Studio for Mac
40+
* Visual Studio Code
3041

3142
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core).
3243

0 commit comments

Comments
 (0)