[.net] A simple question?

Started by
3 comments, last by 3dguru 19 years, 1 month ago
What is the difference between C# and Visual C#? Is Visual C# easier in some way?
Advertisement
C# is a programming language
Visual C# is Microsoft's C# compiler

hope that helps !
Matt
Matt
I should better ask what is the difference between C# and WinForms. Because I got a book about WinForms and it doesnt dwell in C# apart from a small chapter. Does this make WinForms easier than C# or more flexible?
C# is a programming language
Windows.Forms is a part of the .NET library related to windowed programms.

You can program using Windows.Forms in C# or in any other .NET language. You can also program in C# without using Windows.Forms
The reason I am asking is that I bought this book called "Windows Forms Programming with C#" and it doesnt say a lot of stuff about C# but goes straight to the forms. Anyway I will look into it.

This topic is closed to new replies.

Advertisement