top of page

Inventory Management System ASP.NET Core MVC Application



Create Inventory Management System ASP.NET Core MVC Application.

With the help of your ASP.NET Core Application users should be able to:

  1. See the information about all computers.

  2. Search for the computer info based on the Serial Number.

  3. Search for the computer info based on the Computer ID.

  4. Search for the computer info based on the Room number. Note: in one room/office you

  5. can have more than one computer.

  6. Add a new computer info to the database.

  7. 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


If you need any project help related to ASP.Net then send your request at contact@coderarts.com and get instant help with an affordable prices.

bottom of page