2 тысяч подписчиков
33 видео
Difference between string and System.String in C#
Difference between Select and SelectMany in LINQ in C#
Chunk your LINQ results in C#
Dynamic LINQ queries in C#
Required keyword in C# 11
Create a multiline string in C#
Compiler internals for the record type in C#
Difference between IEnumerable and IQueryable in C#
Shuffle any list in C#
Deep clone/copy an object graph in C#
Unleash the Full Potential of C# with These List Patterns
Differences between a field and a property in C#
Join using multiple properties in LINQ in C#
Multi property ordering, OrderBy, using LINQ in C#
Paging results from LINQ in C#
Using IDisposable in C#
Enumerate an enum in C#?
Generate a random number in C#
Visual Studio Code vs Visual Studio
C# Syntactic Sugar: The Secret Ingredient
Left Outer Join in LINQ in C#
Best way to catch multiple exceptions in C#
What do two question marks / null coalescing / '??' do in C#?
NullReferenceException and how do I fix it in C#
Visual Studio Code and C#: Getting started using these 6 extensions
Add index to LINQ results in C#
Property name from lambda expression in C#
Raw string literal pattern in C# 11
GroupBy multiple properties in LINQ C#
Sort a generic List by a property of the objects in C#
Cast an integer to an enum in C#