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,692 results
442K subscribers
With AI checking my work, do we need a QA department? Is quality assurance still a relevant job? Should people looking to get ...
3,031 views
16h ago
Last week, we looked at parsing command line arguments in .NET manually. This week, we are going to look at the System.
9,110 views
3d ago
How do I know when to use a third party tool or library? When seemingly everyone can vibe-code a flashy tool, how do I not get ...
5,635 views
7d ago
Get the Uno Platform From Start to Finish course for free through the end of September. Just make sure to sign up before this ...
12,038 views
9d 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 ...
10,939 views
10d ago
Where do I put my secrets in my application? Should I encrypt my connection strings? Are user secrets actually secure when they ...
12,685 views
2w ago
Understand how garbage collection works in C#, what gen0 means, how to optimize memory management, learn what memory ...
18,657 views
We just switched over from IAmTimCorey.com to DevForge.com for the main website. See what is new, including a new free ...
13,965 views
How do I know what to log in my application? What information is important to capture in logs? How do I avoid security ...
16,758 views
3w 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,000 views
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,406 views
3y ago
How do I become a C# expert? What aspects of C# should I concentrate on? What things do I need to memorize or remember?
38,351 views
Handling exceptions in C# means more than just using try/catch. Knowing how to read a stack trace, understanding the different ...
10,388 views
1mo ago
Entity Framework is an amazing set of tooling around data access. With EFCore, that tooling becomes even more powerful.
860,073 views
6y ago
Isn't the amount of work an AI can do a good thing? Bug fixes and new features are being added faster than ever. Are there any ...
7,697 views
5mo 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,347 views
1y ago
ValueTask is a way to memory-optimize your application and reduce pressure on your garbage collector. But you need to know ...
16,490 views
2mo ago
Why do some people just not work out in management? What should my next step be in my development career? Is a senior ...
3,703 views
4mo ago
Windows Forms, also known as WinForms, is one of the original project types in .NET. It is designed to be a rapid application ...
312,944 views
4y 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,943 views
Asynchronous programming can be intimidating. What is even worse is when you think you learned how to do something and ...
1,068,983 views
8y ago
We now have a SQL database to talk to. Let's connect to it in our API project. Full Training Courses: https://www.DevForge.com ...
3,235 views
Dependency Injection is a great way to reduce coupling, increase testability, and make applications easier to upgrade over time.
222,127 views
What is the best approach for building a large web application? How do you approach it so that you have a successful outcome?
13,492 views
9mo ago