ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

164,987 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

764,577 views

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

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

2 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,598 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?

60,237 views

2 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,469 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,821 views

2 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,627 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,408 views

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

5 years ago

Bald. Bearded. Builder.
You Should Probably Stop Using Task.Wait in C#

If you're still using Task.Wait to write asynchronous methods in C#, STOP! It's time to move on to the await operator for good.

2:12
You Should Probably Stop Using Task.Wait in C#

2,277 views

2 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

980 views

2 years ago

Hassan Habib
Tracking Data Changes in C# .NET

In this session, I'm going to walk you through a capability that allows you to track data changes in your database with a single line ...

20:42
Tracking Data Changes in C# .NET

350,216 views

3 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,252 views

4 years ago