Skip to content

Commit 903829e

Browse files
authored
Update working-with-sql7.md
1 parent 72cc2c2 commit 903829e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
:::moniker range="= aspnetcore-7.0"
22

3+
## Introduction
4+
5+
This part of the tutorial series focuses on working with a SQL database in your ASP.NET Core MVC application.
6+
7+
You’ll learn how to:
8+
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.
15+
316
## Prerequisite
417

518
This tutorial uses a database you set up in the previous step: <xref:tutorials/first-mvc-app/adding-model>.

0 commit comments

Comments
 (0)