Open Source .Net Development
Web Services Security
Enterprise Library contributions - db(OLEdb, ODBC, Sybase, ODP 10, PostgreSQL, MySql) and Logging (Rolling File, Flat File Fix, Console, Tracing, Webservice)
Here (http://www.nantz.org/msentlib.zip) are my contributions to the Microsoft Enterprise Library.
db(OLEdb, ODBC, Sybase, ODP 10, PostgreSQL, MySql) and Logging Sinks (Rolling File, Flat File Fix, Console, Tracing, Webservice)
Here are some screen shots:
Logging
Database
Of course you will have to ownload the latest ODP (http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html), MySql(http://www.mysql.com/products/connector/net/), PostgreSQL(http://gborg.postgresql.org/project/npgsql/projdisplay.php) and Sybase (http://www.sybase.com/detail?id=1016644) drivers. I couldn't find the db2 drivers so that will still be an add on and not directly built into the code base.
Oh and I also added an enterprise template project so that you can include all these projects in your own solution.
Of course I am still working on all the test. That is a chore. But I am using the ODP 10 and Console Sink in procudtion. I also plan on using the Webservice Sink for logging from a smart client.
Have fun and play safe.