C# Windows Mobile 6.5 and TCP connections
- by Phillip
Hello,
I am developing an application which makes a TCP connection out to our company server to pull down data and provide real-time data updates when the information changes.
I am using the .NET Compact Framework for the development and the .NET Framework 3.5 (soon to update to 4.0) for the server-side TCP connection.
I want to leave the…