/art-reservation

Art reservation project for my c# course

Primary LanguageC#MIT LicenseMIT

art-reservation

Art reservation project for my c# course

Quick Start

$ dotnet run --project AdminUI filldata

and then

$ dotnet run --project AdminUI

or

$ dotnet run --project WebUI

Note

  • You may want to change database path here

Project goals

  • Hand made ORM
  • Use reflection somewhere
  • Create wpf app (I used Avalonia)
  • Use async or thread
  • Create web using asp.net
  • Create login on web - doesn't matter how (I did it with singleton xd.. don't judge me :))
  • Some CRUD operations
  • Form validation

Examples

admin-login

admin-dashboard

admin-manage

web-login

web-gallery

web-detail

web-reviews

web-reservations

.. all working and twerking c: