Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic C# Programming with Visual Studio
Rating: 4.3 out of 5(44 ratings)
1,154 students

Basic C# Programming with Visual Studio

Take your first step into the world of programming with this beginner course on C#. Become a programmer today!
Last updated 5/2018
English

What you'll learn

  • You will have the basic knowledge of C#
  • Learn how to create basic C# programs
  • Learn the fundamentals of C# that you will need in any programming career
  • Acquire useful C# tools that make programming easier

Course content

1 section15 lectures1h 20m total length
  • Introduction2:27
  • Visual Studio Download and Install3:05
  • The IDE Tour and Hello World11:33
  • String and Char Variables6:37

    This lecture covers string and char variables in a Visual Studio console project, including constants, naming conventions, and using quotes and plus for output.

  • Number Variables and Math Functions5:39
  • Real Number Variable Types3:55
  • Variable and Data Converting9:03
  • If Statements and Operators7:11
  • Nested If Statements and Additional Operators6:00
  • The While Loop5:26

    Learn the while loop in C# with Visual Studio by using a counter to repeat code while a condition holds, incrementing the counter until it reaches ten.

  • The For Loop3:17

    Learn how the for loop in basic C# with Visual Studio uses a built-in counter, initialization, a condition, and an increment to run code repeatedly, printing output ten times.

  • Receiving User Input4:32
  • Project Discussion2:08
  • Project Answer8:11
  • Conclusion1:15

Requirements

  • This is a beginner level course. No experience needed. Tools will be attained through course.

Description

Welcome to my Basic course on C# Programming with Visual Studio!

My name is Matthew Dewey. I am an experienced programmer, having received several accommodations on programming in my formal education as well as tough several programming languages to thousands of students. My goal is to provide you, the budding programmer, the the knowledge you need on programming in an easy and fun manner. In this course I do just that and with one of the most useful IDEs coupled with the C# programming language.

C#, a wonderfully simple programming language that has encouraged many programmers to pursue careers involving C# over any other language. Of course, it goes without saying that C# is an excellent language, but do you know what is required of you to start programming C#?

As with any programming language it is important you understand the fundamentals and that is exactly what I teach you in this course.

I help you:

  • Install your IDE
  • Establish fundamental code
  • Create and use variables
  • Retrieve user input
  • Process simple data
  • as well as BONUS methods and code!

What about Visual Studio? A popular, widely used IDE that many large applications have been created in over the years. Do you know how to use it to its full potential? Well, in this course we will go through several lessons that will help you get comfortable with the IDE as well as more adept at program creation.

Go no further if you're looking for the course that will guide you into the world of programming! With my course I can guarantee that the knowledge you learn will help you get a head-start in C# programming. I hope you enjoy the course and it helps you on your way into the world of programming!

"Programming is a form of art. It is logical creativity!"

Who this course is for:

  • Students wanting to learn Java programming from the beginning