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

C#

Do we have anything called C# GUI in C# programming language because am confused because i learn MVC using Asp.NET Framework but what am using as my GUI is html,css and javascript.Because if we look at java programming lanugage we see what is called java GUI using AWT Abstract Window Toolkit and GUI component.

22nd Sep 2018, 9:02 AM
Alao Abiodun
Alao Abiodun - avatar
1 Answer
0
C# has the Windows Forms App feature to create .exe applications. Simply create a new project in Visual Studio and select Windows Forms App
21st Oct 2018, 7:53 AM
Eldar Bakerman