To prepare for Microsoft Certification Exam 70-483, it is essential to learn the fundamentals of C# programming . This chapter teaches you how to:
Write your first program in C#.
Work with variables, primitive data types & operators.
Use implicit & explicit type casting.
Use var keyword.
Work with arrays.
Define decision structure.
Define decision operators.
Work with loops.
Use jump statements.
Use & define methods.
To get more out of this chapter, grab a pencil and paper, note down each point, and writing code snippets in Microsoft Visual Studio 2012 or above. At the ...