Employee Attendance System in .NET 10: SQL Server with Entity Framework Core
Move the Employee Attendance System roster from memory into SQL Server with Entity Framework Core. Add a DbContext, a seeded migration, and integration tests against a real database. Built with Claude Code, reviewed by hand.