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

C# Designing programs

I want to use the stuff I know with C# and try to design a program that doesn't just use the console app. I program in visual studio, so how do I make a program that I can actually design?

5th Jun 2017, 5:35 PM
Unknown Unknown
Unknown Unknown - avatar
2 Answers
+ 1
use visual studio to make a windows forms application or a wpf application. Start with "Hello world" and go from there. Watch youtube to see how other people already solved the problem you are facing. Ask question in this forum.
5th Jun 2017, 7:01 PM
sneeze
sneeze - avatar
+ 1
Check out https://m.youtube.com/watch?v=G49hj6Us0xo&feature=youtu.be I think that video is what you are looking for. It's just a descriptive intro to making forms/apps but creativity in it is endless :)
6th Jun 2017, 5:43 AM
Jonathan
Jonathan - avatar