Recommendation for a .NET Desktop Client using a PHP web backend? -



Recommendation for a .NET Desktop Client using a PHP web backend? -

we have project integrate .net application client communicate end server on http using php.

i've been looking @ our options , i've come 2 possible development scenarios:

use or post parameters php end, , returning responses using json or in other format .net can interpret.

implement .net compatible php web service framework.

the first 1 seem far simpler implement, might have complications downwards line, , i'm still not sure format easiest implement. 1 i've done before json.

the sec alternative seems "correct" way it, not i've attempted before , unsure best way proceed is.

my questions follows:

what standard way implement such solution?

if alternative 1 recommended way, best format serializing info beingness return?

if alternative 2, recommended framework implement solution , there tutorial followed ease implementation?

in past, i've gone alternative #1, serializing objects json. while can create xml-rpc interface in php, , there solid base of operations classes doing so, i've found hard work with.

meanwhile, there solid class handling json in .net, , supports linq!

http://json.codeplex.com/

php .net web-services

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -