basics of c#
Hi friends,
I am just the beginner in this field. I started the training in .net just couple of weeks back. My doubt is what is the difference between c# and visual c#. Both uses the same or different coding practice?
please help me..
Niradhip ChakrabortyPosted Jun 30, 2009, 2:20 AM
Subramanyam RompicherlaPosted Jun 30, 2009, 1:23 AM
Visual C# and C# can be called the same, there is a formal difference.
Visual part in Visual C# means that you're using some IDE (development environment or tools) that gives you an element of visual development (e.g. drag-n-drop, manipulating and moving controls, etc.). That's in contrary to "pure" C#, not visual, as you can pretty much use your notepad for writing code, use command prompt compiler and don't use ANY visual features in your development.