Tools to develop WPF or Silverlight applications

筅森魡賤 提交于 2019-11-29 19:55:41

SilverlightSpy is great for developing Silverlight apps.

cplotts
  1. .NET Reflector

    Helps you browse and/or analyze the WPF API (or any assembly).

  2. ZAM 3D

    3D model/animation authoring tool; it also converts 3DS Max files to xaml.

  3. Swift 3D

    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.

  4. Paint.NET

    Everyone needs a image editing tool whether it be Photoshop, Gimp, or this.

  5. Notepad++

    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.

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: DepO

Finally, another StackOverflow post also covers this topic.

XamlPad (http://msdn.microsoft.com/en-us/library/ms742398.aspx) is great little XAML editor.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!