|
Today I decided to implement a StopWords filter in C# that would filter out certain woulds from a search engine query. I wanted something to filter out common words like "a", "I", "to", "the" "how", from search queries since in most cases... more »
|
|
|
|
|
If you do any sort of ASP.NET programming there usually comes a time when you need to get a websites Base URL. The following shows two examples, the first example shows how to get the Base Site Url using C#, which can be used for... more »
|
|
|
|
|
A regular expression for validating a image url. more »
|
|
|
|