C# Basics for Beginners – Learn C# Fundamentals by Coding
This C# basics course will create an unshakeable solid programming skills and mindset foundation. Learn C# with examples
Created by Tod Vachev | 13 hours on-demand video course
In a digitalized world, such as the one we live in, not knowing how to code will put you at a disadvantage. Regardless of what your goal is, wether its to find a job as a developer or not, knowing a little bit of coding can be really handy from time to time.
And C# is a great language to start. Why? Well what I like the most about C# is its structure, its a strong typed language. What does that mean? It means that everything is “defined” in C#, which in turn lets you write beautiful code, you will see that at one point writing the code becomes an art, it just looks beautiful when you structure it the correct way.
Leave the aesthetics, with C# you can create anything, desktop application, websites, Android/iPhone applications, games, anything you can think of, you can create it with C#. By learning to code with C# you will be able to jump quickly into any other language
What you’ll learn
- Learn the fundamentals of C# and .NET Framework
- Work with Primitive Data Types
- Debug your code to find bugs that are making your code behave unexpectedly
- Control the flow of code execution by using Conditional Statements (if/else, if/else if/else, switch)
- Work with the Console and Manipulate all of its aspects
- Effective ways to manipulate strings
- How to use loops in many different scenarios
- Work with One and Multi dimensional arrays
- Work with Lists and learn the difference between Lists and Arrays
- Confront and solve difficult problems on your own
- Create methods to write less code and improve its readability