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
928 results
Understand how garbage collection works in C#, what gen0 means, how to optimize memory management, learn what memory ...
18,825 views
2w ago
Handling exceptions in C# means more than just using try/catch. Knowing how to read a stack trace, understanding the different ...
10,443 views
1mo ago
You probably know that command line arguments exist in .NET apps, but have you ever tried to use them? In this video, we are ...
11,171 views
12d ago
How do I learn C# well? What order should I learn it in? Are there other topics that I should learn after I learn the basics? What can ...
405,490 views
3y ago
ValueTask is a way to memory-optimize your application and reduce pressure on your garbage collector. But you need to know ...
16,530 views
2mo ago
Asynchronous programming can be intimidating. What is even worse is when you think you learned how to do something and ...
1,069,155 views
8y ago
As C# has matured, there have been a number of quality of life changes that can make your code simpler and easier to read.
24,376 views
1y ago
What is the difference between .NET Framework and .NET Core? Where does .NET fit in? Is .NET Standard another framework?
605,787 views
5y ago
The API project type is one of the most powerful web project types in .NET. Instead of relying on a person to interact with it ...
223,804 views
4y ago
Building small utilities to save you or others time is a great way to not only make your life better, but it also provides a way to ...
8,267 views
9mo ago
We are going to add an HTTP POST command to insert data into SQL in our Minimal API project. Plus, we will auto-launch to our ...
1,379 views
4mo ago
Has software development training changed because of AI? Do developers even need to learn languages when they have AI?
3,710 views
6mo ago
ASP.NET MVC is still one of the most popular web frameworks for C#. So what has changed in the .NET Core version? In this ...
347,982 views
6y ago
Do you know what the purpose of your app is? Why does it feel like good products aren't as good anymore? How do you know ...
2,482 views
Docker is a powerful tool that allows developers to set up environments quickly, configure complex systems and servers easily, ...
222,946 views
What are some red flags when looking at a potential job? What should I avoid in an employer? Can I tell what the company culture ...
4,355 views
5mo ago
Every time you use a variable in C#, it either goes onto the stack or the heap. But do you know which one and why? And it isn't as ...
19,060 views
3w ago
Learn the basics of Git source control from the ground up in this git tutorial. Learn best practices, tips, and tricks so you can get up ...
188,073 views
11y ago
Dependency Injection is a great way to reduce coupling, increase testability, and make applications easier to upgrade over time.
222,208 views
Delegates in C# are really powerful, but most people don't know how to use them effectively, if at all. Today I am going to show ...
337,664 views