Category: Software Development

129 posts

  1. Software-Development
    August 20, 2026

    In the fifth and final post of our SignalR for Blazor series, we look at real-time notifications - the notification types, hub design for sending and receiving, …

  2. Software-Development
    August 18, 2026

    In the fourth post of our SignalR for Blazor series, we look at streaming data updates - continuously pushing data from the server to clients, perfect for …

  3. 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 …

  4. 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 …

  5. 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.

  6. 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 …

  7. Software-Development
    May 26, 2026

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

  8. 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!

  9. Software-Development
    March 24, 2026

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

  10. 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.

  11. 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.

  12. Software-Development
    March 03, 2026

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