Skip to content

Beginner

Almantask edited this page Feb 10, 2019 · 4 revisions

Useful materials for beginners

A list of useful materials aimed at beginners that want to learn C# programming language. List is separated into two categories of paid and free resources.

Free materials:

Introduction to C# You'll learn the basics of C# syntax and how to work with data types like strings, numbers, and booleans. It's all interactive, and you'll be writing and running code within minutes. These first lessons assume no prior knowledge of programming or the C# language.

This section provides detailed information on key C# language features and features accessible to C# through the .NET Framework.

Learn C# by stepping through the basics with Bob: get the tools, see how to write code, debug features, explore customizations, and much more! Search for and focus on the information you need, in this C# for beginners course, which has topics separated out into individual videos. Get to know the grammar, create and use methods, manipulate strings, and see how to handle events. Plus, get a look at next steps as you learn to develop Windows and web applications.

This course is the first part of a three-part series designed to teach core C# language fundamentals. In the second course of the series, you will learn object-oriented programming concepts and the third course offers instruction on data structures and algorithms with C#.

A collection of bite-sized, hands-on C#.NET tutorials from beginner to advanced.

C# programming is very much based on C and C++ programming languages, so if you have a basic understanding of C or C++ programming, then it will be fun to learn C#

Clone this wiki locally