I have a requirement to create a simple search engine that that allows users to search a recipie database.
I need to search on
recipie name - for example "chicken kiev"
type of food - for example "chicken" or "vegetarian" or fish etc
calories - - for example 2000, 3000
amount - - for example 4 people, two people etc
I need the best approach for the UI and the best linq to sql approach
Thanks
Jules
Start Free Trial