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
Post a Comment