This chapter will enhance the site functionality by adding a feature to search for products and add a more advanced select control using a view model to pass complex data to the view instead of using ViewBag.
Note
If you want to follow along with the code in this chapter, you must either have completed Chapter 2 or download Chapter 2’s sour code from www.apress.com as a starting point.
Adding Product Search
To perform a search for products, I'm going to add some functionality to search through product names, descriptions, and categories so that the user ...