From the course: Learning ASP.NET

Unlock the full course today

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

Challenge: Course reviews

Challenge: Course reviews

From the course: Learning ASP.NET

Start my 1-month free trial

Challenge: Course reviews

(upbeat music) - [Instructor] For this challenge, we'll introduce a new feature to our MVC application, the ability to review a course. The user gets to this feature by navigating to Course/Review. You'll add a new MVC view where they can enter a course review. A review has a few attributes, the name of the course, the review comments, and the ability to recommend a course using a checkbox. The course name and review comments are required to be considered valid. The view will have a Create button that submits the form, and the user gets redirected to the course's homepage if the form is valid. If there are validation errors, we should show those on the page. This challenge should take you about 10 minutes to complete. Be sure to check out the solution video when you're finished, and good luck.

Contents