Work with variable data in C# console applications (Get started with C# Part 4)
- Offered byMicrosoft
Work with variable data in C# console applications (Get started with C# Part 4) at Microsoft Overview
Duration | 6 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Work with variable data in C# console applications (Get started with C# Part 4) at Microsoft Course details
- Choose the correct data type in your C# code
- Convert data types using casting and conversion techniques in C#
- Perform operations on arrays using helper methods in C#
- Format alphanumeric data for presentation in C#
- Modify the content of strings using built-in string data type methods in C#
- Guided project - Work with variable data in C#
- Challenge project - Work with variable data in C#
- Dive deeper into data and types, learning how to manipulate string and numeric data and perform operations on arrays
Work with variable data in C# console applications (Get started with C# Part 4) at Microsoft Curriculum
Choose the correct data type in your C# code
Introduction
Discover value types and reference types
Exercise - Discover integral types
Exercise - Discover floating-point types
Exercise - Discover reference types
Choose the right data type
Knowledge check
Summary
Convert data types using casting and conversion techniques in C#
Introduction
Exercise - Explore data type casting and conversion
Exercise - Examine the TryParse() method
Exercise - Complete a challenge to combine string array values as strings and as integers
Review a solution for combining string array values as strings and as integers challenge
Exercise - Complete a challenge to output math operations as specific number types
Review a solution for the output math operations as specific number types challenge
Knowledge check
Summary
Perform operations on arrays using helper methods in C#
Introduction
Exercise - Discover Sort() and Reverse()
Exercise - Explore Clear() and Resize()
Exercise - Discover Split() and Join()
Exercise - Complete a challenge to reverse words in a sentence
Review a solution to the reverse words in a sentence challenge
Exercise - Complete a challenge to parse a string of orders, sort the orders and tag possible errors
Review a solution to parse a string of orders, sort orders and tag possible errors
Knowledge check
Summary
Format alphanumeric data for presentation in C#
Introduction
Investigate string formatting basics
Exercise - Explore string interpolation
Exercise - Discover padding and alignment
Exercise - Complete a challenge to apply string interpolation to a form letter
Review a solution to string interpolation
Knowledge check
Summary
Modify the content of strings using built-in string data type methods in C#
Introduction
Exercise - Use the string's IndexOf() and Substring() helper methods
Exercise - Use the string's IndexOfAny() and LastIndexOf() helper methods
Exercise - Use the Remove() and Replace() methods
Complete the challenge to extract, replace, and remove data from an input string
Review the solution to extract, replace, and remove data from an input string
Knowledge check
Summary
Guided project - Work with variable data in C#
Introduction
Prepare for guided project
Exercise - Review starter code
Exercise - Add suggestedDonation data
Exercise - Add dog search
Knowledge check
Summary
Challenge project - Work with variable data in C#
Introduction
Prepare for challenge
Add multiple term search support
Exercise - Add improved search animation
Knowledge check
Summary