Properties Posts

Exploring properties in software development and technology.

C# 13: The field Keyword - Direct Backing Field Access (Preview)
January 18, 2025

C# 13: The field Keyword - Direct Backing Field Access (Preview)

Explore C# 13's preview field keyword that enables direct access to compiler-synthesized backing fields, simplifying property implementations and reducing boilerplate code.

C# 13: Partial Properties and Indexers - Completing the Partial Story
January 17, 2025

C# 13: Partial Properties and Indexers - Completing the Partial Story

Explore C# 13's partial properties and indexers that complete the partial member story, enabling better code organization, source generation, and architectural flexibility.

2 posts in Properties