0% found this document useful (0 votes)
81 views

Take Your First Steps With C# - Learn - Microsoft Docs

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

Take Your First Steps With C# - Learn - Microsoft Docs

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Docs Documentation Learn Q&A Code Samples ( Search Sign in

Learn Products S Roles S Learn TV Certifications S FAQ & Help

Docs / Learn / Browse / Take your first steps with C#

7000 XP

Take your first steps with C#


3 hr 51 min • Learning Path • 8 Modules

Beginner Developer Student .NET

Interested in learning a programming language but aren't sure where to start? Start here! Learn the basic
syntax and thought processes required to build simple applications using C#.

In this learning path, you'll:

Write your first lines of C# code


Store and manipulate data to modify its type and appearance
Execute built-in functionality available from libraries of code
Add logic to your code to enable complex business functionality

Once you complete this learning path, you will have a great foundation to build upon in subsequent C#
Learning Paths.

Prerequisites
None

Start T $ Bookmark % Add to collection

Modules in this learning path

Write your first C# code 800 XP

17 min • Module • 7 Units


V V V V V 4.9 (13,471)
Get started by writing tiny code examples to learn the basics of the C# syntax!

Start T


Overview

Introduction
1 min

Exercise - "Hello World!"


5 min

How it works
4 min

Challenge
3 min

Solution
1 min

Knowledge Check
2 min

Summary
1 min

$ %

10 Store and retrieve data using literal and variable values in C# 1000 XP

26 min • Module • 9 Units


x V V V V V 4.8 (8,963)
Use data in your applications by creating literal values and variable values of different data types.
Overview S

$ %

Perform basic string formatting in C# 900 XP

32 min • Module • 8 Units


V V V V V 4.8 (5,989)
Combine literal and variable text data that are filled with special characters, formatting, and Unicode
into meaningful messages for the end user.
Overview S

$ %

Perform basic operations on numbers in C# 900 XP

23 min • Module • 8 Units


V V V V V 4.8 (4,477)
Learn the operators and techniques used to perform basic math operations on numeric data.
Overview S

$ %

Call methods from the .NET Class Library using C# 900 XP

32 min • Module • 8 Units


V V V V V 4.8 (3,750)
Use functionality in the .NET Class Library by calling methods that return values, accept input
parameters, and more.
Overview S

$ %

Add decision logic to your code using the if-elseif-else statement in C# 800 XP

33 min • Module • 7 Units


V V V V V 4.8 (3,140)
Learn to branch your code's execution path by evaluating boolean expressions.
Overview S

$ %

Store and iterate through sequences of data using Arrays and the foreach 800 XP

statement in C#
39 min • Module • 7 Units
V V V V V 4.8 (2,896)
Work with sequences of related data in data structures known as arrays. Then, learn to iterate through
each item in the sequence.
Overview S

$ %

Create readable code with conventions, whitespace, and comments in C# 900 XP

29 min • Module • 8 Units


V V V V V 4.8 (3,410)
Write code that is easier to read, update and support using naming conventions, comments and
whitespace.
Overview S

$ %

! English (United States) 0 Theme Previous Version Docs Blog Contribute Privacy & Cookies Terms of Use Trademarks © Microsoft 2021

You might also like