CSV Tool
Search through folders to find and join any number of CSV files into one complete file.
XML Translator Tool
XML Translator is a simple class that accepts XML in various formats and outputs XML in various formats.
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
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 [...]
Highlight Search Results
Some search engines highlight the words that you searched for when they display their results. I have recently had a need to do this and rather than use someone elses code I thought I’d write my own.