Google Type Examples

  • Thread starter Thread starter Len
  • Start date Start date
L

Len

Are there any know asp.net example that replicate Google, ie. search with
categories, listings and ranking.
 
Are there any know asp.net example that replicate Google, ie. search with
categories, listings and ranking.

If there were, Microsoft wouldn't have tried (unsuccessfully) to buy Google!
They have arguably the best Search Engine in the business, but they've been
working on it for many years, and probably use an army of servers.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Maybe I should be more clear. I'm looking for something of the same style.
I would add my own data. I want to have something like a business directory
that can be grouped in to categories and subcategories, these displaying the
number of records held for each. When you click on the category it brings
back all the businesses in a list.

Thank you.
 
Hi Len,

Oh, heck. That's nothing like Google. Sounds like you want to build a fairly
standard database application. As for the categories, listings, and
rankings, that would entail mostly your database design. There are plenty of
examples of database-connective code out there. If you're looking for
something that includes categories, listings, and rankings, I am not aware
of any specific tutorials out there, but you never know. It's a big
Internet! Perhaps even someone here may know of something like what you're
describing.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Yes Kevin you are right but can not find anything on the internet. I see
many sites with this type of functionality but none with examples of how to
implement it :(

Thank you.
 
Back
Top