Программа для решения задачи автодополнения слов
Решение состоит из двух частей:
-
Базовая. Консольное приложение.
Проект Vdk.AutoCompleter.TestClient -
Дополнительная. Клиент-серверный сервис.
В случае использования технологии WCF: проект Vdk.AutoCompleter.Wcf.Server и проект Vdk.AutoCompleter.Wcf.Client.
В случае использования технологии: проект Vdk.AutoCompleter.Thirt.Server и проект Vdk.AutoCompleter.Thirt.Client.
Для того чтобы скомпилить решение можно выполнить командный файл Vdk.AutoCompleter.Build.cmd. Выходные файлы запишутся в директорию Vdk.AutoCompleter.Release. Также в этой директории находятся командные файлы для удобства тестирования.
===========
This program is to decision the problem of finding autocomplete words
Decision of the problem consists of two parts:
-
Basic. Standalone application.
Project Vdk.AutoCompleter.TestClient -
Additional. Сlient-server service.
In the case of technology WCF: project Vdk.AutoCompleter.Wcf.Server and project Vdk.AutoCompleter.Wcf.Client.
In the case of technology THRIFT: project Vdk.AutoCompleter.Thirt.Server and project Vdk.AutoCompleter.Thirt.Client.
In order that the solution can be compiled to run the command file Vdk.AutoCompleter.Build.cmd. The output files are written to the directory Vdk.AutoCompleter.Release. Also in this directory are batch files for ease of testing.