From the course: Using Entity Framework Core with Legacy Databases

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Product recall

Challenge: Product recall

From the course: Using Entity Framework Core with Legacy Databases

Start my 1-month free trial

Challenge: Product recall

(musical sting) - [Instructor] Let's bring together what we've learned in this chapter for a little challenge. Let's start in the main program and remove the code from previous videos. Product MWRAS32 has just been recalled and we need to notify all of the customers who purchased it. Let's return a list of customer names, last comma first, with phone numbers to help perform this task. For an extra challenge, sort the customers by last name and ensure that there are no duplicates in the list. I'll type the name of that product ID out. Go ahead and give this a try on your own and then check out the solution video where I'll show you how I solved the problem.

Contents