Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 788 Bytes

File metadata and controls

14 lines (7 loc) · 788 Bytes

WordNet Editor for WPF

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.

WordNet Editor screenshot

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.

Setup

The database connection string is built in the ConnectionString property of WordNetData.cs.