ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

257 results

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

1 year ago

Bald. Bearded. Builder.
Reference Types in C# #dotnet #csharp

Heyo! I'm Michael and in this video we're going to cover the basics of Reference Types in C#. What really makes them different ...

1:00
Reference Types in C# #dotnet #csharp

1,124 views

1 year ago

Carlos Saraiva
Value vs Reference Types in C# Stack and Heap with Clear Examples

In this beginner-friendly lesson, we unpack one of the most important C# fundamentals: the difference between value types and ...

7:35
Value vs Reference Types in C# Stack and Heap with Clear Examples

42 views

2 months 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?

53,904 views

1 year ago

Bald. Bearded. Builder.
Stop Using the var Keyword!

HI, I'm Michael and in this video, I discuss the var keyword in .NET. Should you be using it? Is it overused? Maybe there's a better ...

2:42
Stop Using the var Keyword!

6,386 views

1 year ago

J David Eisenberg
Chapter 7: Copying Arrays

Arrays are reference variables, which means simple assignment doesn't make a copy of the values.

3:54
Chapter 7: Copying Arrays

750 views

6 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

72,091 views

4 years ago

Dandalf
C / C++ Functions

The video discusses library functions and user defined functions, calling a function - arguments and parameters, function ...

33:22
C / C++ Functions

190 views

5 years ago

Wisc-Online
Strings in the .NET Framework

In this activity, we will explain the string datatype in the .net framework and cover the peculiarities of a reference type that appears ...

9:11
Strings in the .NET Framework

296 views

9 years ago

CS101.2x
CS101x S454 Concluding Comments on C Plus Plus Standard Library

Well, we could pass them by reference. So here is an alternative form of the same function func1 but here I have passed the ...

13:14
CS101x S454 Concluding Comments on C Plus Plus Standard Library

1,142 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#?

12,572 views

1 year ago

Carlos Saraiva
C# Variables and Types

Learn C# Variables and Types in one clear lesson. We'll cover how to declare and initialize variables, instantiate classes and ...

8:45
C# Variables and Types

0 views

1 month ago

Bald. Bearded. Builder.
Should You be Using the var Keyword in C#?

Hi! I'm Michael and in this video, I cover why you might want to start using the var keyword to initialize your C# objects. We'll also ...

2:58
Should You be Using the var Keyword in C#?

1,471 views

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

3 months ago

Wisc-Online
Parameters and Arguments

This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.

1:53
Parameters and Arguments

35,533 views

9 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.15.2018. References and Interfaces

A continuation of a discussion of object references and an overview of Java interfaces.

50:57
CS 125 Fall 2018: Mon 10.15.2018. References and Interfaces

585 views

7 years ago

Drew Clinkenbeard
2013_comp_101_week_10_programming_part_01

Week 10 Programming slides!

14:51
2013_comp_101_week_10_programming_part_01

39 views

12 years ago

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

3 years ago

Solve Computer Science
Learn C pointers in 5 minutes

A 5 minute video about pointers in the C programming language. You will see a brief explanation and the most common use ...

5:41
Learn C pointers in 5 minutes

254 views

2 years ago

The Mentor CodeLab
Defining Boolean Data Type - Programming For Beginners | #10

Programming For Beginners: Defining Boolean Data Type Boolean Data are the simplest of all, yet a Boolean is one of the most ...

7:47
Defining Boolean Data Type - Programming For Beginners | #10

16 views

2 years ago