ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

148,950 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,970 views

4 years 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,367 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,719 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#

49,229 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,593 views

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

6 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,549 views

2 years 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,253 views

3 weeks 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,825 views

5 years ago

Bald. Bearded. Builder.
Don't Make These Entity Framework Core Mistakes

Hi! I'm Michael, and in this video I'll cover 5 things you'll need to know when building scalable applications with Entity Framework ...

8:48
Don't Make These Entity Framework Core Mistakes

19,869 views

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

9 months 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#

2,037 views

4 years ago

Dev Leader
Convert ANY Of Your C# Types Without Casting Using Implicit Operators

C# is a strongly-typed language, and if we want to convert between various types in our code, we're often required to use explicit ...

7:38
Convert ANY Of Your C# Types Without Casting Using Implicit Operators

973 views

2 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

15,154 views

1 year ago

Round The Code
Missed these 12 new C# features?

Put the latest C# features into practice by building real APIs with Minimal APIs: ...

12:49
Missed these 12 new C# features?

946 views

2 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,820 views

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

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

4 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#?

13,726 views

1 year ago