Art reservation project for my c# course
$ dotnet run --project AdminUI filldata
and then
$ dotnet run --project AdminUI
or
$ dotnet run --project WebUI
- You may want to change database path here
- 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
.. all working and twerking c: