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,318 results
Stop chaining Where() and FirstOrDefault() in LINQ! Use FirstOrDefault(predicate) for cleaner, simpler, and more readable C# ...
1,464 views
5 months ago
Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...
2,839 views
6 months 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,468 views
Introduction to the ASP.NET Web Programming Tutorials See the full source code here: ...
97 views
8 years ago
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,074 views
1 year 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,653 views
C# 12 includes a cleaner syntax for creating arrays, lists, and collections. And if that wasn't good enough, we also get a proper ...
443 views
2 years ago
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
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
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
See the full source code here: https://github.com/jeyoor/web-programming-tutorials See the tutorial that inspired this lesson here: ...
14 views
607 views
Let's overview the IExceptionHandler and how it can level up exception handling in your ASP.NET Core applications. Did you ...
1,497 views
In this video you will get Information about – Why to choose Dot Net as a Backend technology. #Dotnettechnoloy #dotnet ...
149 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
Finish the deployment configuration for the Azure App Service See the full source code here: ...
19 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
With .NET Core you can create application via Command Line Interface (CLI). You need only 3 dotnet commands: dotnet new ...
922 views
9 years ago
Let's talk about how query parameterization can speed up your Entity Framework requests. Don't forget to comment, like and ...
1,868 views
11 months ago