Is it possible to develop with Silverlight on a Mac? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-14T23:43:13Z http://stackoverflow.com/feeds/question/717204 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/717204/is-it-possible-to-develop-with-silverlight-on-a-mac 2 Is it possible to develop with Silverlight on a Mac? fmsf http://stackoverflow.com/users/26004 2009-04-04T14:43:48Z 2009-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#717210 2 Answer by Eric for Is it possible to develop with Silverlight on a Mac? Eric http://stackoverflow.com/users/4540 2009-04-04T14:47:04Z 2009-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#717214 10 Answer by Jeremiah for Is it possible to develop with Silverlight on a Mac? Jeremiah http://stackoverflow.com/users/34183 2009-04-04T14:49:03Z 2009-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#718375 3 Answer by Shawn Wildermuth for Is it possible to develop with Silverlight on a Mac? Shawn Wildermuth http://stackoverflow.com/users/40125 2009-04-05T05:11:03Z 2009-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#1054413 1 Answer by Thibaut Barrère for Is it possible to develop with Silverlight on a Mac? Thibaut Barrère http://stackoverflow.com/users/20302 2009-06-28T06:48:51Z 2009-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>