ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

928 results

IAmTimCorey
Garbage Collection in C#

Understand how garbage collection works in C#, what gen0 means, how to optimize memory management, learn what memory ...

26:42
Garbage Collection in C#

18,825 views

2w ago

IAmTimCorey
Understanding Exception Handling in C# - throw, Stack Traces, and more

Handling exceptions in C# means more than just using try/catch. Knowing how to read a stack trace, understanding the different ...

39:07
Understanding Exception Handling in C# - throw, Stack Traces, and more

10,443 views

1mo ago

IAmTimCorey
Command Line Arguments in C# Apps - What are args and how do we use them?

You probably know that command line arguments exist in .NET apps, but have you ever tried to use them? In this video, we are ...

33:04
Command Line Arguments in C# Apps - What are args and how do we use them?

11,171 views

12d ago

IAmTimCorey
How To Learn C# in 2023 - Learning Path, Tips & Tricks, and More

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 ...

46:37
How To Learn C# in 2023 - Learning Path, Tips & Tricks, and More

405,490 views

3y ago

IAmTimCorey
Task vs ValueTask in C#

ValueTask is a way to memory-optimize your application and reduce pressure on your garbage collector. But you need to know ...

32:17
Task vs ValueTask in C#

16,530 views

2mo ago

IAmTimCorey
C# Async / Await - Make your app more responsive and faster with asynchronous programming

Asynchronous programming can be intimidating. What is even worse is when you think you learned how to do something and ...

38:57
C# Async / Await - Make your app more responsive and faster with asynchronous programming

1,069,155 views

8y ago

IAmTimCorey
14 Ways to Simplify Your C# Code

As C# has matured, there have been a number of quality of life changes that can make your code simpler and easier to read.

44:58
14 Ways to Simplify Your C# Code

24,376 views

1y ago

IAmTimCorey
62. .NET Framework vs .NET Core vs .NET vs .NET Standard vs C#

What is the difference between .NET Framework and .NET Core? Where does .NET fit in? Is .NET Standard another framework?

25:14
62. .NET Framework vs .NET Core vs .NET vs .NET Standard vs C#

605,787 views

5y ago

IAmTimCorey
Intro to Web API in .NET 6 - Including Minimal APIs, Swagger, and more

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 ...

52:06
Intro to Web API in .NET 6 - Including Minimal APIs, Swagger, and more

223,804 views

4y ago

IAmTimCorey
Build A Full-Screen Photo Utility App in .NET 10

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 ...

51:21
Build A Full-Screen Photo Utility App in .NET 10

8,267 views

9mo ago

IAmTimCorey
Insert API with HTTP POST - C# on Linux Episode 17

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 ...

22:05
Insert API with HTTP POST - C# on Linux Episode 17

1,379 views

4mo ago

IAmTimCorey
300. Are Developer Training Methods Outdated Because of AI?

Has software development training changed because of AI? Do developers even need to learn languages when they have AI?

28:25
300. Are Developer Training Methods Outdated Because of AI?

3,710 views

6mo ago

IAmTimCorey
Introduction to ASP.NET Core MVC in C# plus LOTS of Tips

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 ...

1:03:56
Introduction to ASP.NET Core MVC in C# plus LOTS of Tips

347,982 views

6y ago

IAmTimCorey
308. Avoiding Product Drift in a World of AI

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 ...

20:02
308. Avoiding Product Drift in a World of AI

2,482 views

4mo ago

IAmTimCorey
Intro to Docker - A Tool Every Developer Should Know

Docker is a powerful tool that allows developers to set up environments quickly, configure complex systems and servers easily, ...

1:16:03
Intro to Docker - A Tool Every Developer Should Know

222,946 views

5y ago

IAmTimCorey
305. Red Flags in a Job Opportunity

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 ...

38:41
305. Red Flags in a Job Opportunity

4,355 views

5mo ago

IAmTimCorey
Stack vs Heap in C# - How They Work, What Goes Where, and the Exceptions

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 ...

37:33
Stack vs Heap in C# - How They Work, What Goes Where, and the Exceptions

19,060 views

3w ago

IAmTimCorey
Git Tutorial for Beginners: A Quick Start Guide

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 ...

1:32:08
Git Tutorial for Beginners: A Quick Start Guide

188,073 views

11y ago

IAmTimCorey
Dependency Injection in .NET Core (.NET 6)

Dependency Injection is a great way to reduce coupling, increase testability, and make applications easier to upgrade over time.

1:00:32
Dependency Injection in .NET Core (.NET 6)

222,208 views

4y ago

IAmTimCorey
Delegates in C# - A practical demonstration, including Action and Func

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 ...

1:09:11
Delegates in C# - A practical demonstration, including Action and Func

337,664 views

8y ago