Learn C# with CSharpFritz - Ep 7: The Errata Report No. 1

preview_player
Показать описание
In this 7th episode of C# with CSharpFritz, Jeff goes back to talk about some of the language features that were skipped over the previous episodes. We talk about increment operators, string formatting and interpolation, the continue statement, and the challenging discussion of what a struct is and when to choose a struct or a class in C# object design.

Questions:
00:36:29 - Are anonymous functions possible in string interpolation?
00:38:40 - Can you write list.ForEach() statement in string interpolation?
00:59:24 - Do you need to use the 'var' keyword when returning an 'out' parameter?
01:07:52 - Can a struct bigger than the stack?
01:14:21 - Is there a C# 9 features overview stream scheduled?
01:19:09 - How is memory managed when you have List as a property of a struct?
01:20:43 - It seems like structs has lot of limitations. Can you please give an example of using structs?
01:46:39 - Can one property be static in a non static class?

Рекомендации по теме
Комментарии
Автор

Can you please discuss about Bitwise and shift operators?

sumanahaldar
Автор

Better call the video: «Deep Dive Review ep1-6»

nakigoe_org