|
|
|
C# Programming for the Absolute Beginner
|
| Price: |
$99.00 |
| Business Focus: |
Database Management & Programming |
| Instructor: |
Mike Orsega |
| Course Code: |
cpb |
| Delivery Method: |
Instructor-led Online Course |
| Frequently Asked Questions |
|
|
| Course Overview: |
Learn the fundamentals of computer programming with C#, a hot new programming language that incorporates the best features of Visual Basic, C++, and Java.
You'll first develop your understanding of programming fundamentals: input/output operations, decision making, and looping. Then, we'll explore the many benefits of object oriented programming, with plenty of vivid, real-life examples.
Then, you'll gain hands-on experience with sequential data files, and you'll be able to build a professional-looking and intuitive Graphical User Interface (GUI) application on your very own computer.
Because there is no better way to learn programming than hands-on practice, almost every lesson includes practical examples and assignments you can use to develop your knowledge of programming.
Learn to program the right way: by using a state-of-the-art language to build impressive applications on your schedule and on your very own computer.
|
| Instructor Biography: |
| Mike Orsega received his undergraduate degree from The Pennsylvania State University and his Masters from The University of Georgia. He has more than five years of university and college teaching experience in coursework ranging from basic computer literacy to advanced programming languages. |
| Course Syllabus: |
| Lesson 1 Syllabus |
Computer Basics; the History of Programming |
| Lesson 2 Syllabus |
The C# Compiler; Your First C# Program |
| Lesson 2 Objective |
Identify components of a computer system and problem-solving techniques. |
| Lesson 3 Syllabus |
Data Types and Mathematical Operators |
| Lesson 3 Objective |
Be able to write, debug, and run a C# program. |
| Lesson 4 Syllabus |
Value Returning Methods |
| Lesson 4 Objective |
Declare, initialize, and use data variables. |
| Lesson 5 Syllabus |
Void Methods and Overloading |
| Lesson 5 Objective |
Be able to write and call a value returning method. |
| Lesson 6 Syllabus |
The Selection Structure |
| Lesson 6 Objective |
Write and call value returning methods and pass variables by value and by reference. |
| Lesson 7 Syllabus |
More About the Selection Structure |
| Lesson 7 Objective |
Write and use the if selection structure in a C# program. |
| Lesson 8 Syllabus |
The Repetition Structure |
| Lesson 8 Objective |
Be able to use a nested if structure and the switch selection structure. |
| Lesson 9 Syllabus |
Arrays |
| Lesson 9 Objective |
Be able to write while, do, and for loops. |
| Lesson 10 Syllabus |
Classes |
| Lesson 10 Objective |
Declare, initialize, and use variable arrays. |
| Lesson 11 Syllabus |
Exceptions and Files |
| Lesson 11 Objective |
Be able to write classes and use them in a C# program. |
| Lesson 12 Syllabus |
Graphical User Interfaces |
| Lesson 12 Objective |
Learn how to handle exceptions and work with data files. |