Skip to content

Commit 6a624f8

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

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

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

2525
You’ll learn how to:
2626

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

3432
## Prerequisite
3533

0 commit comments

Comments
 (0)