Тёмный
No video :(

C# 11 and the Nine Uses of ref 

Coding Tutorials
Подписаться 14 тыс.
Просмотров 2,1 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@RiversJ
@RiversJ Год назад
That is one mighty well condensed lecture on ref, i use most of these regularly but i still learned something new and it gave me a far simpler mental model of what they are. Thanks!
@CodingTutorialsAreGo
@CodingTutorialsAreGo Год назад
Do you make it nine uses, or more, or less? Let me know. Source code available at: github.com/JasperKent/Use-of-Refs Remember to subscribe at ru-vid.com/show-UCqWQzlUDdllnLmtgfSgYTCA And if you liked the video, click the 👍.
@NullF0rest
@NullF0rest Год назад
Amazing as always! Learned a lot! I keep em coming! Also, I would kill to have a library like yours Hahaha
@anm3037
@anm3037 Год назад
I wanna cry out load to the way these things are named. An example is REF struct. Please what is REFerence about a struct that leaves only on stack? Why not a name like STACKONLY struct?
@CodingTutorialsAreGo
@CodingTutorialsAreGo Год назад
I know what you mean .I think there's two factors here. One is the reluctance to introduce new keywords which could break existing code. The second is that is fairly logical that a ref struct can contain a ref field, and a ref field is exactly the same meaning as on a ref parameter, which has been around since the beginning.
@hanspetervollhorst1
@hanspetervollhorst1 Год назад
Can a ref struct be part of a stackalloc array?
@CodingTutorialsAreGo
@CodingTutorialsAreGo Год назад
No. A struct can but not a ref struct.
@hanspetervollhorst1
@hanspetervollhorst1 Год назад
I really enjoy these videos, but if I may add, I think they might be even more enjoyable if the audio was a tad better.
@CodingTutorialsAreGo
@CodingTutorialsAreGo Год назад
What, specifically, is the audio problem?
@MobilePhone-mc8zi
@MobilePhone-mc8zi Год назад
I've never had an with the audio, it's fine for me.
@hanspetervollhorst1
@hanspetervollhorst1 Год назад
@@CodingTutorialsAreGo It's a bit distant. When playing on phone speakers (iPhone 8) I have to increase the volume a lot to understand everything clearly. Could of course also just be my ears :)
Далее
C# 12 Collection Expressions and the Spread Operator
25:27
WHY did this C++ code FAIL?
38:10
Просмотров 249 тыс.
Blazor RenderFragment
23:11
Просмотров 1,6 тыс.
Golang pointers explained, once and for all
13:49
Просмотров 3,8 тыс.
How He Got $600,000 Data Engineer Job
19:08
Просмотров 24 тыс.
What does the ref keyword actually do in C#?
13:59
Просмотров 27 тыс.
Generics: The most intimidating TypeScript feature
18:19
C# 12 Spread Operator Performance Pitfalls
12:53
Просмотров 1,1 тыс.