Archive for Features

You are browsing the archives of Features.

Custom Column Keyword Searching

Custom Column Keyword Searching

Specify any SELECT statement, FROM any tables or JOINS, specify WHICH columns you want to MATCH against, then compare ALL WORDS, ANY WORD or EXACT PHRASES against ANY NUMBER OF KEYWORDS and finally choose how you want your results ORDERED.

Active Directory Searching with ASP.Net

Active Directory Searching with ASP.Net

Whenever I’ve Googled for and Visual Basic or C# code which will allow me to search through Active Directory I’ve had no luck. So, I wrote my own.
There are 2 parts to this project:

A User Class which defines all of the properties related to AD.
An Active Directory class which searches AD and creates an collection [...]