Is it possible to develop with Silverlight on a Mac? - Stack Overflow most recent 30 from stackoverflow.com2010-03-14T23:43:13Zhttp://stackoverflow.com/feeds/question/717204http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac2Is it possible to develop with Silverlight on a Mac?fmsfhttp://stackoverflow.com/users/260042009-04-04T14:43:48Z2009-06-28T06:48:51Z
<p>I've been searching through the Microsoft Silverlight site, and I am guessing the answer to my question will be no.</p>
<p>But is there any non official or official version of the Silverlight development SDK for Mac OS?</p>
<p>I want to avoid installing Windows, but I want to develop in Silverlight.</p>
http://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac/717210#7172102Answer by Eric for Is it possible to develop with Silverlight on a Mac?Erichttp://stackoverflow.com/users/45402009-04-04T14:47:04Z2009-04-04T14:47:04Z<p>Assuming the answer you get does turn out to be "No"...</p>
<p>I use a VM (Parallels) to run Windows XP on my Mac Pro. The performance of Visual Studio 2008 is actually fine in this setup.</p>
http://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac/717214#71721410Answer by Jeremiah for Is it possible to develop with Silverlight on a Mac?Jeremiahhttp://stackoverflow.com/users/341832009-04-04T14:49:03Z2009-04-06T19:22:59Z<p>The answer is yes, you surely can. You will need to use eclipse. It isn't as easy, but it sure is possible.</p>
<p>Good luck!</p>
<p>Link Heaven:</p>
<ul>
<li><a href="http://www.eclipse4sl.org/download/" rel="nofollow">Eclipse 4 Silverlight</a></li>
<li><a href="http://wildermuth.com/2009/03/21/My%5FMini-Session%5Fat%5FMIX09%5F%28Eclipse%5Fand%5FSilverlight%29" rel="nofollow">A video of Shawn Wildermuth showing this at the MIX09 Conference</a></li>
</ul>
http://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac/718375#7183753Answer by Shawn Wildermuth for Is it possible to develop with Silverlight on a Mac?Shawn Wildermuthhttp://stackoverflow.com/users/401252009-04-05T05:11:03Z2009-04-05T05:11:03Z<p>There is also MonoDevelop which is going to support it soon, but its not quite there. </p>
http://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac/1054413#10544131Answer by Thibaut Barrère for Is it possible to develop with Silverlight on a Mac?Thibaut Barrèrehttp://stackoverflow.com/users/203022009-06-28T06:48:51Z2009-06-28T06:48:51Z<p>I'm using Mac OS X to develop with Silverlight 3, using IronRuby and IronPython and TextMate. It is very pleasant to use!</p>
<p>You can grab the Silverlight 3 Beta Runtime for Mac <a href="http://silverlight.net/getstarted/silverlight3/default.aspx" rel="nofollow">here</a> and use it together with <a href="http://github.com/jschementi/agdlr/tree/master" rel="nofollow">AgDlr</a>. Grab the binaries of AgDlr <a href="http://sdlsdk.codeplex.com/" rel="nofollow">here</a>.</p>
<p>If you want to see samples of code that do work this way, have a look at <a href="http://github.com/jschementi/agdlr/tree/e562c2cb73407a057e852db51b3713296aef7068/samples" rel="nofollow">AgDlr demos</a>.</p>
<p>hope this helps!</p>