Description of Conversational C# for Java Programmers, Part 1 :
Conversational C# for Java Programmers, Part 1 is a tutorial through which you can learn about writing programs in C#. In this tutorial the author shows you the sample code for displaying the output 'Hello World' on the screen in C# and Java. C# is an object oriented program. The author also compares the Java and C#. Java programs always follow one standard convention for naming such as mixed-caps. C# follows the mixed-caps style, except that method names also capitalize their first letter.