Все публикации

Property name from lambda expression in C#

Unleash the Full Potential of C# with These List Patterns

Visual Studio Code and C#: Getting started using these 6 extensions

C# Syntactic Sugar: The Secret Ingredient

Visual Studio Code vs Visual Studio

Chunk your LINQ results in C#

Add index to LINQ results in C#

Shuffle any list in C#

Compiler internals for the record type in C#

Using IDisposable in C#

Paging results from LINQ in C#

GroupBy multiple properties in LINQ C#

Required keyword in C# 11

Dynamic LINQ queries in C#

Difference between IEnumerable and IQueryable in C#

Join using multiple properties in LINQ in C#

Left Outer Join in LINQ in C#

Difference between Select and SelectMany in LINQ in C#

Multi property ordering, OrderBy, using LINQ in C#

Create a multiline string in C#

Raw string literal pattern in C# 11

Differences between a field and a property in C#

Sort a generic List by a property of the objects in C#

NullReferenceException and how do I fix it in C#