About the desktop application and socket application

I gonna learn winform programming, but I do not know which direction is fit for me. Therefore, I wanna know the prospect of desktop application and socket application. I genuinely hope someone could tell me something about this. Thanks a lot!
[243 byte] By [StephenAda] at [2008-1-5]
# 1
This really isn't the right forum for WinForm questions -- and I'm not sure what you mean by "socket applications".

But, to better guide you to the right information -- do you have a more specific question?

WPCoder at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 2
Thanks for reply. socket application means .NET Remoting and XML Services. I hope you can tell me specific application and prospect of desktop and Remoting application.
StephenAda at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...
# 3

Hello, generally it’s recommended to use web services in remote computing because it’s an open standard, and it’s a basic approach in SOA. Also it’s very easy to create a client of a web service in Visual Studio. Just use “Add Service Reference” for WCF services and “Add Web Reference” for other types of services. The IDE will automatically generate all the code you need to communicate with the service. Please refer to Use WCF Client and Access an XML Web Service in Managed Code.

Now move on to the client technology. If you want to use Windows Forms, you can post your questions on the Windows Forms forum. If you want to use WPF, you can begin with the corresponding topics on MSDN. There’re also a few good books about WPF such as “Windows Presentations Foundation Unleashed” and “Application=Code+Markup”. If you have further questions related to WPF, please feel free to post them here.

Yi-LunLuo-MSFT at 2007-10-3 > top of Msdn Tech,Visual Studio Orcas,Windows Presentation Foundation (WPF)...

Visual Studio Orcas

Site Classified