Click here to Skip to main content
15,888,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to integrate service created in .NET application with multiple cross domain platform ?

1. first suggest which one i choose to create service i.e. Restful WCF, WebAPI, or something else ?

2. Provide me some example as well urgently if possible ?

Thank you very much...
Posted

1 solution

For one of the approaches, please see these CodeProject articles:
WCF and Android Part I[^],
WCF and Android: Part II[^].

As far as I can see, this article is limited to the case when you only consume the service in Android, and not developing an Android service, but second option looks quite unlikely.

Generally, if you had CLI-based WCF on both sides, you would have all the WPF options at your fingertips, but unfortunately Xamarine makes it quite expensive, so the suggested approach looks like a good choice.

—SA
 
Share this answer
 
v2
Comments
Gaurav Gupta A Tech Guy 8-Dec-15 2:11am    
Yes, i only need to consume WCF Services on multiple platform like android app ? So restful WCF would be best way or not ? Also i want to implement some security work. so please help me with example in that way as well....
Sergey Alexandrovich Kryukov 8-Dec-15 2:26am    
Very good. Best or not? Well, define "best"... :-)
There is no such thing as "best"; the preference highly depend on many factors, the detail of the application, even on resources you have and your experience and personal preferences.

Anyway, I offered you some arguments in favor of this approach. Will you accept the answer formally? (It won't prevent others from sending their suggestions.)

—SA

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