Skip to content

Commit 9ab3c84

Browse files
authored
Expand SQL database tutorial with new topics
Added additional topics on database context configuration and LocalDB usage.
1 parent 0f236d2 commit 9ab3c84

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ This part of the tutorial series focuses on working with a SQL database in your
66

77
You’ll learn how to:
88

9-
- Connect your application to a SQL database
10-
- Map models to database records
11-
- Configure the Entity Framework Core context
12-
- Perform CRUD (Create, Read, Update, Delete) operations
13-
14-
By the end of this guide, you’ll understand the basics of working with databases in ASP.NET Core using Entity Framework Core.
9+
- Register and configure the Entity Framework Core database context for your ASP.NET Core MVC app.
10+
- Work with database connection strings for local development.
11+
- Use SQL Server Express LocalDB for development and examine your database and data using SQL Server Object Explorer.
12+
- Seed your database with initial sample data.
1513

1614
## Prerequisite
1715

0 commit comments

Comments
 (0)