Latest version of Kailua released
We have merged all of our .NET open source code into the Kailua project and just put a new release up here. Like many other companies, we have made good use of open source code and this is our way of giving back.
We have also contributed in various places in the Java world but there we are merely contributors to existing projects. In this case, we have created our own open source project and we have had several thousand downloads to date.
What this provides is:
- A very lightweight API for ADO.NET that adds some basic functionality. We have drivers for Sql Server, Oracle, DB2, MySql, ODBC.NET, and OleDb.NET that adds things like a standard way to put parameters in a select statement.
- An extension to TimeZone that can create a TimeZone for any of the timezones in the world and can set their time changes for any given year. This information actually exists in the Windows registry so all we have to do is retrieve it.
- A class that will open an XML file for almost any given sharing configuration (such as is a share for domain users on a domain you are not on).
If you find this code useful, please do let us know.

