Hi, I see many sites that have address like this:
http://www.myblog/2008/10/10/articl-title.aspx
Question 1
If I am using linq2sql to pull the article it is obvious that i must search for article in db using Startwith() function, but is this really smart and precise over searching using the ID ?
Question 2 What is the best way to make the URL look neat like this and add the ID and make search engine friendly at the same time?
thanks in advance.