A
A
Alexander2019-01-14 21:38:12
ASP.NET
Alexander, 2019-01-14 21:38:12

Integration of a warehouse program with a website in c#?

There is a warehouse program and a website written in c#. It is necessary to make sure that the availability and name of the product with the product code are integrated into the site, thereby constantly keeping the quantity in the warehouse of the product up to date. How it can be implemented and where to read to look. What is the principle of operation of such a scheme for integrating a product with a site, there are more than 1000 products. Maybe there is some other way how to keep it all up to date.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arthur Mustafin, 2019-01-14
@virtual_hack2root

The site is the front, the warehouse program is the back. if the back supports an API for accessing data from the outside, that is, from the front, another database, then you can update the information on the front by loading it from the back.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question