Home Archive Issue #372
Issue #372

C# basics to .NET 10 runtime updates

A varied .NET roundup with beginner C# guides, .NET 10 runtime improvements, ASP.NET Core logging, security, Kafka, AI, and MCP.

Jasen's top three picks

  1. 1
    What Is C#?

    c-sharpcorner.com

    A gentle C# refresher for newcomers.

  2. 2
    .NET 10: Automatic support of TLS 1.3 on MacOS

    anthonygiretti.com

    Useful .NET 10 runtime and networking updates.

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

    anthonygiretti.com

    Good practical ASP.NET Core logging walkthrough.

Editor's note

I put together a pretty wide mix this time: beginner-friendly C# primers sit next to deeper .NET 10 and tooling pieces. The TLS 1.3 on macOS and WebSocket stream API posts are the kind of runtime updates that quietly matter day to day, while the LoA and MCP articles go after more advanced app and identity scenarios.

Today's articles

What Is C#?

c-sharpcorner.com

Discover C#, a powerful language by Microsoft for .NET development. Build web, desktop, cloud apps & more! Explore its features, uses, and career scope. Perfect for beginners!

Topics: C#

Read article

Type Casting and Comments in C#

c-sharpcorner.com

Master C# type casting (implicit, explicit, Convert, Parse, TryParse) and comments (single-line, multi-line, XML). Write safe, readable, and maintainable code!

Topics: C#

Read article

Related issues

📬 Get daily .NET content delivered to your inbox