You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the inventory management application, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate performing CRUD actions.
3
4
4
5
## Prerequisites
5
6
6
-
* Visual Studio 2019 16.4.0
7
-
* ASP.NET Core 3.1
7
+
* Visual Studio 2022
8
8
* SQL Server 2017
9
9
10
-
11
10
## How to run the project
12
11
13
12
* Checkout this project to a location in your disk.
14
-
* Open the solution file using the Visual Studio 2019.
13
+
* Open the solution file using the Visual Studio 2022.
15
14
* Restore the NuGet packages by rebuilding the solution.
16
-
* Change the connection string in the appsettings.json file that points to your SQL Server
15
+
* Change the connection string in the appsettings.json file that points to your SQL Server.
0 commit comments