Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
An introduction to programming using C# and Microsoft's .NET platform
This course introduces inexperienced students to programming using the C# programming language within the Microsoft .NET framework. This is the first in a four-course series on C# programming. All of the courses within the series will be free through the Udemy platform.
This course includes approximately 4.25 hours of instruction. All lecture notes and program source code are included for the student's review.
Successful students will have a strong willingness to learn, a heavy interest in programming, mathematics and logic and the time to commit not only to the course, but to practicing the programming examples.
Rick Phillips, the course instructor, has a Ph.D. from the University of Wisconsin with over 25 years experience in IT. Rick programs in multiple languages and is considered an expert in database design, optimization and internationalization.
Students taking the course will be required to download and install Microsoft's Visual Studio. As such, successful students will need to have access to a personal laptop or desktop. Smartphones and tablets are not sufficient for this programming course.
Course Content
- 5 section(s)
- 19 lecture(s)
- Section 1 Introduction
- Section 2 Flow Control
- Section 3 Data Structures
- Section 4 Section 4 - Miscellaneous Topics of Importance
- Section 5 Section 5 - Summary
What You’ll Learn
- Students of this course will learn the fundamentals of C# programming.
Skills covered in this course
Reviews
-
IIago Ramos Lucho
very mind opening
-
MMatthew Brown
Was very informative and excellently presented and has given me a very good insight.
-
SSara -
I believe this is not really a beginners programming course. The concepts of programming are not explained well at all. Inaccurate advice is given and c# specific concepts are just shown, not taught. My personal opinion is don't waste your time, even if it's free. I recommend Pontus Wittenmark's c# for beginners instead.
-
AAntra Hagure
Clear speech, good to know that tutor is an experienced in a field. Examples from resource folder are missing-he just says-lets copy an example from our resource folder and its not there-you spend a lot of time to recreate by stopping video. Also because his is 2017 version you need to know syntax for 2019 otherwise your code end-up with errors. For example lesson 3 where you add a variable "person"-example is without "var" in front and gives you an error " the name doesn't exist in the current context"