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
164,987 results
C# programming language Interview with a C# developer with Jackson Monaeghan - aired on © The C#. Music by: ...
764,577 views
4 years ago
C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...
4,601 views
1 year ago
Use different C# class types to build real APIs using Minimal APIs: ...
2,318 views
2 months 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,598 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 ...
60,237 views
2 years ago
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
49,469 views
8 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,821 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,627 views
This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...
26,408 views
6 years ago
That the heck is that method that has the same name as the class and has a ~ at the beginning. It's a destructor, and there's a ...
5,849 views
If you're still using Task.Wait to write asynchronous methods in C#, STOP! It's time to move on to the await operator for good.
2,277 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 ...
980 views
In this session, I'm going to walk you through a capability that allows you to track data changes in your database with a single line ...
350,216 views
3 years ago
in this video, I make an interpreter for a custom programming language, using C# and nuget packages for ANTLR4, which I barely ...
30,252 views