Click here to Skip to main content
15,886,740 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:

i create dictionary in c# desktop application how can i connect my application to website for getting means of words thanks. .
Posted
Comments
Jason Gleim 7-Nov-12 11:47am    
Not very clear what you are looking for... you might give us some more information.

Are you looking to pull a word list from a web location and bring it into your application? If so, it would depend on how the endpoint is providing the information. The approaches are different depending on if they are on a web page (you have to request the page then scrape the results), a downloadable text file (you have to download the file then parse it), an XML file (again, parsing), a web service (does it return the list in SOAP, JSON, etc), or some other method? (It could be something exotic like Web Sockets) Each approach has strength and weaknesses and very different implementations.

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