ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

175,133 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

748,030 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,629 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,945 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,667 views

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

1 year 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

3,616 views

1 year 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,527 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,492 views

5 years ago

Bald. Bearded. Builder.
What is the Record Type in C#?

Hello world, I'm Michael and in this video, I discuss the record type in .NET and when you should use it rather than normal .

4:24
What is the Record Type in C#?

12,962 views

1 year 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,728 views

10 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,946 views

5 years ago

Microsoft Visual Studio
Introducing the Visual Studio 'C# REPL'

The Interactive Window is an interactive environment that helps you quickly learn APIs, play with language features, and ...

11:42
Introducing the Visual Studio 'C# REPL'

10,544 views

10 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

5,675 views

5 months 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

29,895 views

4 years ago

Ryan McBeth
What is a Destructor? -  C# Gotcha Interview Questions

That the heck is that method that has the same name as the class and has a ~ at the beginning. It's a destructor, and there's a ...

3:40
What is a Destructor? - C# Gotcha Interview Questions

5,764 views

5 years 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

25,862 views

5 years ago

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

Use C# 14 and .NET 10 to build a real Web API with Minimal APIs: ...

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

3,643 views

2 months ago

The Linux Foundation
Exploring C# Wasm Components - James Sturtevant, Microsoft

Exploring C# Wasm Components - James Sturtevant, Microsoft In this talk we will use C# to build Wasm components that can ...

36:30
Exploring C# Wasm Components - James Sturtevant, Microsoft

789 views

1 year ago

Jinxish
C# + SFML Basics | Step-by-Step Tutorial for Beginners

You can support me through Patreon: https://www.patreon.com/c/Jinxishh This tutorial introduces you to SFML (Simple and Fast ...

19:15
C# + SFML Basics | Step-by-Step Tutorial for Beginners

239 views

4 months ago

VoidRealms
C# 21 - Buttons and Forms

Learn about buttons and the basics of windows forms.

4:19
C# 21 - Buttons and Forms

292,906 views

14 years ago