Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to create one windows application..and connect database with server and that data acess by webservice..how to do??i confuse which webservices use web,wcf,windows??


What I have tried:

nothing was try i m totally confused
Posted
Updated 10-Jul-17 0:49am

Regarding if to use WCF Services or Web Service, I'd choose WCF mainly because it's
'more advanced' than Web Service. For a short comparisons, have a look at
- What's the Difference between WCF and Web Services?[^]
- Comparing ASP.NET Web Services to WCF Based on Development | Microsoft Docs[^]
 
Share this answer
 
WCF services are indeed confusing, maybe it's easier to use SignalR, see: SignalR | The ASP.NET Site[^]
Here is a CodeProject article to get you started: Implementing SignalR in Desktop Applications[^]
 
Share this answer
 
v2
Comments
Wendelius 8-Jul-17 5:46am    
Not sure why you got downvoted, countered.
RickZeeland 8-Jul-17 5:48am    
Thanks, you deserve 5 too :)
You also have the option of using WEB API. Refer below link for more details.
Call ASP.NET Web API from windows application | The ASP.NET Forums
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900