Dot Net Library

The Dot Net Library contains several common functions that should should really have been included in the .NET Framework but for one reason or another haven't been. The project contains several projects that build into .dll's that can be used by any .NET project (version 2.0 onwards). I personally have used these many times and hope that others find these useful too to include in their projects. This project will be ongoing with the idea being that extra functionality will be added all the time. Libraries: DatabaseLibrary: (SQL Database helper): Create, Drop and List Databases on a SQL Server. Create and Drop Users, Logins and Roles on a database on a SQL Server. Execute a batch of .sql files transactionally. ImageLibrary: Retrieve the Exif Tags from an image to retrieve data that is encoded in images (such as the date & time a photograph was taken). An enhanced CreateThumbnail method-this thumbnails the image keeping the scale and also alows clients to choose the quality of the thumbnail. WebLibrary: Generate new machine keys. Copy web.config files (used to help when multiple developers are working on a project and have different web.config files)

OpenStreetMap2Oracle

OpenStreetMap2Oracle is a windows application, which exports OpenStreetMap Data (*.osm - files) in an oracle database. The geometries will be stored in oracle's SDO_GEOMETRY datatype. It is developed in C Sharp with modern WPF - UI.