ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

169,670 results

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

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

3 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#

48,563 views

4 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,523 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
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,594 views

2 months ago

Ryan McBeth
What is C# Good For?

So you might get asked this interview question: "What is C# good for?" or "Why do you like programming in C#?" The answer to ...

3:29
What is C# Good For?

2,937 views

4 years ago

Ryan McBeth
Real World Examples of an Abstract Class in C#

When would you actually use an abstract class? Under most circumstances, you would use an abstract class whenever you want ...

15:15
Real World Examples of an Abstract Class in C#

1,998 views

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

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.
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,826 views

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

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

10 years ago

Ryan McBeth
Is C# Statically, Strongly, Dynamically or Weakly Typed?

The code for this example can be found at: ryanmcbeth.com https://github.com/mcbethr/TypesInCSharp Think of "Typing" as the ...

6:42
Is C# Statically, Strongly, Dynamically or Weakly Typed?

1,884 views

4 years ago

Ryan McBeth
Interfaces and Abstract Classes - C# Gotcha Interview Questions

This video talks about the difference between interfaces and abstract classes. Interfaces are like Infants - you have to do ...

3:50
Interfaces and Abstract Classes - C# Gotcha Interview Questions

4,379 views

5 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,761 views

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

14,486 views

4 months ago