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
519,492 results
C# programming language Interview with a C# developer with Jackson Monaeghan - aired on © The C#. Music by: ...
687,959 views
3 years 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 ...
32,895 views
11 months ago
Hi! I'm Michael and in this video I'm discussing the differences in the C# IEnumerable, ICollection, IList, and IQueryable interfaces.
9,480 views
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 ...
23,843 views
4 years ago
This is what I call a "Seymore" question. Seymore is that programmer who has been with the company for 8-12 years. He probably ...
10,655 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.
1,630 views
1 year ago
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 .
8,704 views
shorts #shakemistake #programming #coding #csharp #codecademy #dotnet twitch.tv/shakemistake patreon.com/shakemistake ...
189 views
9 months ago
This video talks about the difference between interfaces and abstract classes. Interfaces are like Infants - you have to do ...
3,930 views
Several new language features are coming to C# in the next release, included in Visual Studio 2019. Mads Torgersen will give us ...
300,734 views
6 years ago
So you might get asked this interview question: "What is C# good for?" or "Why do you like programming in C#?" The answer to ...
2,780 views
What is the difference between String and StringBuilder in C# Dotnet? Today we look at what's actually going on in memory when ...
2,521 views
In this session, we dive into Flags in C#—a powerful feature that allows software engineers to represent multiple options within a ...
4,161 views
1 month 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 ...
19,277 views
In this session, I'm going to show you how you can leverage DispatchProxy in C# to implement AOP. This capability will allow you ...
16,967 views
2 years ago
Exploring C# Wasm Components - James Sturtevant, Microsoft In this talk we will use C# to build Wasm components that can ...
394 views
5 months ago
Heyo! I'm Michael and in this video we're going to cover the basics of Reference Types in C#. What really makes them different ...
938 views
In this quick tutorial, we explore how to use C# pattern matching with switch expressions! Learn how a simple function can identify ...
369 views
10 months ago
Want to learn C# in 5 minutes? This crash course will get you started.
8,011 views
Using async/await in your codebase is definitely the way to do asynchronous processing in .NET. But if you're using the await ...
3,399 views
Static classes and static methods in C# are kind of strange. They can't be instantiated. They can't be inherited. They can't access ...
4,322 views