This new tool unifies RegExpEditor and RegExpFileRenamer, offering find-replace rules expressed as
regular expressions (.NET flavor). The editor part has grep, unique, sort and grouping capabilities.
Files are renamed in two steps, first a preview is loaded in a table (manual changes permitted),
the actual renaming will start only if proposed names are accepted.
More complex situations could be handled writing the MatchEvaluator method used in
string Replace(string input, MatchEvaluator evaluator)
call.
XmlValidator it's a simple XML validation utility. In the left pane you can type, paste or load an XML from an existing file. Without an existing schema just the format can be checked, after you press the "Validate" button in the bottom pane will appear "XML is well formed" or the error message. If you check "Discover schema from XML" the referenced schema will be used if any. In the right pane you can put the schema definition (XSD) and the validation will give you "XML is valid" or a list of errors.
A program to run queries against Microsoft SqlServer Compact edition files (.sdf) and retrieve some database info.
The latest version works with sdf files version 3.0, 3.5, 4.0 and has database drivers included.
Features: command history, syntax highlighting, autocomplete, data export, query and DDL generation
and database utilities (create, update, compact, repair). You can automatize some of your DB tasks using sdf-auto files.
Application | Version | Description |
---|---|---|
MdbBrowser | 2.1 - 2008.04.03 | A program for people who do not have Microsoft Office with Access installed and want to see the contents of Access databases (.mdb files) or run their own queries. It could be associated with the mdb extension so databases could be opened by an explorer double-click, drag and drop works also. |
IDN | 3.0 - 2018.09.26 |
Make conversions between domain names encoded utf8, punycode and utf8 encoded but presented as windows 1252. Version 3 has experimental libidn support (with ß encoding) |
ListComparer | 1.1 - 2013.03.01 | You have two lists and you want to know the common or different items - here you will get the power of operations on sets |
DomainExtractor | 4.0 - 2017.07.06 | Extracts and groups domain names from any text. The recognized TLDs are in the attached text file. |
RelDeb | 3.0 - 2017.02.14 | You can find if a .NET application was built in debug or release mode and the framework version used. |
QueryGenerator | 1.1 - 2007.10.31 | Generates select, insert, update queries from the create table command or for PostgreSQL and MySQL extracting information from the database |
ClassGenerator | 1.1 - 2017.07.20 | A rudimentary tool to generate C# class definitions from database 'create table' statements or XSD |
ExiftoolWrapper | 4.0 - 2018.09.27 |
Brings
ExifTool
to .NET. Source code is available on GitHub and there is a ready to use NuGet package. |
MvvmEssence | 1.4.2- 2023.12.18 |
A simple and lightweight MVVM framework Source code is available on GitHub and there is a ready to use NuGet package. |
BFU | 1.0 - 2018.12.28 | Background File Uploader, details at GitHub |