Modernization of a decentralized application for order processing in a retail group
Project duration: 1 year, 8 months
Brief description
An existing .NET application for decentralized order processing in an internationally operating retail group is to be modernized and accelerated. The registration process is to be converted to Single Sign On and the components of the application are to be upgraded to new versions. In addition, WCF web services contained in the application will be redesigned.
Supplement
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data. Source: https://docs.microsoft.com/en-us/dotnet/framework/wcf/whats-wcf
Subject description
Most orders in the retail sector are placed centrally, so that delivery to the individual national branches and international subsidiaries must be supported as part of order processing.