ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

255 results

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,123 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

41 views

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

3,391 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,379 views

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

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

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

1 year ago

J David Eisenberg
Chapter 6: Variable Length Arrays in C

Some versions of C let you declare an array using a variable to give the number of elements in the array. (Sorry about the ...

4:39
Chapter 6: Variable Length Arrays in C

1,500 views

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

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

745 views

6 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

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

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

9 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

Chrome for Developers
C++ as a second language (Chrome University 2019)

A tour of C++ for experienced programmers coming from other languages, including Python, Java, JS, Ruby, JS and Golang.

25:29
C++ as a second language (Chrome University 2019)

78,129 views

5 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

71,989 views

4 years ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

100 views

2 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

253 views

2 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