ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139 results

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

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

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?

54,596 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,718 views

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

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

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

Dandalf
C / C++ Players on a Team

The video contains a discussion of how to get from a project definition to a C or C++ program. The program uses ...

16:46
C / C++ Players on a Team

460 views

3 years ago

OpenMDAO
Fitting tabular data using smooth curve fits

If you're fitting a curve or surface to data and want to ever use gradient-based optimizers or Newton solvers, make sure to do it in a ...

7:03
Fitting tabular data using smooth curve fits

954 views

3 years ago

Mikko Rönkkö
Cautionary example of regression analysis

The video explains stepwise regression, which is a data-mining technique, by an example. Thereby, it is also demonstrated why ...

8:24
Cautionary example of regression analysis

776 views

6 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

wikipedia tts
Variable (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Variable_(computer_science) 00:01:44 1 Actions on ...

18:29
Variable (computer science) | Wikipedia audio article

11 views

7 years ago

Carlos Saraiva
Conditional Logic in C#: If, Switch, Ternary and Nullable Variables Explained

C# Conditional Logic, Switch Expressions & Nullable Types In this hands‑on tutorial we walk through a complete C# console ...

17:34
Conditional Logic in C#: If, Switch, Ternary and Nullable Variables Explained

11 views

1 month ago

videoconferencias
UTPL LISTAS ENLAZADAS [(INFORMÁTICA)(ESTRUCTURA DE DATOS)]

UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA Informática Estructura de datos Tema: Listas enlazadas Ponente: Ing. Manuel ...

7:03
UTPL LISTAS ENLAZADAS [(INFORMÁTICA)(ESTRUCTURA DE DATOS)]

7,484 views

13 years ago

Meri (Engel) Kasprak - programming videos
meriehlp.net: Procedures and parameters in visual logic

Passing variables by value and reference to procedures in visual logic.

4:49
meriehlp.net: Procedures and parameters in visual logic

5,517 views

12 years ago

wikipedia tts
Reference (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Reference_(computer_science) 00:01:43 1 Benefits ...

12:33
Reference (computer science) | Wikipedia audio article

17 views

7 years ago

Spoken-Tutorial IIT Bombay
Scope Of Variables - English

Scope of Variables -Introduction -Syntax of declaring a variable --example: data-type var-name; -Syntax for initializing a variable ...

8:10
Scope Of Variables - English

21,760 views

11 years ago

timClicks
T to &'static T

Learn how to create references with the 'static lifetime, even from values that start as local variables. Rust resources: - Tim's ...

9:08
T to &'static T

4,975 views

2 years ago

Learn with Shikaar
STOP Using == and Equals Wrong! C# Equality Explained

Equality of Value and Type in C# In this video, you'll learn how equality works in C# — the difference between comparing values ...

4:58
STOP Using == and Equals Wrong! C# Equality Explained

6 views

1 month ago