ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

172,678 results

NullSimLabs
Do YOU know THESE arrays? | Learning Game Dev - Day 58

Day 58 of teaching myself game development until I make a Top 100 Steam game! Today I focused on improving my C# arrays ...

0:25
Do YOU know THESE arrays? | Learning Game Dev - Day 58

5,809 views

5 months ago

NullSimLabs
C# DELEGATES in 30 SECONDS | Learning Game Dev - Day 64

Today in my Unity journey, I had some fun learning about delegates in C#! Simply put, a delegate is a type-safe reference to one ...

0:29
C# DELEGATES in 30 SECONDS | Learning Game Dev - Day 64

2,461 views

5 months ago

Kai Lentit
Interview with a Senior C# Developer

C# programming language Interview with a C# developer with Jackson Monaeghan - aired on © The C#. Music by: ...

10:56
Interview with a Senior C# Developer

747,128 views

3 years ago

Bald. Bearded. Builder.
C#: Class, Struct or Record - Which Should You Choose?

Hello world! My name is Michael. In this video, I'll be covering what a C# class, struct, record class, and record struct are and when ...

7:53
C#: Class, Struct or Record - Which Should You Choose?

55,069 views

1 year ago

Ryan McBeth
Boxing and Unboxing -  C# Gotcha Interview Questions

What is Boxing and Unboxing in C# and .NET? What was it used for, and why is this a "Gotcha" interview question?

4:03
Boxing and Unboxing - C# Gotcha Interview Questions

14,462 views

5 years ago

Round The Code
C# 13 released with new features that you can use now

C# 13 has been launched as part of the .NET 9 release and we'll have a look at the new exciting features that you can use today.

8:06
C# 13 released with new features that you can use now

2,523 views

1 year ago

Bald. Bearded. Builder.
Should my Services be Transient, Scoped, or Singleton?

The basics of Transient, Scoped, and Singleton .NET dependency injection lifetime scopes. This video covers the basics of each ...

3:40
Should my Services be Transient, Scoped, or Singleton?

16,743 views

1 year ago

NullSimLabs
C# Dictionaries in 30 seconds | Learning Game Dev - Day 61

Day 61 of my journey teaching myself game development! Today, I explain what a Dictionary in C# is and how it can help you ...

0:33
C# Dictionaries in 30 seconds | Learning Game Dev - Day 61

9,374 views

5 months ago

Bald. Bearded. Builder.
Stack vs. Heap in .NET #dotnet #csharp

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.

1:00
Stack vs. Heap in .NET #dotnet #csharp

2,887 views

1 year ago

Bald. Bearded. Builder.
C# '== null': There's a Better Way! #csharp #dotnet

Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...

1:03
C# '== null': There's a Better Way! #csharp #dotnet

2,770 views

4 months ago

Ryan McBeth
What is Reflection?  - C# Gotcha Interview Questions

Reflection is a core concept in C# and Dotnet. It allows you to peek inside an object to get its types, members and properties, and ...

4:49
What is Reflection? - C# Gotcha Interview Questions

25,895 views

5 years ago

Bald. Bearded. Builder.
Should you await Inside Your C# Loops?

Using async/await in your codebase is definitely the way to do asynchronous processing in .NET. But if you're using the await ...

3:28
Should you await Inside Your C# Loops?

3,796 views

1 year ago

Round The Code
Are C# 14's new features worth the .NET 10 update?

Want to learn Minimal APIs from scratch? I'm giving away my “Minimal APIs for Complete Beginners” course FREE ...

9:11
Are C# 14's new features worth the .NET 10 update?

3,595 views

2 months ago

Channels new to you

Bald. Bearded. Builder.
Stop Using == null: The Safer C# Pattern You Need Today!

Two operators, one confused codebase: we break down the real differences between C#'s != and the pattern-matching "is not".

11:41
Stop Using == null: The Safer C# Pattern You Need Today!

14,487 views

4 months ago

Hassan Habib
High-Performance Local IPC: C# to Python via Windows Named Pipes

This quick demo shows how a Python program communicates with a C# program on Windows using Named Pipes (Inter-Process ...

7:46
High-Performance Local IPC: C# to Python via Windows Named Pipes

58,324 views

1 month ago

Bald. Bearded. Builder.
The Best C# Collections Explained

Hi! I'm Michael and in this video I'm discussing the differences in the C# IEnumerable, ICollection, IList, and IQueryable interfaces.

4:22
The Best C# Collections Explained

14,482 views

1 year ago

Bald. Bearded. Builder.
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

14:26
Stop Using ToLower() for Comparisons! The Fast, Correct Way in C#

48,566 views

4 months ago

Bald. Bearded. Builder.
Reference Types in C# #dotnet #csharp

Heyo! I'm Michael and in this video we're going to cover the basics of Reference Types in C#. What really makes them different ...

1:00
Reference Types in C# #dotnet #csharp

1,127 views

1 year ago

TECH WORM
How C# Type Safety Can Prevent Bugs (and Save You Time!)

Master C# Type Safety in seconds! Discover how to safeguard your code from errors and boost performance with type safety.

0:33
How C# Type Safety Can Prevent Bugs (and Save You Time!)

134 views

1 year ago

JL Tech
Stop Using Where().FirstOrDefault() - Use This Instead ⚡ #dotnet #coding #csharp

Stop chaining Where() and FirstOrDefault() in LINQ! Use FirstOrDefault(predicate) for cleaner, simpler, and more readable C# ...

0:23
Stop Using Where().FirstOrDefault() - Use This Instead ⚡ #dotnet #coding #csharp

1,452 views

3 months ago

Hassan Habib
C# Flags: Beginner's Guide

In this session, we dive into Flags in C#—a powerful feature that allows software engineers to represent multiple options within a ...

9:42
C# Flags: Beginner's Guide

4,709 views

10 months ago

Bald. Bearded. Builder.
ToLower is Killing your App Performance! #csharp #dotnet

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

0:43
ToLower is Killing your App Performance! #csharp #dotnet

1,818 views

4 months ago