List all the training registrations for all the courses. The following information should be displayed. ? A list of all courses and their training registrations. After every course training iteration, display a list of all delegates registered with all their relevant details (e.g address, dietary options etc ) Please ensure that your lab meet the below technology requirements. ? The Application should be in a source version control repository e.g GitHub ,GitLab, Bitbucket, Microsoft's Azure DevOps etc . ? Use Entity framework (EF) code first approach or database first approach. ? If you chose code first approach use Entity framework (EF) migration to propagate your database (or to deploy your changes to thedatabase). ? Use Entity Framework and Linq to retrieve all the required information that need to be displayed. ? Use any plugin / library to read the excel document “Training.xlsx”. Bonus Task The application should be able to register a delegate for training