-
Digital Tadpole Inc
- http://www.digitaltadpole.com
-
DataImporter Public
Pulls data from excel, csv or any delimited text, json, or a regex and parses it into a database. It is a builder, command line app and a reference. Import settings are saved in a config file.
-
DTIControls Public
.NET control suite. Includes jquery UI controls and a lite content management suite.
-
Reporting Public
Drop in reporting tool with sql query builder
-
DTIGrid Public
.NET Data grid for fast editing. Add the grid give it a table name and add/update/delete. Includes searching and paging. Uses free-jqgrid.
-
csv2excel Public
Forked from deztec/csv2excel.NET command line tool to convert delimited files to Excel format (xls/xlsx) without Excel having to be installed
C# UpdatedMar 18, 2022 -
jsQueryBuilder Public
javascript sql query builder. Because I'm tired of writing joins. Used in the reporting tool, mirrored here for anyone to use,