-
Notifications
You must be signed in to change notification settings - Fork 0
Components
The solution is broken up into multiple components.
This is the main component. It is a Windows Service that is registered using Topshelf. It reads and writes to the Jet databases. It accepts TCP connections and responds to SQL text commands.
This is a small WPF application used for administrative interactions with the server. It is currently incomplete.
This is a small testing Console Application that connects to the server and runs some commands against it.
This library has common functions and importantly the client object JetCSClient that makes communicating with the server straightforward.
This library contains the domain object models the application uses to communicate via Entity Framework with its own database
This library contains the Entity Framework code, the migrations used for the server to interface with its database