G
Guest
I am very new to development and I am trying to develop a fairly complex program. It must be nTier and have both a WinForm and WebForm UI. Both the WinForm and WebForm interface will be accessible over the internet. So here's my question. Where can I go to get some general information on having WinForms access data over the internet. I have a book called "Designing Enterprise Applications with Microsoft Visual Basic .Net" It says I can use remoting, but that it's really only made for intranet network communication. Can I use an xml webservice to transmit this data to a winform over the net? Any help would be greatly appreciated.