Skip to main content

HomeWork

Leg 01

Project proposal - https://courses.taltech.akaver.com/web-applications-with-csharp/assignments/home-assignments/project-proposal

Leg 02

DeadLine 2025-03-16 23:59:59

Culture support

https://courses.taltech.akaver.com/web-applications-with-csharp/lectures/i18n

Add support for language switching. Translate your current web UI and all entities (display, maxlength, etc. ) to at least 2 languages (your native + en).

Leg 03

DeadLine 2025-04-03 23:59:59

Update your code and documentation/erd (project proposal) to show how application user (and role) are connected to rest of your domain. How are m:m entities connected to user?

Implement base and app repositories.
Implement base and app UoW.

Replace dbcontext in all of your controllers with uow/repo (use dependecy injection.).

Leg 04

DeadLine 2025-04-17 23:59:59

Implement Account rest controller. User refresh token based approach. Test your implementation on some simple rest controller.

Methods to implement: Register, Login, Logout, TokenRefresh.