Sunday, June 21, 2015

C# Fundamentals for Absolute Beginners: Series 7 and 8

C# Fundamentals for Absolute Beginners: (07) Branching with the if Decision Statement and the Conditional Operator



Branching allows us to add logic to our applications. This lesson introduces the if Decision statement (in its various forms), along with the conditional operator. We also discuss how to refactor our code to make it more compact and less likely to produce errors, by eliminating duplicate code.

C# Fundamentals for Absolute Beginners: (08) Operators, Expressions, and Statements Duration



In this lesson, we discuss how to create a properly formed C# statement. We discuss how statements are made up of expressions and how expressions are made up of operators (think: verbs) and operands (think: nouns). Finally, we talk about compilation errors that occur when the syntax rules of C# are ignored.

0 comments:

Post a Comment

Popular Posts

Recent Posts

Unordered List

Powered by Blogger.