C# UI design | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C# UI design

What are the top 5 tips for creating a professional UI in any C# application using MS Visual Studio?

28th Jan 2018, 8:31 AM
Dewald Sieberhagen
Dewald Sieberhagen - avatar
2 Answers
+ 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. 😉
28th Jan 2018, 9:54 AM
Zephyr Koo
Zephyr Koo - avatar
+ 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
28th Jan 2018, 10:09 AM
Morpheus
Morpheus - avatar