C# samples for .NET 4.0 and later
The following projects are for use with Visual Studio 2010.
C:\Program Files\dtSearch Developer\examples\cs4\ado_demo
Database indexing example in VB.NET. Uses the DataSourceToIndex property of an IndexJob to index ADO.NET databases.
C:\Program Files\dtSearch Developer\examples\cs4\AzureDemo
Demonstrates deployment of the dtSearch Engine in an Azure application.
C:\Program Files\dtSearch Developer\examples\cs4\DesktopSearch
Demonstrates indexing, searching, and hit highlighting in a desktop search application.
C:\Program Files\dtSearch Developer\examples\cs4\dsfolder
Demonstrates use of the DataSourceToIndex property of an IndexJob to index documents in a folder.
ListFields
C:\Program Files\dtSearch Developer\examples\cs4\ListFields
Demonstrates use of enumerable fields to list all values of a field in an index, or in a set of documents.
C:\Program Files\dtSearch Developer\examples\cs4\SpiderDemo
Uses the dtSearch.Spider .NET API to index web sites.
C:\Program Files\dtSearch Developer\examples\cs4\IndexCacheDemo
Uses the IndexCache class for faster searching.