Popis: |
В результате работы изучены способы взаимодействия программ между собой на примере использования технологии GraphQL при программировании на C# и её применимости при построении современных информационных систем. Cпроектирована база данных с использованием объектно-ориентированной технологии Entity Framework и подхода Code First. Изучена open-source библиотека «Hot Chocolate» и особенности работы с ней. Описаны основы работы с языком запросов, представлены результаты обращения к базе данных при формировании номенклатурных позиций. Объединение нескольких подзапросов в одну конечную точку. Особое отличие данной технологии -использование всех полей в модели данных в качестве аргументов при фильтрации. Проанализирована структура данных ответа и её влияние на коммутационную сеть. As a result of the work, there are studied the ways of interaction of programs with each other by the example of using GraphQL technology in programming on C# and its application in the construction of modern information systems. The database was designed, using the objectoriented EntityFramework technology and the CodeFirst approach. There are studied the opensource library «Hot Chocolate» and the features of working with it. Also are described the basics of working with the query language and the results of accessing the database during the formation of nomenclature positions. There is combining multiple subqueries into one endpoint. The differentiating feature of this technology is using all fields in the data model as arguments during filtering. Analyzed the response data structure and its impact on the switching network. |