Skip to content

Commit b83015f

Browse files
authored
Expand SQL database tutorial with new topics
Added additional topics on configuring Entity Framework Core and database management.
1 parent 44d3e4a commit b83015f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +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
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.
1313

1414
By the end of this guide, you’ll understand the basics of working with databases in ASP.NET Core using Entity Framework Core.
1515

0 commit comments

Comments
 (0)