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
English [Auto],

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

    Explore the fundamentals of C# programming with Visual Studio, from the first line of code to variables and user input.

  • Visual Studio Download and Install3:05

    Download and install Visual Studio Community, install the NET desktop development workload, sign in with a Microsoft account, and customize the IDE with a dark theme before coding.

  • The IDE Tour and Hello World11:33

    Take a quick tour of the Visual Studio IDE, create a console application named hello world, and write your first line of code using Console.WriteLine to display hello world.

  • 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

    Explore integer variable types in C# using Visual Studio, including byte, short, int, and long, learn their value ranges, and practice basic math functions like addition, subtraction, multiplication, and division.

  • Real Number Variable Types3:55

    Explore the three real-number variable types in C#: float, double, and decimal, and learn how to declare them in Visual Studio, including type suffixes and basic compatibility rules.

  • Variable and Data Converting9:03

    Demonstrates basic C# data type conversions in a Visual Studio console app, covering implicit and explicit casting between byte, int, float, string, and char, including Convert and Parse methods.

  • If Statements and Operators7:11

    Learn to create and use if statements in C# with Visual Studio, compare values with operators, and implement if else logic through practical examples.

  • Nested If Statements and Additional Operators6:00

    Explore nested if statements and the and/or operators in C# with Visual Studio; learn to check a number between 10 and 20 not inclusive and simplify code with and/or.

  • 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

    Receive user input in a C# console program by reading strings with Console.ReadLine, store them in variables, and parse to integers when needed.

  • Project Discussion2:08

    Explore the ticket tester project in C# with Visual Studio, using a while loop and if statements to evaluate five ages above 18, print entry status, and report counts.

  • Project Answer8:11

    Build a basic C# console app in Visual Studio to solve the course project, using a while loop to process five ages and display entry status.

  • Conclusion1:15

    Complete basic C# programming with Visual Studio, celebrating progress from hello world to learning variable types and data input.

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