Skip to content

Anthony Giretti's .NET blog

Ain't no mountain high enough

Search

Follow me !

Styled Blog WordPress Theme by Blaze Themes
  • .NET
SHARE:

.NET 10: Zip and GZip API Improvements

2026-01-19 by anthonygiretti

Introduction Compression APIs like ZipArchive and GZipStream have been part of .NET for years. They’ve…

Read More
  • .NET
SHARE:

.NET 10: Post-Quantum Cryptography Comes to .NET

2026-01-19 by anthonygiretti

Introduction Quantum computing is no longer just a research topic. As the technology matures, the…

Read More
  • .NET
SHARE:

.NET 10: Streaming over WebSockets with the New WebSocket Stream API

2026-01-12 by anthonygiretti

Introduction .NET 10 introduces a new WebSocket stream API that makes working with WebSockets feel…

Read More
  • .NET
SHARE:

.NET 10: Automatic support of TLS 1.3 on MacOS

2026-01-12 by anthonygiretti

Introduction With .NET 10, macOS developers get a nice upgrade for free: TLS 1.3 is…

Read More
  • .NET
  • C#
SHARE:

C# 14: User-Defined Compound Assignment Operators

2025-11-23 by anthonygiretti

Introduction C# 14 brings an interesting upgrade to operator overloading: custom types can now define…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing partial constructors and partial events

2025-11-23 by anthonygiretti

Introduction C# 14 introduces a subtle but genuinely useful improvement for developers working with large…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing field-backed auto‐properties via the contextual keyword field

2025-11-23 by anthonygiretti

Introduction If you’ve ever used auto-implemented properties in C# but then needed to add logic…

Read More
  • .NET
  • C#
SHARE:

C# 14: Modifiers on simple lambda parameters without explicit parameter types

2025-11-23 by anthonygiretti

Introduction C# keeps evolving, and each version brings small improvements that make everyday code a…

Read More
  • .NET
  • C#
SHARE:

C# 14: More Implicit Conversions for Span<T> and ReadOnlySpan<T>

2025-11-22 by anthonygiretti

Introduction Span<T> and ReadOnlySpan<T> have become core building blocks for high-performance .NET code.They’re fast, allocation-free,…

Read More
  • .NET
  • C#
SHARE:

C# 14: Introducing Null-Conditional Assignment

2025-11-21 by anthonygiretti

Introduction Every new C# release brings its share of improvements to how we write safer…

Read More
    1 2 3 … 21 Next »
  • Home
  • About me

Anthony Giretti's .NET blog

Ain't no mountain high enough