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 details

Challenge: Course details

From the course: Learning ASP.NET

Start my 1-month free trial

Challenge: Course details

(energetic music) - [Instructor] For this challenge, we'll implement a Course Details feature allowing a user to view details about a specific course, like the course name, its description and whether or not it's an online course. They can only view the information and can't make any updates. The user accesses this feature by navigating to Course/Details/{id} where they specify the course ID in the route. You'll implement logic in the controller action to query a course by its ID and add a new view that's bound to the course model. Once you retrieve the course from the database, you can display its information on the Details view. This challenge should take you about 10 minutes to complete. Don't forget to check out the solution video when you're done and best of luck.

Contents