- .NET 8 (adjust if using another version)
- ASP.NET MVC 5
- WPF (.NET)
- Entity Framework 6
- SQL Server (LocalDB)
- AutoMapper‑style manual mappers
- XAML & MVVM in WPF
Prerequisites
Visual Studio 2022 or newer
.NET SDK 8.0
SQL Server Express (LocalDB comes with VS)
For Remote DB: Remember to input IP & change DB credentials
TimeRegistration.sln
The first build will create a RegistreringsSystem database and seed demo data automatically.
### Run the apps
In Solution Properties set multiple startup projects:
MVCApp → Start
WpfApp → Start
Press F5. The MVC site opens in your browser, and the WPF admin launches.