Visual Studio 2010 for UI framework?

Just wanted to know how good Visual Studio 2010 is for designing a UI framework? Is there any serious flaw in VS2010 in this area. The user interface I'm about to create is a UI layout, but I intend to use it in the future to develop real web applications.

Please help, as I am going to use it for the above work.

+4
source share
3 answers

I would rather use visio or any other Mockup tool, see here: http://webdesignledger.com/inspiration/18-great-examples-of-sketched-ui-wireframes-and-mockups

I do not think that Visual Studio alone without any AddIn will be very useful in this.

+2
source

If you need a Microsoft product, why not use sketchflow http://www.microsoft.com/expression/products/Sketchflow_Overview.aspx You may already have the mixture installed.

+2
source

I started using the Balsamiq breadboard prototype tool for quick prototypes, which is good for the early stages of the layout, but it might be too simple for what you want.

http://balsamiq.com/

There is a web demo that you can try, my favorite feature is that it does not look like a finished product, so it holds things that look like β€œprototypes” accordingly. I tried sketchflow after watching the incredible demo video, but it was much more unsuccessful and unreliable when I tried it for myself, and I spent more time fighting it than coding, so I just dropped it and returned to the Balsamiq tool.

+2
source

Source: https://habr.com/ru/post/1336437/


All Articles