Category: Software Development

120 posts

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

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

  3. Software-Development
    March 03, 2026

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

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

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

  6. Software-Development
    February 17, 2026

    While reactive strategies respond to failures after they occur, proactive strategies prevent problems before they happen. In this post, we'll explore the two …

  7. Software-Development
    February 10, 2026

    Polly provides several reactive resilience strategies that respond to failures as they occur. In this post, we'll explore four essential reactive strategies: …

  8. Software-Development
    February 05, 2026

    It's inevitable that production will fail. Your ability to respond quickly greatly depends on being able to determine what went wrong.

  9. Software-Development
    February 03, 2026

    Adding observability to Polly resilience pipelines involves configuring TelemetryOptions for logging, customizing severity levels for resilience events, …

  10. Software-Development
    January 14, 2026

    Learn how to create a GitHub template repository with boilerplate files for .NET 10 applications optimized for AI coding agents.

  11. Software-Development
    January 12, 2026

    Sometimes it can be really useful to add commands to your Aspire dashboard. It's easy to do and amazingly useful.

  12. Software-Development
    January 06, 2026

    One of the greatest features of Aspire is how easy it is to set up, configure, and work with databases.