C# Jagged Arrays - Explained in 5 Minutes

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • 🔥 MASTER JAGGED ARRAYS IN 5 MINUTES! Yep, that´s what this video got in for you! So better check it out and learn to master your collections!
    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg
    We'll make sure to turn you into a true developer in no time!
    Timestamps:
    00:00 Introduction
    00:27 Simple c# array vs Jagged array
    02:25 Check this out!
    02:39 Why a Jagged array is useful and examples of Jagged array
    05:02 Thanks for watching!
    C# Jagged Arrays - Explained in 5 Minutes
    So, what is C#?
    C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
    C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
    And what a Jagged array?
    A jagged array is an array whose elements are arrays, possibly of different sizes. A jagged array is sometimes called an "array of arrays." The following examples show how to declare, initialize, and access jagged arrays.
    And just an array?
    Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value. To declare an array, define the variable type with square brackets: string[] cars; We have now declared a variable that holds an array of strings.
    You can store multiple variables of the same type in an array data structure. You declare an array by specifying the type of its elements. If you want the array to store elements of any type, you can specify object as its type. In the unified type system of C#, all types, predefined and user-defined, reference types and value types, inherit directly or indirectly from Object.
    To learn more, make sure to watch the video, and we promise you that you'll become a better developer by the end of the video! Have fun!
    And thank you LAKEY INSPIRED for these amazing songs that we use in all our videos! @LAKEYINSPIRED
    #csharp #coding #tutorial #learn #microsoft #net #array #jaggedarray
    TAGS
    c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# course,tutorial,coding,.net core,core,software engineering,code,array,beginner,arrays,jagged arrays,jagged array,c# arrays,c# jagged arrays - explained in 5 minutes,arrays in c#,2d,jagged,2d array,2d arrays,type of array,array type,arrays type c#,c# array of arrays,array of arrays,jagged array syntax,c# jagged array
    TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
    This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
    Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x
    C#: / @tutorialseuc
    Facebook: / tutorialseu-1093802040...
    LinkedIn: / tutorialseu
    Discord: / discord

КОМЕНТАРІ • 8

  • @tutorialsEUC
    @tutorialsEUC  Рік тому +2

    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg

  • @dynamic_V
    @dynamic_V 11 місяців тому

    wonderful explanation. Tq so much

  • @alperenbaytimur
    @alperenbaytimur 5 місяців тому

    very beathifull way of explaining, thank you sir

  • @ravalsinhal8078
    @ravalsinhal8078 3 місяці тому

    Thanks sir for teach pro technique 🙏

  • @falkalenga5977
    @falkalenga5977 Рік тому +1

    Nice! Can you do a data structure and algorithm course in c#

  • @AltPlus30
    @AltPlus30 4 місяці тому +1

    i still don't get it why do we even need this

  • @gutzimmumdo4910
    @gutzimmumdo4910 7 місяців тому

    1 pair is 2 2 pairs is 4

  • @jonathancumini6183
    @jonathancumini6183 3 місяці тому

    404 for the book 😔