ASP.NET Web Applications One project - personal choice. Project has to be hosted here: http://git.akaver.com/itk-aspnet-spring-2018 Project requirements Ca 10 entities (database tables) - many:many simple inbetween tables do not count, identity tables do not count UOW with factory and repos - all controllers use this Dependency injection i18n - static content (using resources) - including validation i18n - database content i18n - Datetime input i18n - 2 languages at least - native + 1 more ViewBag/ViewData - forbidden! ViewModels instead. Await/Async everywhere Bootstrap UI template Identity, SQL injection, resource ownership checks Partial views - no razor repetitions NO return NotFound() - make nice page with explanations!!! POLISHED UX ================ Part 1 ================== Initial project idea and entity disain. Repos/UOW for all of them Scaffolded controllers for all the entities. ApplicationDbContext replaced with UOW in controllers. Deadline 2018-03-08 23:59:59