+ 1
C# UI design
What are the top 5 tips for creating a professional UI in any C# application using MS Visual Studio?
2 Respuestas
+ 9
This answer is not C#-specific.
Use a widely established theme library like Metro UI, Bootstrap, Material UI etc. so we can focus on business rules implementation instead of scratching head to think like a designer.
Of course, you can take your time to customize it later once the modules are ready. 😉
+ 7
@zephyr, yep it's the best way to go. starting fresh from scratch is very problematic for me since there is no fix time how much I am gonna invest on something simple and it messes up the schedule it's a common problem in designing, having existing support libraries is the best way to start and then customize Ur own if time