https://github.com/syncfusionexamples/inventory-management-asp-dotnet-core
This repository contains the inventory management application, built with ASP.NET Core 3.0 and Entity Framework 3.0 to illustrate performing CRUD actions.
https://github.com/syncfusionexamples/inventory-management-asp-dotnet-core
Last synced: 10 months ago
JSON representation
This repository contains the inventory management application, built with ASP.NET Core 3.0 and Entity Framework 3.0 to illustrate performing CRUD actions.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/inventory-management-asp-dotnet-core
- Owner: SyncfusionExamples
- Created: 2019-09-04T09:31:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:48:46.000Z (over 1 year ago)
- Last Synced: 2025-02-08T20:47:59.426Z (12 months ago)
- Language: HTML
- Size: 648 KB
- Stars: 38
- Watchers: 9
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management ASP.NET Core
This repository contains the inventory management application, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate performing CRUD actions.
## Prerequisites
* Visual Studio 2022
* SQL Server 2017
## How to run the project
* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Change the connection string in the appsettings.json file that points to your SQL Server.
* Run the project.