I have 2 stand alone applications in VB.Net, and I want to be able to pass data between both applications e.g.
Senario 1
1) App A will send data to App B
2) App B will then uses this data and write to MS SQL Server
Senario 2
1) App B will send data to App A
2) App A will then use this data.
Both applications need to be able to send and receive data.
I have been looking on the internet and have found a couple of ways of doing this, however I am quite new to the whole VB.Net / programming and I really need some guidance on the most efficient and stable way, and a way that is quite simple to implement (if there is such a process
) )
Could someone please help me in suggesting a way of doing this and possible some guidance with regards to code examples?
Thanks in advance
Simon
Senario 1
1) App A will send data to App B
2) App B will then uses this data and write to MS SQL Server
Senario 2
1) App B will send data to App A
2) App A will then use this data.
Both applications need to be able to send and receive data.
I have been looking on the internet and have found a couple of ways of doing this, however I am quite new to the whole VB.Net / programming and I really need some guidance on the most efficient and stable way, and a way that is quite simple to implement (if there is such a process
Could someone please help me in suggesting a way of doing this and possible some guidance with regards to code examples?
Thanks in advance
Simon