ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

181,473 results

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

759,482 views

4 years 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,464 views

5 months ago

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

4,165 views

1 year ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

26,225 views

6 years 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#

49,221 views

7 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

26,353 views

5 years ago

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

In this video, we'll cover what are C# class, struct, record class, and record struct are and when you should use each. Don't forget ...

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

58,613 views

1 year ago

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,903 views

7 months 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,590 views

1 year ago

JL Tech
Stop Injecting IConfiguration — Do This Instead ⚡ #dotnet #csharp

Stop using builder.Configuration.GetSection in .NET! In this short, I'll show you how to make your AppSettings type-safe using the ...

0:29
Stop Injecting IConfiguration — Do This Instead ⚡ #dotnet #csharp

2,177 views

5 months 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,833 views

6 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

3,067 views

1 year ago

Tearodis
Godot C# VS GDScript Test

The result of testing an almost identical script between C# and GDScript in Godot: C# is faster! Just to be clear, I like gdscript and ...

1:36
Godot C# VS GDScript Test

20,211 views

2 years ago

Ben Makes Games
Making a Programming Language with C# and ANTLR4

in this video, I make an interpreter for a custom programming language, using C# and nuget packages for ANTLR4, which I barely ...

1:38:39
Making a Programming Language with C# and ANTLR4

30,123 views

4 years ago

Godot Engine
Enjoyable Game Architecture with Godot & C# – Mark Wilson – GodotCon 2025

Chickensoft provides open-source tooling to help C# developers build great game architecture from the ground up. In this talk, we ...

27:49
Enjoyable Game Architecture with Godot & C# – Mark Wilson – GodotCon 2025

6,460 views

8 months ago

Bald. Bearded. Builder.
MVC vs. Minimal API vs. FastEndpoints - Which is Best for Your Project?

Not sure whether your .NET API should use MVC, minimal API, or something else? Let's talk about the pro's and con's of each and ...

4:39
MVC vs. Minimal API vs. FastEndpoints - Which is Best for Your Project?

24,533 views

2 years ago

Hassan Habib
Build a Simple MCP Server & Client in C#.NET

Ready to dive into the world of AI-powered tools with just a few lines of C# code? In this video, we'll walk through building a fully ...

19:38
Build a Simple MCP Server & Client in C#.NET

139,954 views

9 months ago

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!

15,013 views

7 months ago

Bald. Bearded. Builder.
Easy LINQ Tips Every Developer Should Know!

Level up your LINQ skills with practical tips that make C# queries faster and easier to maintain. We cover let, Aggregate, GroupBy, ...

13:49
Easy LINQ Tips Every Developer Should Know!

12,033 views

6 months ago

Round The Code
Most developers misunderstand these C# class types

Use different C# class types to build real APIs using Minimal APIs: ...

9:21
Most developers misunderstand these C# class types

2,236 views

3 weeks ago