Re: [PHP-WIN] php and silverlight

2009-11-18 Thread Jarrett Meyer
As far of the silverlight side of things, I've done an example (using ASP.NET MVC) that uses basic WebRequest and WebResponse objects. This version used JSON serialization, but XML is a little bit easier. http://www.jarrettmeyer.com/2009/04/creating-fake-services-with-mvc.html -- Jarrett Meyer Em

RE: [PHP-WIN] php and silverlight

2009-11-18 Thread Harpreet
Any good tutuorials on the same ...like I said this is the first time I am trying anything like this. I am a php developer wanting to incorporate datagrid for some data display using silverlight. -Original Message- From: Jarrett Meyer [mailto:jarrettme...@gmail.com] Sent: Wednesday, Novem

Re: [PHP-WIN] php and silverlight

2009-11-18 Thread Jarrett Meyer
Depending on the complexity of the data being served, I recommend writing a POX endpoint in your web page and using WebRequest/WebResponse methods to manually grab your data. Always been faster for me than screwing around with WCF. Then you can display the Silverlight xap as an embedded object. -

[PHP-WIN] php and silverlight

2009-11-18 Thread Harpreet
I am trying to embed a silverlgiht project into php and like to use some sql server data to display in the silverlight project. What is the best way to go. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php