Work with data in C#
link

Work with data in C#

Learn how to manipulate string and numeric data.

Microsoft Learn
Updated Oct 13, 2024

What you'll learn

  • Learn the fundamental differences between value types and reference types.
  • Describe the properties of many new numeric data types, including new integral types and floating point types.
  • Write code that returns the maximum and minimum values that numeric data types can store.
  • Use the new keyword to create new instances of a reference type.
  • Determine which data type you should choose for a given application.
Course Description

Dive deeper into data and types, learning how to manipulate string and numeric data.