Category: Software Development

127 posts

  1. Software-Development
    August 13, 2026

    In the third post of our SignalR for Blazor series, we build a real-time collaborative text editor where multiple users can type in the same document and see …

  2. Software-Development
    August 11, 2026

    In the second post of our SignalR for Blazor series, we take a closer look at connections and hubs - what they are, how clients connect, and how data flows …

  3. Software-Development
    August 06, 2026

    What is real-time communication, what is SignalR, and why does it pair so naturally with Blazor? This is the first post in our SignalR for Blazor series.

  4. Software-Development
    June 02, 2026

    Practical advice for experienced developers on adopting AI as a productive, safe companion - not a replacement - with tips for prompts, workflows, and …

  5. Software-Development
    May 26, 2026

    Let's walk through a practical implementation of a modular monolith project in .NET

  6. Software-Development
    March 26, 2026

    So you're a .NET dev who wants to write less JavaScript in your web apps? Let's talk about HTMX!

  7. Software-Development
    March 24, 2026

    Experiment Driven Development lets you test new ideas and features on a small subset of users.

  8. Software-Development
    March 17, 2026

    Part of any good software development strategy includes making sure that your tests have a good set of data to test the code against.

  9. Software-Development
    March 10, 2026

    It can be useful to have the ability to enable or disable certain functionality in your application. Feature flags give us the ability to do so.

  10. Software-Development
    March 03, 2026

    Migrating between static site generators can be a challenge. AI made it quick and easy.

  11. Software-Development
    February 24, 2026

    There are many different approaches to software development. In the earliest days, there was the “Test Last” or “Code First” approach. A …

  12. Software-Development
    February 19, 2026

    Aspire has basic support for OpenTelemetry out of the box. But what about when we're ready to do more.