I need to send data from a web application to a console application. The current plan requires the web application to send data to the database, and the console application to query the database then act on the data when it is inserted. Should I modify the console application to enable the http handler so that the web application can send data so that there is no need to poll the database? Is there a better way to transfer data between these two applications? A console application should never send data to a web application.
Update
This is a .NET 2.0 console application, so WCF does not seem like a viable option. The data payload is quite small (several 9-digit identification fields, less than 150 bytes in total) and will be sent at a speed of about 10 per minute. There is no firewall between the two applications.
, , BackgroundWorker. , , . , , , , . , TimeStamp , , , , . , .
, WCF .
[], wcf asp.net. ( ) . , , .
. , ( , , , ), ( , /, ) ..
- . - , webservice (wcf), (msmq),.net .
Source: https://habr.com/ru/post/1702848/More articles:Denormalize DataSet - .netUsing diff to find parts of many files that are the same? (bizzaro-diff or inverse-diff) - htmlIs there a way to iterate over a list subsector in Python - pythonA utility for dynamically creating static pages ... (I do not ask about it because I want it, rather because I need ...) - htmlSql server in Excel via web service - .netAppEngine: keeping DataStore consistent when creating records - pythonMultiple ajax call processing - jqueryPHP cookies - phpFlex Container with Variable Elements - flexI donβt understand how to express the relationship between three separate tables - ruby ββ| fooobar.comAll Articles