Winforms gui and C#
-
Is there a free IDE for designing a Winforms gui for a C# program? I have a copy of VS 2008 that I got from school, would that work? Also, is Visual C# the same as C#? VS 2008 only doesn't list "C#", only "Visual C#". Thank you.
You can use VS 08.. yap my friend this are same. Thanks Md. Marufuzzaman
-
Is there a free IDE for designing a Winforms gui for a C# program? I have a copy of VS 2008 that I got from school, would that work? Also, is Visual C# the same as C#? VS 2008 only doesn't list "C#", only "Visual C#". Thank you.
C# is a language. Visual C# is Microsoft's compiler for C#. Visual Studio can be used as an IDE for Visual C#, and is quite handy (but not required) when you need to implement a WinForms application. An Express version of Visual Studio is available for free. And a C#-only version of Visual Studio is (or was) also available, marketed as Visual C# Standard (if I recall correctly).