Create Inventory Management System ASP.NET Core MVC Application.
With the help of your ASP.NET Core Application users should be able to:
See the information about all computers.
Search for the computer info based on the Serial Number.
Search for the computer info based on the Computer ID.
Search for the computer info based on the Room number. Note: in one room/office you
can have more than one computer.
Add a new computer info to the database.
Delete the information about old computer from the database.
Recommended Database Structure:
ID – integer
Serial Number – integer
Room Number – string
Description - string
Operating system - string
Owner – string
Installation date – DateTime
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-3.1
Comments