C# Variables and Data Types (beginners programming tutorial)

preview_player
Показать описание
Datatypes and variables are C# most important concepts. In this video we will learn what are variables and datatypes. I will explain how to create variables and the rules of naming variables in C#. We will also learn the most commonly used datatypes such as int, double, char, string, bool, float, and decimal. I will explain differences in the size of the data that each datatype can hold and you will learn about datatype overflow in C#. We will cover primitive datatypes in this video and in some future videos, we will go through complex datatypes as well.

Additionally, if you want to gain more practical experience in building real apps and get career-ready skills, join my Practical Programming Course below.

Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

📚 Learn how to solve problems and build projects with these Free E-Books ⬇️

☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. ❤️😇

Related videos:

CONTENTS:
00:00 - Introduction to variables and datatypes
00:28 - Where to learn practical programming
02:54 - Create console application
04:45 - What are variables
05:54 - What are datatypes
07:49 - How to create a variable
10:53 - Creating variables of different datatype
15:50 - What is datatype overflow
23:33 - Difference between float and decimal
26:59 - How to name C#

Add me on:
Рекомендации по теме
Комментарии
Автор

Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time!💰Use this coupon to save 10% (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

📚 Learn programming with these Free E-Books ⬇

CodeBeauty
Автор

I've studied from you, you are a good teacher, you don't need to create catchy thumbnail for views

nirbhaykumarchaubey
Автор

Great tutorial, my understanding has increased. Can't wait to learn more😊

jakkdlaw
Автор

I am glad you are doing C# tutorials. I’ve followed some of your c++ but as I use mainly Unity, it is much easier like that. Thank you very much for your broad teaching method.

arvinsloane
Автор

I don't understand you guys, why is this provocative? Where do y'all live if this is too much for you?
In my country and most of the west modern world, this is perfectly normal and it's quite nice. I would be bothered if she filmed the video in her pajama because that would show she doesn't care enough to put effort in the way she looks. This young lady put effort if the way she looks and most definitely in this tutorial.
Everything is so clear and understandable and I've learned a lot from her and I can say that she alone helped me to finish a lot of my university exams, so I wouldn't be that quick to judge just because you don't like her shirt or something.
And no, I'm not a simp, I'm a girl, straight girl but I can't stand aside and watch yall treat her like that, because the only thing she has done since she started her channel was share knowledge. I follow her on Instagram and there she shares her workouts occasionally, and she could make a lot more money with the way she looks if that was her goal, but she's still sharing programming knowledge for free for yall to be ungrateful and comment like this.

nvusb
Автор

great and detailed explanation, thank you saldina..i enrolled in your course, it is great, im so happy

lulu_barcelonalulu_barcelona
Автор

I'm sorry to find such useful information so late, and the author has a nice voice!

Haibei_
Автор

Finally a c# instructor that I actually want to learn from

zlcpsbd
Автор

I guess since you basically have done quite a complete tutorial of C++, the best next step would be something like: C# after C++
That would be the most interesting and beneficial.

bioaktywny
Автор

Amazing video as always Saldina, thank you 🥰

nvusb
Автор

You saw some nice titties and learned a lot about variables and data types at the same time, so why do you actually complain?

CodeBeauty
Автор

Saldina, You are the most wonderfully girl in this world 💚💚💚 Thanks for Everything ^^

PenseBaixoNivel
Автор

I love you saldina and i love your courses. I just think in programming but now just think you .

bashiraddean-mufarreh
Автор

this is great, your course is great, you are great..<3

robirobi
Автор

Thanks for everything i really like your tutorials 😊❤

faroukkhalidking
Автор

Regarding naming of variabels. I usually include the datatype in the beginning of the variable (camelCase).
Example:
int intNumberOfItems = 30;
instead of
int numberOfItems = 30;

Which style is more "correct", or is it a personal choice?

FunkerL
Автор

Oh, gosh, those variables are so big 😭

AsakuraDantes
Автор

Hi saldina. Please in your that oop video 1hr 30 min dose it comtain everything one needs to know in oop in c++. And question 2 do this coding language have already built with multiple projects. Where just have to customised codes.


Really hard with c++ but you are great can you give me some advice. by the way you look good keep it

bmktechprofessional
Автор

Has your course on the STL in C++ finished already? 😕

lawjawz
Автор

We cannot put two variables in the output. getting an error.
One more doubt can I declared String name = "xyz" what's the difference between string name and String name?
thanks in advance..😀

ninadpatankar