A mock-up movie rental application to learn and implement some new technologies:
« libraries
« frameworks
« architectures
« techinques
The Project
▼
Implementation ASP.Net Identity; Seeding users and roles; Enabling social logins.
Entity Framework code-first migrations; seeding the database.
JQuery data table plug-in
Using Ajax to call APIs to feed data to JQuery data table
Bootbox.js plug-in for pretty dialog boxes
API with data annotations and authorization by role.
Automapper; Creation of Data Transfer Objects (DTOs) to remove dependency on the domain objects
Validation; Data annotations; Validation summaries
Business rules applied via custom validation