|
newbie question about WCF vs. Remoting I currently have a Windows form app that sits on the client machine and
connects through a VPN to a database server running SQL Server. As long as
the clients bring back reasonable amounts of data, the app runs fine.
Basically I am using Ideablade devforce to create my model. So my app
brings back objects of things like customers, invoices etc.
What would moving to WCF give me? Would there be any benefit. I suppose a
major benefit would be that I wouldn't need the VPN anymore.
Bill |