video
2dn
video2dn
Найти
Сохранить видео с ютуба
Категории
Музыка
Кино и Анимация
Автомобили
Животные
Спорт
Путешествия
Игры
Люди и Блоги
Юмор
Развлечения
Новости и Политика
Howto и Стиль
Diy своими руками
Образование
Наука и Технологии
Некоммерческие Организации
О сайте
Stress-free coding
C#, Angular, Typescript...nerd stuff
What's new in C# 12 preview step by step
How to declare and use a tuple in C#
Return by reference
Exception filter : how manage multiple "catch" blocks with same exception
Exception: try catch finally
How to import projects references by 3 "using" example
Properties: 3 ways to declare them
String Interpolation: alternative way to concatenate strings
Null operators: how to check null value
nameof expression: catch the name
Caller information : write a log
Asynchronous programming: Henry actions
Access modifiers: protected Vs protected internal
Access modifiers: protected Vs private protected
Access modifiers: internal Vs protected
Access modifiers: private Vs internal
Access modifiers: internal
Object and Collection Initializers
Lambda exrpression ( Fibonacci sequence example )
how to sort a query with LINQ
how to code a Where condition with Linq
C# LINQ group by with a boolean condition
C# LINQ Group by
how to code a LINQ Cross Join
C# LINQ Select Vs Select new
how to code a left join with LINQ
how to code a join with LINQ
LINQ difference between Distinct Vs DistinctBy
how to use LINQ SelectMany
how to code a Select with Linq