Custom search engine in asp.net mvc and entity framework

Posted by Rahat on Stack Overflow See other posts from Stack Overflow or by Rahat
Published on 2010-05-08T11:10:45Z Indexed on 2010/05/08 11:18 UTC
Read the original article Hit count: 222

Hi, does anyone have any idea how I can get started building a search engine for my asp.net mvc site using entity framework. I plan to build something like: http://www.carsguide.com.au/search/?N=4294962119++492&type=cars there on the left there is a refine search option panel. What's the best approach to design a model for the UI and optimized query with entity framework.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about entity-framework