Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,375 results
Welcome to The Learning Coder! In this complete tutorial, you'll learn Abstraction in C# from scratch using real coding examples ...
15 views
6 days ago
Build an AI agent in pure C# with no frameworks or NuGet packages, and see exactly what happens behind abstractions such as ...
559 views
3 days ago
Check out my 2D rendering library course: https://www.udemy.com/course/2d-library-opengl/?couponCode=LLGDEPIC Before ...
6,829 views
1 day ago
C# Console Programming Full Course | Complete C# Course for Beginners to Advanced | .NET 9 (2026) Welcome to the ...
31 views
4 days ago
microsoft #c.
85 views
Watch the FREE 12 hour C# Course https://www.youtube.com/watch?v=qZpMX8Re_2Q Get the Premium Course!
1,124 views
Master C# programming from the ground up with this comprehensive audiobook designed for beginners and aspiring developers.
22 views
Learn the C# foreach loop step by step in this beginner-friendly tutorial. In this video, I explain what a foreach loop is, why we ...
4 views
19 hours ago
Let's discuss the second pillar of Object Oriented Programming - inheritance, and why you want to avoid it in favor of better ...
146 views
How faster are compiled regular expressions? And what happens when a popup scammer Mike promises he will fix your regular ...
135 views
To declare more than one variable of the same type, use a comma-separated list: int x = 5, y = 6, z = 50; Console.WriteLine(x + y + ...
0 views
#Assharpdev ▭ Some Helpful Stuff▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭ Recommended C# Learning ...
44 views
Learn how to insert a table into a Word document programmatically using Spire.Doc for .NET. In this tutorial, you will learn how to ...
C# 15 brings union types, but EF Core will not persist them. So, turn the structure into a discriminated union of records and let EF ...
2,604 views
Welcome to the first episode of the LINQ Tutorial series for C# developers. In this video, you'll learn what LINQ is, why Microsoft ...
12 views
2 days ago
Welcome to my C++ Beginner Series! In this video, you'll learn how to use comments in C++ and why they are essential for writing ...
9 views
Welcome to another episode of the C# Zero to Hero series! In this video, you'll learn how to use the Switch Statement in C# to ...
6 views
5 days ago
Want to understand Unity C# Design Patterns without complicated theory? In this video, I explain the most useful design patterns ...
53 views
Subscribe for more programming content! Use code *CARTERCPP20* for 20% off any JetBrains IDE tool: ...
6,564 views
A floating magic number is an unexplained decimal value used directly in code. Replacing it with a named constant improves ...
7 days ago