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
4,073 results
Stop chaining Where() and FirstOrDefault() in LINQ! Use FirstOrDefault(predicate) for cleaner, simpler, and more readable C# ...
1,464 views
5 months 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,177 views
Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...
2,835 views
6 months ago
Your EF Core queries might be slower than they should be! Here's why you should use .AsNoTracking() for faster read-only ...
2,017 views
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,468 views
Don't return your EF entities directly from controllers! In this .NET tip, I'll show you why using DTOs (Data Transfer Objects) makes ...
1,778 views
Are you creating a new HttpClient every time you need it in .NET? That's one of the most common mistakes developers make.
1,401 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,073 views
1 year ago
C# 12 includes a cleaner syntax for creating arrays, lists, and collections. And if that wasn't good enough, we also get a proper ...
441 views
2 years ago
Entity Framework Core tracks entities by default. If you're not planning to make changes to those objects and save them back to ...
4,645 views
In this episode we will explore just some of the common libraries that make up the Microsoft .NET base class libraries. For more ...
1,009 views
11 years ago
Introduction to the ASP.NET Web Programming Tutorials See the full source code here: ...
97 views
8 years ago
Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...
1,843 views
7 months ago
See the full source code here: https://github.com/jeyoor/web-programming-tutorials See the tutorial that inspired this lesson here: ...
14 views
First(), FirstOrDefault(), and Single() might look similar, but they behave very differently. Here's how to use each one correctly - and ...
1,205 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,423 views
Lazy loading in Entity Framework Core can lead to some bad stuff. Let's learn how and what you should do instead. Don't forget to ...
2,506 views
606 views
Let's overview the IExceptionHandler and how it can level up exception handling in your ASP.NET Core applications. Did you ...
1,496 views
Ever have a bug that only shows up on one machine? Meet the Turkish I, where `i18n` can change your strings in unexpected ...
4,752 views