Tools to develop WPF or Silverlight applications - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T08:56:57Zhttp://stackoverflow.com/feeds/question/189244http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/189244/tools-to-develop-wpf-or-silverlight-applications7Tools to develop WPF or Silverlight applicationsJobi Joy2008-10-09T21:15:34Z2009-11-04T10:27:14Z
<p>List out the Tools and Utilities to develop Rich Interactive Application on Microsoft platform</p>
<p>The recommendations should have some sort of direct relationship with either XAML or Silverlight/WPF and not the common .NET utilities.</p>
<ol>
<li><a href="http://www.microsoft.com/expression/" rel="nofollow">Expression</a> Blend - XAML Development</li>
<li><a href="http://www.kaxaml.com/" rel="nofollow">Expression</a> Design - Graphic asset creation</li>
<li><a href="http://www.kaxaml.com/" rel="nofollow">KaXaml</a>, A cool and handy XAML editor <a href="http://www.kaxaml.com/" rel="nofollow">http://www.kaxaml.com/</a></li>
<li><a href="http://blois.us/Snoop/" rel="nofollow">Snoop</a> a WPF tool <a href="http://blois.us/Snoop/" rel="nofollow">http://blois.us/Snoop/</a></li>
<li><a href="http://www.codeproject.com/KB/WPF/MoleForWPF.aspx" rel="nofollow">Mole</a> WPF Visual Tree debugger</li>
<li>Blender for 3D modeling <a href="http://www.blender.org/" rel="nofollow">http://www.blender.org/</a></li>
<li>Silverlight <a href="http://www.microsoft.com/downloads/details.aspx?familyid=457b17b7-52bf-4bda-87a3-fa8a4673f8bf&displaylang=en#Overview" rel="nofollow">Deepzoom composer</a> </li>
<li><a href="http://silverlightspy.com/" rel="nofollow">SilverlightSpy</a> - Suggested by @<a href="http://stackoverflow.com/users/10893/bryant">Bryant</a></li>
<li>Adobe Illustrator to XAML export <a href="http://www.mikeswanson.com/xamlexport/" rel="nofollow">http://www.mikeswanson.com/xamlexport/</a></li>
<li>ZAM 3D - 3D model/animation authoring tool; it also converts 3DS Max files to xaml suggested by @<a href="http://stackoverflow.com/users/22294/cplotts">cplotts</a></li>
</ol>
<p>Some other related questions:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/38642/what-tools-do-you-use-for-wpf-development">What tools do you use for WPF development</a></li>
<li><a href="http://stackoverflow.com/questions/222070/how-to-speed-up-wpf-programs">How to speed up WPF programs?</a> - has a list of related tools</li>
</ul>
http://stackoverflow.com/questions/189244/tools-to-develop-wpf-or-silverlight-applications/189310#1893103Answer by Bryant for Tools to develop WPF or Silverlight applicationsBryant2008-10-09T21:35:59Z2008-10-09T21:35:59Z<p><a href="http://silverlightspy.com" rel="nofollow">SilverlightSpy</a> is great for developing Silverlight apps.</p>
http://stackoverflow.com/questions/189244/tools-to-develop-wpf-or-silverlight-applications/189395#1893952Answer by cplotts for Tools to develop WPF or Silverlight applicationscplotts2008-10-09T22:11:26Z2008-10-10T03:46:10Z<ol>
<li><p><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">.NET Reflector</a></p>
<p>Helps you browse and/or analyze the WPF API (or any assembly).</p></li>
<li><p><a href="http://www.erain.com/" rel="nofollow">ZAM 3D</a></p>
<p>3D model/animation authoring tool; it also converts 3DS Max files to xaml.</p></li>
<li><p><a href="http://www.erain.com/products/swift3d/" rel="nofollow">Swift 3D</a></p>
<p>Is able to open ZAM 3D models and shoot them out as a image (png) sequence for flip book animation. I believe it also offers some Silverlight export options.</p></li>
<li><p><a href="http://www.getpaint.net/download.html" rel="nofollow">Paint.NET</a></p>
<p>Everyone needs a image editing tool whether it be Photoshop, Gimp, or this.</p></li>
<li><p><a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">Notepad++</a></p>
<p>This file editor handles large files xaml files well and it folds. This tool was a huge help when I was editing some big 3D model/animation xaml files.</p></li>
</ol>
<p>I also want to say that I just stumbled across a debugger visualizer that is quick, lightweight ... nice to have alongside Mole and what it offers. Check this guy out: <a href="http://www.codeplex.com/dathanliblikdepo/" rel="nofollow">DepO</a></p>
<p>Finally, another StackOverflow <a href="http://stackoverflow.com/questions/38642/what-tools-do-you-use-for-wpf-development">post</a> also covers this topic.</p>
http://stackoverflow.com/questions/189244/tools-to-develop-wpf-or-silverlight-applications/191507#1915070Answer by aogan for Tools to develop WPF or Silverlight applicationsaogan2008-10-10T14:14:54Z2008-10-10T14:14:54Z<p>XamlPad (<a href="http://msdn.microsoft.com/en-us/library/ms742398.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms742398.aspx</a>) is great little XAML editor.</p>