Introduction
C# and VB.NET are great languages but they lack the highly
abstracted string processing routines. we got inspired by the string
library of PHP, Perl and Python. I envisioned that if those functions can be
mimiced them somehow without breaking C# style, they are going to be used by a lot of programmers.
Features
- General Substring Processing Routines
- HTML/XML Tag Related Methods
- Phonetic Algorithms like NYSICC, Soundex, Metaphone, Double Metaphone
- Different Code Validity Checkers (Which are impossible to check using Regex)
- String Distrance Metrices like Hamming distance calculation methods
Source Code
The latest release source code is
here.
Documentation
I have tried my best to create a comprehensible documentation for the API. Any suggestion to enhance the quality of the
documentation is welcome.
Download Documentation
In case you can't see this documentation, chances are you don't have Adobe Acrobar Reader installed
on your system. You can download the latest version of Adobe Acrobat reader from
here.
Project Page at CodePlex
This Library is already released and appreciated by members at open source community at
CodePlex.
Introduction
Since the introduction of .NET 1.0 there had been need for a good date time
processing library that can reduce the coding effort. Although .NET has a good
support for Localization, it is very low-level as far as the date manipulation
is concerned. We created this library motivated by the date functions in the
leading RDBMS systems like Oracle, SQL Server, MySQL. All these softwares have a
great support for high level date manipulation routines. The library is written
entirely in C# so it is highly compatible with the .NET framework. Moreover the
names of the methods and constants are intuitive
Features
- 95% Vanilla DateTime Processing
- USA Holidays as Properties
- Financial Quarter Saggregation
- Single Line Working Dates Calculation
Source Code
The latest release source code is
here.
Documentation
I have tried my best to create a comprehensible documentation for the API. Any suggestion to enhance the quality of the
documentation is welcome.
Download Documentation
In case you can't see this documentation, chances are you don't have Adobe Acrobar Reader installed
on your system. You can download the latest version of Adobe Acrobat reader from
here.
Project Page at CodePlex
This Library is already released and appreciated by members at open source community at
CodePlex.