C# Jagged Arrays - Explained in 5 Minutes

Опубликовано: 27 Март 2023
на канале: tutorialsEU - C#
9,562
195

🔥 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: https://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: https://goo.gl/rBFh3x

C#:    / @tutorialseuc  
Facebook:   / tutorialseu-109380204093233  
LinkedIn:   / tutorialseu  
Discord:   / discord  


Смотрите видео C# Jagged Arrays - Explained in 5 Minutes онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь tutorialsEU - C# 27 Март 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 9,562 раз и оно понравилось 195 людям.