ASP.NET Articles
|
|
lucene.net [Open Source]
|
"Lucene.Net is a complete up to date .NET port of Jakarta Lucene a hight-performance,
full-featured text search engine written entirely Java..."
Lucene (in Java)
and a 'preview' article in August 2000
|
|
Nata1 [Open Source]
|
C# open-source search engine
|
|
.Text Search
|
"...Core of the .Text search feature is Lucene.NET..."
|
|
SiteSearchEngine on DeveloperFusion and CodeProject
|
Developer Fusion Community
Forums : SiteSearchEngine
|
|
SoundEx implementation in C#
|
a 'sounds like' search match algorithm
|
|
Remove
html tags and insert remaining text into variables |
|
|
Parsing htmlmarkup text
using MSHTML
|
Parse HTML by walking the DOM using the 'IE control' and MSHTML
docs
|
|
Directory Listing |
|
|
Stripping HTML |
|
|
Opening a file from
ASP.NET |
|
|
Remove
White Space Regex |
|
|
Practical parsing in
Regular Expressions |
|
|
XML Serialization using
C# |
|
|
Multi-threaded
Web Applications - Case I: Search Engine |
Multi-threading is the ability for an application to perform more than one execution
simultaneously. When used properly, it can greatly improve the responsiveness and
efficiency of an application. However, multi-threading in Windows was quite difficult
and error-prone. But with the support from various .NET base classes in the System.Threading
namespace, it is now a relatively easy task. And since ASP.NET pages can be created
with any .NET languages, we can build some ASP.NET pages that feature multi-threading.
This article is the first of the series of 4. I will demonstrate the use of threading
in web applications by implementing a simply search engine.
|
|
Yider (ASP3.0) |
The Yider is a VBScript Spider that allows you to quickly add a search system to your
site like the one at the top of this page. It stores data in a Microsoft Access, SQL
7 or SQL 2000 database. The Yider does not require DLLs or COM components to run and
works for all languages.
|
|
Dynamic (Javascript)
find-in-page |
This DHTML script simulates the Edit> Find In Page feature of the browser to allow
your visitors to easily search for a particular text on your page. As in the "Find
In Page" feature, it highlights the searched text if found, otherwise, prompts a "Not
Found" message.
|
|
C# Spider - ASP.Net Version |
I have been spending a lot of time learning C# and .net. I wanted to share some of
the things I have learned...
|
|
Apply
Hit Highlighting and Keyword Context to Your Search Results |
VB to highlight matches and text excerpts in search results
|
|
Other search engines |
http://www.developerfusion.com/show/4389/
http://www.aspfree.com/c/a/ASP-Code/Creating-a-Personal-Search-Engine-by-Sixto-Luis-Santos/
http://www.codeproject.com/cs/webservices/omnisearch.asp#xx755770xx
http://www.developerfusion.com/show/4389/7/
|