Tags
Language
Tags
November 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C# Data Types and Variables

    Posted By: ELK1nG
    C# Data Types and Variables

    C# Data Types and Variables
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
    Difficulty: Beginner | Genre: eLearning | Language: English + srt | Duration: 10 Lectures (50m) | Size: 616.1 MB

    This course is intended for anyone who has a basic understanding of C# and now wants to build upon that knowledge.

    Description
    In this course, we look at how different types of data are stored using variables within a C# program. C# is a strongly typed language, meaning when you manipulate data in code, you must keep the data in variables that are specifically designed to hold that kind of data. For example, text is stored in a string data type and a letter in a char. There are over ten different numeric data types that vary in size and accuracy or precision of the data they can faithfully represent. We investigate some of the quirks in dealing with fractional numbers in a computer's binary environment. There are in-depth code examples for each of these topics to illustrate the discussed concepts and make you more familiar with C# programming in general.

    This course builds upon the key concepts and examples covered in the Introduction to C# course. It includes guided demonstrations to give you practical knowledge of how to handle the concepts covered.

    Learning Objectives
    Understand what variables are and how they're stored
    Learn about data types for storing and manipulating text values
    Learn about the various data types for storing and manipulating whole and fractional numbers
    Learn about variables for storing multiple values of the same data type

    Intended Audience
    This course is intended for anyone who has a basic understanding of C# and now wants to build upon that knowledge.

    Prerequisites
    This course carries on from our Introduction to C# course, so we suggest taking that one first if you haven't already done so.

    Code examples used in demos on GitHub
    https://github.com/cloudacademy/csharp-datatypes-variables