Home Archive Issue #255
Issue #255

Unit tests, auth, and modernization

A varied .NET roundup with testing, JWT and API security, architecture, microservices, LINQ, Playwright, and Azure modernization guidance.

Jasen's top three picks

  1. 1
    The Importance of Unit Testing in C#

    medium.com

    A straightforward reminder that unit testing is still one of the cheapest ways to protect design quality and speed up refactoring.

  2. 2
    How AI Cleaned Up My Blog with Custom Chat in VS Code

    youtube.com

    This AI-assisted VS Code cleanup is interesting because it shows how quickly custom chat workflows are sliding into everyday .NET content work.

  3. 3
    These 10 .NET Coding Habits Separate Senior Developers from the Rest

    blog.stackademic.com

    A senior-dev checklist article like this can be useful, but I’d read it as prompts for judgment rather than universal rules.

Editor's note

I curated a deliberately mixed lineup this time, from unit testing and LINQ to JWT, Playwright, and modernization work. The JWT security piece and the legacy-to-Azure roadmap stood out because they’re the kind of practical decisions teams keep revisiting.

Today's articles

Data-Driven Testing with Playwright

c-sharpcorner.com

Data-driven testing allows you to run the same test logic with multiple sets of input data. This is especially useful for validating: - Login scenarios - Form submissions - Search filters - Edge case ...

Read article

Related issues

📬 Get daily .NET content delivered to your inbox