Skip to content

This is the Windows application designed and built in C# for EZRentals to maintain Customer/Business information for running their day to day business activities smoothly.

Notifications You must be signed in to change notification settings

ManjilItani/EZ-Rentals-Management-System

Repository files navigation

1. EZ-Rentals-Management System

Windows application build in 3-tier architecture system with .Net & C# to host customer & business infromation during day-to-day work.

To run on your system

  • Set up SQL server on your machine,
    • run ./SQL/EZRentalDBCreateTables.sql (to create the database), then run ./SQL/EZRental_DML_Validation.sql to validate database contentes (optional)
  • Open AutoRentalManagementSystem folder in Visual Studio 2019 and run the application.
  • 3-tier Architecture breakdown /AutoRentalManagementSystem
    • ARMSBOLayer - Object mapping
    • ARMSDALayer - Configuration to ORM and connection to database (if you change name of the database change in line-13 of SQLServerDAOFactory.cs)
    • ARMSClientApp - Presentation Layer (for users)

** Indepth documentation in EZRental Inc. Customer Documentatioin .pdf

About

This is the Windows application designed and built in C# for EZRentals to maintain Customer/Business information for running their day to day business activities smoothly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages