This
1-day
course
covers
those
aspects
of the
C# language
that are
similar
or identical
to the
other
languages
in the
C family,
such as
C, C++,
Java and
JavaScript.
This course
is an
essential
prerequisite
for our
4-day
'C# Programming'
course
('GN-141'),
if you
do not
already
have recent
experience
in any
of these
languages.
Prerequisites
Students
should
have at
least
a basic
knowledge
of programming
concepts
and familiarity
in the
use of
Windows.
Course
Content
C#
Language
Basics -
Layout
and
white
space
-
Blocks,
braces
and
semicolons
-
Classes,
methods
and
the
use
of
'.'
Getting
Started -
The
Main
method
-
Console
input
and
output
-
Compiling
and
running
programs
Variables -
Variable
types
and
sizes
-
Integer
versus
floating
point
-
Local
variables
and
scope
-
Declaring
and
initializing
variables
Using
the
C#
Language -
Using
operators
-
Pre
and
post
increment
operators
-
Strings
and
characters
-
Special
characters
and
escape
sequences
Control
Flow -
if
and
else
-
The
for
loop
-
While
and
do
while
-
The
switch
statement
-
Conditional
expressions