C# Full Course - Learn C# 10 and .NET 6 in 7 hours

preview_player
Показать описание

🔥 WANT to LEARN everything needed to Jumpstart your C# CAREER? Then you have come to the right place! In this 7 HOUR course you will learn everything you need for the basics of C# development!

Online C# Editor:

Enjoy our full 7 hour long c# course video!

We'll make sure to make a Developer out of you in no time!

Timestamps:
00:00:00 Welcome to this 7-hour C# course!
00:04:26 What is C#?
00:19:53 Changes in NET 6
01:11:15 A C# Exercise
01:15:22 Methods: The theory
01:22:39 Methods: Creating Methods
01:30:53 Methods: Return Value
01:39:35 User Input
01:48:22 Catching Errors
02:02:54 Operators
02:19:59 If statements
02:33:50 Use TryParse
02:41:11 If statements & nested if statements
02:50:44 Switch Case
02:57:14 If Statements: Shortcut
03:06:16 Loops
03:11:49 For Loops
03:18:37 Do While Loops
03:26:15 While Loops
03:32:06 Break & Continue
03:38:42 Object Oriented Programming
03:41:49 Creating Classes
03:52:38 Constructors
04:04:20 Multiple Constructors
04:15:45 Properties
04:34:56 Extending Properties
04:53:18 Members
05:08:35 Arrays
05:12:38 Using Arrays
05:19:38 Foreach Loop
05:29:02 2D Arrays
05:43:01 Nested For Loops
05:54:01 Jagged Arrays
06:02:58 ArrayLists
06:12:23 Debugging
06:24:21 Debugging: In depth
06:34:40 Debugging: Fixing Bugs
06:44:52 Defensive Programming
06:58:54 Thank you for watching!

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.

C# programs run on .NET, a virtual execution system called the common language runtime (CLR) and a set of class libraries. The CLR is the implementation by Microsoft of the common language infrastructure (CLI), an international standard. The CLI is the basis for creating execution and development environments in which languages and libraries work together seamlessly.

A type defines the structure and behavior of any data in C#. The declaration of a type may include its members, base type, interfaces it implements, and operations permitted for that type. A variable is a label that refers to an instance of a specific type.

To learn more, make sure to watch the video, and we promise you that you'll become a C# developer by the end of the course! Have fun!

#csharp #coding #tutorial #learn #microsoft #net

TAGS
c#,.net,c-sharp,csharp,unity,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# tutorial for beginners,c# course,tutorial,coding,core,how,how to,learn,visual studio 2022,web development,c sharp tutorial,learn c# for beginners,learning c#,csharp tutorial for beginners,c# tutorials,beginner,learn c# for unity,learn c# in one video,csharp tutorial,.net framework,Complete 7 Hour C# NET 6.0 Course

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.

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

This course is awesome, clean and concise. The best part is that they actually tell you WHY some stuff are useful instead of just saying that something it is useful, but with no solid reasons.

silentwindstudio
Автор

That's literally all you need for start, amazing tutorial! I respect the given time and efforts. Even, I still learned in details a couple of things that I didn't know.

Martingrgv
Автор

I started programming in C# when it first came out but haven't done so in over a decade (switched to Ruby). Visual Studio has changed SO MUCH! This was a great refresher so thank you.

RealStuntPanda
Автор

This is the best tutorial. You give small bits and then show the results, then move onto the next. The pace was perfect and especially your teaching method!

steveos
Автор

I am returning to coding after a long gap. To be honest I didnt found any other tutorial this much helpful. Starting from a noob. Thumbs Up 👍

hamzachohan
Автор

This course is brilliant for beginners. I checked few course at plural sight and did not get anything. At the end, I looked at YouTube and found this amazing course free of charge.

sk
Автор

Amazing tutorial! I love that it's up-to-date with C# 10 and .Net6 because a lot of the courses I find seem to be C#9 and things have changed a bit so it makes it a bit harder to follow. I can't wait to see the new course you guys make up since we mashed the like goal!!

TheRealJohnMadden
Автор

Lots of love from me. I have understood a lot of the concepts more clearly watching your video. Thanks a lot! You are an exceptional instructor.❤⭐️⭐️⭐️⭐️⭐️⭐️

kopilkaiser
Автор

Thank you so much. This is a really well detailed tutorial for C#

zoro
Автор

This author has a very very good talent in explaining things very clearly. Subbed and learning :)

markoviitanen
Автор

This tutorial is very good. I used to write code quite a lot around 20 years ago with Pascal and C++, but just checking through this video, it all comes back to me. I am also more curious about C# now. it seems even better for me, than C++

KenlieroGames
Автор

There are fantastic courses on this channel. I learned a lot from them.

andrzejsiebieranski
Автор

Thx for this, it helped me a bunch, I followed a couple of other tutorials, but this one helped clear all the little things I was confused about.

stagnator
Автор

Great Tutorial. I went through the video from the first minute (Welcome to this 7-hour C# course!) to the last minute (Thank you for watching!). The first long tutorial I will complete without skipping. Thank you for this video. I hope we get the 1, 500 likes.

akinboyeyusuff
Автор

Thank you for making this fantastic course on C#!

TJ-jwjy
Автор

I've watched a lot of videos on c#, and glad you always tress the important points. Thanks

leedavis
Автор

Great course! Another solution for the 1st exercise is that you can just do (a, b) = (b, a);

YamellMateo
Автор

Amazing one of the best tutorial vid here in YT

jayveebelano
Автор

thank you very much. simple, interisting and understandable

nnjsrgi
Автор

Great Tutorial, But could you please also make a series on C# Advanced topics like LINQ, LAMBDA, Generics, ... etc.

vikramnoel
visit shbcf.ru