Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Jarrett Meyer
You'll must to write the Silverlight application in a Microsoft .NET language. That cannot be done in PHP. You do not have to use IIS services to get data into and out of Silverlight. Any XML, JSON, even RSS endpoint will do. While you can write .NET services (either WCF or ASMX), do not feel like

RE: [PHP-WIN] php and silverlight

2009-11-19 Thread Harpreet
OK so I can create a silverlight web app use a datagrid ..populate it with my sql server database ...compile it and embed into my php page as an xap file. I think I am missing something?? I can do all this in apache. -Original Message- From: Sascha Meyer [mailto:harlequ...@gmx.de] Sent:

Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Sascha Meyer
Hi Harpreet, Harpreet schrieb: Why do u say kind of .. there is an nice tutorial where a silverlight datagrid is created with a linq to sql class. Can I embed this into my php code hosted on apache...please help I am stuck because Elisabeth' example shows how to mimic C#'s linq functionality wi

RE: [PHP-WIN] php and silverlight

2009-11-19 Thread Harpreet
Why do u say kind of .. there is an nice tutorial where a silverlight datagrid is created with a linq to sql class. Can I embed this into my php code hosted on apache...please help I am stuck -Original Message- From: Elizabeth M Smith [mailto:auroraeosr...@gmail.com] Sent: Thursday, Novem

Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Elizabeth M Smith
Harpreet wrote: I plan to make a webservice that will connect to my sql server database and then the silverlight datagrid control can interact with my web service. But the problem now is my app is PHP and is hosted on apache. Where will I host my web service - IIS. Can I have apache and iis on t

[PHP-WIN] UNSUBSCRIBE me please

2009-11-19 Thread marribeth
UNSUBSCRIBE me please -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] php and silverlight

2009-11-19 Thread Harpreet
I plan to make a webservice that will connect to my sql server database and then the silverlight datagrid control can interact with my web service. But the problem now is my app is PHP and is hosted on apache. Where will I host my web service - IIS. Can I have apache and iis on the same machine.

Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Elizabeth M Smith
Harpreet wrote: Can I use LINQ with PHP?? Yes - well kind of ;) http://www.codeplex.com/PHPLinq Thanks, Elizabeth Smith -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] php and silverlight

2009-11-19 Thread Harpreet
Can I use LINQ with PHP?? -Original Message- From: Jarrett Meyer [mailto:jarrettme...@gmail.com] Sent: Wednesday, November 18, 2009 12:16 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] php and silverlight As far of the silverlight side of things, I've done an example (using ASP.