_    ___ ___      _                               
/ \ |_ _/ _ \ ___| |_ _ __ ___ __ _ _ __ ___ ___
/ _ \ | | | | / __| __| '__/ _ \/ _` | '_ ` _ \/ __|
/ ___ \ | | |_| \__ \ |_| | | __/ (_| | | | | | \__ \
/_/ \_\___\___/|___/\__|_| \___|\__,_|_| |_| |_|___/
Twitch
Invidious (YT)

Invidious > Channel > IAmTimCorey

Trending
IAmTimCorey 427000 subscribers    RSS
View channel on YouTube
Videos
Playlists

YT 46 minutes 57 seconds
IAmTimCorey
C# Access Modifiers (beyond public and private) - what they are, how to use them, and best practices
YT 23 minutes 46 seconds
IAmTimCorey
Random Numbers in C# - Best Practices, Pitfalls, and Clear Direction
YT 48 minutes 31 seconds
IAmTimCorey
Interfaces in C# - What they are, how to use them, and why they are so powerful.
YT 19 minutes 59 seconds
IAmTimCorey
C# Abstract Classes - What They Are, How to Use Them, and Best Practices
YT 55 minutes 32 seconds
IAmTimCorey
C# Generics - What they are, why they are useful, and how to create them
YT 1 hour 9 minutes 13 seconds
IAmTimCorey
C# Events - Creating and Consuming Events in Your Application
YT 1 hour 9 minutes 11 seconds
IAmTimCorey
Delegates in C# - A practical demonstration, including Action and Func
YT 38 minutes 57 seconds
IAmTimCorey
C# Async / Await - Make your app more responsive and faster with asynchronous programming
YT 52 minutes 22 seconds
IAmTimCorey
C# Advanced Async - Getting progress reports, cancelling tasks, and more
YT 1 hour 23 minutes 33 seconds
IAmTimCorey
What's New in C# 8.0 - Is There Multi-Inheritance Now?
YT 35 minutes 50 seconds
IAmTimCorey
Design Patterns: Single Responsibility Principle Explained Practically in C# (The S in SOLID)
YT 52 minutes 32 seconds
IAmTimCorey
Design Patterns: Open Closed Principle Explained Practically in C# (The O in SOLID)
YT 39 minutes 36 seconds
IAmTimCorey
Design Patterns: Liskov Substitution Principle Explained Practically in C# (The L in SOLID)
YT 40 minutes 24 seconds
IAmTimCorey
Design Patterns: Interface Segregation Principle Explained Practically in C# (The I in SOLID)
YT 41 minutes 43 seconds
IAmTimCorey
Design Patterns: Dependency Inversion Principle Explained Practically in C# (The D in SOLID)
YT 54 minutes 45 seconds
IAmTimCorey
C# Dependency Injection with Autofac
YT 1 hour 42 minutes 9 seconds
IAmTimCorey
Intro to Unit Testing in C# using XUnit
YT 1 hour 2 minutes 34 seconds
IAmTimCorey
Mocking in C# Unit Tests - How To Test Data Access Code and More
YT 43 minutes 58 seconds
IAmTimCorey
Fluent Validation in C# - The Powerful Yet Easy Data Validation Tool
YT 1 hour 37 minutes 46 seconds
IAmTimCorey
The log4net Tutorial: Logging in C# (hands-on from beginner to advanced)
YT 56 minutes 57 seconds
IAmTimCorey
Logging in .NET Core 3.0 and Beyond - Configuration, Setup, and More
YT 1 hour 7 minutes 56 seconds
IAmTimCorey
C# Logging with Serilog and Seq - Structured Logging Made Easy
YT 1 hour 59 seconds
IAmTimCorey
How To Call An API in C# - Examples, Best Practices, Memory Management, and Pitfalls
YT 1 hour 14 minutes 57 seconds
IAmTimCorey
Creating NuGet Packages the easy way with .NET Standard in C#
YT 49 minutes 30 seconds
IAmTimCorey
Intro to VSCode for C# Developers - From Installation to Debugging
YT 23 minutes 21 seconds
IAmTimCorey
Updating Microsoft Documentation - Contributing to Open Source the Easy Way
YT 48 minutes 46 seconds
IAmTimCorey
Creating Code Snippets in C# - Customize Visual Studio for Efficiency
YT 53 minutes 24 seconds
IAmTimCorey
Custom Item Templates in Visual Studio
YT 42 minutes 19 seconds
IAmTimCorey
Custom Project Templates in Visual Studio 2019
YT 1 hour 13 minutes 53 seconds
IAmTimCorey
Intro to Health Checks in .NET Core
YT 1 hour 20 minutes 15 seconds
IAmTimCorey
Localization in Blazor Server - How To Change Languages and Cultures
YT 1 hour 27 minutes 29 seconds
IAmTimCorey
Intro to Redis in C# - Caching Made Easy
YT 1 hour 16 minutes 37 seconds
IAmTimCorey
Intro to Azure Service Bus - The Power Behind Microservices
YT 21 minutes 51 seconds
IAmTimCorey
Big Changes in .NET 5, C# 9, and Visual Studio 2019 (v16.8)
YT 33 minutes 59 seconds
IAmTimCorey
10 C# Libraries To Save You Time And Energy
YT 55 minutes 42 seconds
IAmTimCorey
Creating Excel Files in C#
YT 30 minutes 36 seconds
IAmTimCorey
Sending Email in C# using FluentEmail
YT 1 hour 21 minutes 50 seconds
IAmTimCorey
Intro to MediatR - Implementing CQRS and Mediator Patterns
YT 43 minutes 58 seconds
IAmTimCorey
Intro to Yield in C# - What it is, how to use it, and when it is useful
YT 49 minutes 18 seconds
IAmTimCorey
Intro to Refit REST API Client for C#
YT 49 minutes 41 seconds
IAmTimCorey
Inheritance vs Interfaces in C#: Object Oriented Programming
YT 1 hour 12 minutes 1 second
IAmTimCorey
Intro to SignalR in C# Part 1 - using Blazor, WPF, best practices, and more
YT 27 minutes 58 seconds
IAmTimCorey
Intro to SignalR in C# Part 2 - Beyond Chat Applications