Skip to content

Commit eab22f8

Browse files
authored
Enhance SQL tutorial with new topics and details
Updated tutorial content to include additional topics such as database connection strings, LocalDB usage, and data seeding.
1 parent 9ab3c84 commit eab22f8

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-sql8.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)