NimblePros

Category: Software Development

117 posts

  1. Software-Development
    February 24, 2026 #Software development

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

  2. Software-Development
    February 19, 2026 #Software development

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

  3. Software-Development
    February 17, 2026 #Software development

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

  4. Software-Development
    February 10, 2026 #Software development

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

  5. Software-Development
    February 05, 2026 #Software development

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

  6. Software-Development
    February 03, 2026 #Software development

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

  7. Software-Development
    January 14, 2026 #Software development

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

  8. Software-Development
    January 12, 2026 #Software development

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

  9. Software-Development
    January 06, 2026 #Software development

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

  10. Software-Development
    December 19, 2025 #Software development

    In this post, Sadukie breaks down some concepts seen in testing that can get muddled - test doubles, fakes, stubs, mocks, and spies.

  11. Software-Development
    December 15, 2025 #Software development

    C# 14 now lets you use a null-conditional operator on the left side of an assignment

  12. Software-Development
    December 10, 2025 #Software development

    With the arrival of Aspire 13, Aspire now provides an MCP server that your AI coding agent can access to see the logs of your running Aspire application.