Whats the best way to create interactive application prototypes?

后端 未结 5 1574
闹比i
闹比i 2021-01-05 09:05

The question should be interpreted from a general point of view and not targeted solely at web apps or desktop apps.

I have been looking around to find a simple and

5条回答
  •  梦毁少年i
    2021-01-05 09:50

    Expression Blend (http://www.microsoft.com/expression/products/overview.aspx?key=blend) can be used to create quick mockups in XAML. You can store data for the mockup as inline XML in the XAML, or you can quickly convert it to WPF/Silverlight application and build basic business logic behind your mockup using Visual C# Express (http://www.microsoft.com/express/vcsharp/) or Visual Studio 2008.

提交回复
热议问题