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
148,950 results
C# programming language Interview with a C# developer with Jackson Monaeghan - aired on © The C#. Music by: ...
759,970 views
4 years 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,367 views
5 years ago
In this video, we'll cover what are C# class, struct, record class, and record struct are and when you should use each. Don't forget ...
58,719 views
1 year ago
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
49,229 views
7 months ago
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,593 views
Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".
15,028 views
Level up your LINQ skills with practical tips that make C# queries faster and easier to maintain. We cover let, Aggregate, GroupBy, ...
12,053 views
6 months ago
Not sure whether your .NET API should use MVC, minimal API, or something else? Let's talk about the pro's and con's of each and ...
24,549 views
2 years ago
Use different C# class types to build real APIs using Minimal APIs: ...
2,253 views
3 weeks ago
What is Boxing and Unboxing in C# and .NET? What was it used for, and why is this a "Gotcha" interview question?
14,825 views
Hi! I'm Michael, and in this video I'll cover 5 things you'll need to know when building scalable applications with Entity Framework ...
19,869 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,985 views
9 months ago
When would you actually use an abstract class? Under most circumstances, you would use an abstract class whenever you want ...
2,037 views
C# is a strongly-typed language, and if we want to convert between various types in our code, we're often required to use explicit ...
973 views
Hi! I'm Michael and in this video I'm discussing the differences in the C# IEnumerable, ICollection, IList, and IQueryable interfaces.
15,154 views
Put the latest C# features into practice by building real APIs with Minimal APIs: ...
946 views
2 months ago
In this session, we dive into Flags in C#—a powerful feature that allows software engineers to represent multiple options within a ...
4,820 views
Use C# 14 and .NET 10 to build a real Web API with Minimal APIs: ...
3,936 views
5 months ago
The code for this example can be found at: ryanmcbeth.com https://github.com/mcbethr/TypesInCSharp Think of "Typing" as the ...
1,902 views
Hello world, I'm Michael and in this video, I discuss the record type in .NET and when you should use it rather than normal .
13,726 views