This is a browser / editor user interface for Wordnet, written on the Windows WPF platform and using a SQL Server database that contains the WordNet data.
Here's the project site.
The SQL Server database that supports this application can be found at this repo. Much of the editor's functionality is implemented on the server side.
The database connection string is built in the ConnectionString property of WordNetData.cs.