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
178,282 results
C# programming language Interview with a C# developer with Jackson Monaeghan - aired on © The C#. Music by: ...
755,749 views
3y ago
Today in my Unity journey, I had some fun learning about delegates in C#! Simply put, a delegate is a type-safe reference to one ...
2,581 views
6mo ago
This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...
26,111 views
6y ago
C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...
4,003 views
1y ago
Stop chaining Where() and FirstOrDefault() in LINQ! Use FirstOrDefault(predicate) for cleaner, simpler, and more readable C# ...
1,458 views
4mo ago
Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...
57,746 views
Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...
2,815 views
Day 58 of teaching myself game development until I make a Top 100 Steam game! Today I focused on improving my C# arrays ...
5,875 views
7mo ago
Reflection is a core concept in C# and Dotnet. It allows you to peek inside an object to get its types, members and properties, and ...
26,224 views
5y ago
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
49,093 views
Hi, I'm Michael. In this video I give a quick, high-level overview of the stack and the heap as it relates to objects in .NET.
3,009 views
C# 13 has been launched as part of the .NET 9 release and we'll have a look at the new exciting features that you can use today.
2,572 views
COACHING: https://ko-fi.com/plotteldev/ - Welcome to our latest video, 'I Love C Sharp Out Parameters For This.' In this tutorial, we ...
2,227 views
2y ago
Stop using builder.Configuration.GetSection in .NET! In this short, I'll show you how to make your AppSettings type-safe using the ...
2,171 views
5mo ago
Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?
4,433 views
1,837 views
Ready to dive into the world of AI-powered tools with just a few lines of C# code? In this video, we'll walk through building a fully ...
139,637 views
8mo ago
Use different C# class types to build real APIs using Minimal APIs: ...
1,021 views
2d ago
First(), FirstOrDefault(), and Single() might look similar, but they behave very differently. Here's how to use each one correctly - and ...
1,203 views
Still injecting multiple repositories into your service? If one call fails, your data's out of sync - and that's where the Unit of Work ...
1,418 views