MENU

Fun & Interesting

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

tutorialsEU 523,307 3 years ago
Video Not Working? Fix It Now

🚀 Skyrocket your C# skills with our premium C# Masterclass https://academy.tutorials.eu/p/complete-c-masterclass 🔥 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: https://www.programiz.com/csharp-programming/online-compiler/ 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. Stay tuned and subscribe to tutorialsEU: https://goo.gl/rBFh3x Android: https://www.youtube.com/channel/UCjHtatblxvHvtj2rkqlkk8Q C#: https://www.youtube.com/channel/UCqCnjtxdlG9qEgFJIUeLJNg Unity: https://www.youtube.com/channel/UCajMHiOEuARZm6t2byQRtIA Facebook: https://www.facebook.com/TutorialsEU-109380204093233 LinkedIn: https://www.linkedin.com/company/tutorialseu Discord: https://discord.gg/zwbrpCNB2M

Comment