Home Archive Issue #254
Issue #254

C# types, ASP.NET Core, EF Core and security

Practical C# and .NET guidance on class types, var vs dynamic, Swagger, EF Core 9, middleware, async, rate limiting, and Zero Trust.

Jasen's top three picks

  1. 1
    Understanding C# Class Types: A Complete Guide for .Net Developers

    itsshubhamk.medium.com

    A solid fundamentals piece on class types for devs who want cleaner code and better design decisions.

  2. 2
    Security Best Practices in MERN Stack (2025 Guide)

    c-sharpcorner.com

    This security checklist translates well beyond MERN; JWT, headers, and input validation are evergreen concerns.

  3. 3
    When to Use var, dynamic, and object in C#

    medium.com

    A quick refresher on when var helps readability and when dynamic or object really changes behavior.

Editor's note

I kept this issue broad on purpose: there’s solid fundamentals, API work, data access, and security all in one lineup. The EF Core on .NET 9 piece and the Zero Trust article stood out to me because they’re the kinds of topics that save teams real pain later.

Today's articles

Casting and Converting

c-sharpcorner.com

Learn how type casting works in Java, including primitive and object casting, upcasting, downcasting, and common pitfalls like ClassCastException with practical examples and inheritance-based scenario...

Topics: C# .NET Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox