ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

178,282 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

755,749 views

3y ago

NullSimLabs
C# DELEGATES in 30 SECONDS | Learning Game Dev - Day 64

Today in my Unity journey, I had some fun learning about delegates in C#! Simply put, a delegate is a type-safe reference to one ...

0:29
C# DELEGATES in 30 SECONDS | Learning Game Dev - Day 64

2,581 views

6mo 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,111 views

6y 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,003 views

1y 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,458 views

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

57,746 views

1y 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,815 views

6mo 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,875 views

7mo 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,224 views

5y 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,093 views

6mo 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,009 views

1y 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,572 views

1y ago

Game Dev Glory
I Love C Sharp Out Parameters For This #coding #csharp

COACHING: https://ko-fi.com/plotteldev/ - Welcome to our latest video, 'I Love C Sharp Out Parameters For This.' In this tutorial, we ...

0:36
I Love C Sharp Out Parameters For This #coding #csharp

2,227 views

2y 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,171 views

5mo ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,433 views

5mo ago

Bald. Bearded. Builder.
ToLower is Killing your App Performance! #csharp #dotnet

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

0:43
ToLower is Killing your App Performance! #csharp #dotnet

1,837 views

6mo 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,637 views

8mo ago

Round The Code
The C# class types every developer should know

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

9:21
The C# class types every developer should know

1,021 views

2d ago

JL Tech
First() vs Single() in .NET - Know the Difference #dotnet  #coding #csharp

First(), FirstOrDefault(), and Single() might look similar, but they behave very differently. Here's how to use each one correctly - and ...

0:33
First() vs Single() in .NET - Know the Difference #dotnet #coding #csharp

1,203 views

4mo ago

JL Tech
Stop Injecting 5 Repositories - Use Unit of Work ⚡ #dotnet #coding #csharp

Still injecting multiple repositories into your service? If one call fails, your data's out of sync - and that's where the Unit of Work ...

0:28
Stop Injecting 5 Repositories - Use Unit of Work ⚡ #dotnet #coding #csharp

1,418 views

5mo ago