NimblePros

Category: Software Development

117 posts

  1. Software-Development
    July 10, 2025 #Software development

    Building applications that can withstand transient failures—whether due to infrastructure hiccups or unreliable external services—is far easier when you …

  2. Software-Development
    June 23, 2025 #Software development

    Mark commits you make locally as Verified in GitHub by using GPG to sign the commits you make.

  3. Software-Development
    May 29, 2025 #Software development

    Let's demystify Authentication, Authorization, and OAuth.

  4. Software-Development
    May 22, 2025 #Software development

    Scott attended Stir Trek's 2025 conference this year. In addition to learning a lot, there are other benefits to attending a live, in-person conference!

  5. Software-Development
    April 29, 2025 #Software development

    Baking a cake gone wrong can teach you more about user experience than you think! Discover practical UX principles learned from a real-life red velvet disaster, …

  6. Software-Development
    April 24, 2025 #Software development

    The quality of your application code can be measured in many ways. Let's take a step back and consider measuring said quality based on how easy (or difficult) …

  7. Software-Development
    March 19, 2025 #Software development

    NimblePros has been named a Particular Software Partner in recognition of our expertise with NServiceBus and our success in helping clients build scalable, …

  8. Software-Development
    March 17, 2025 #Software development

    Learn two simple rules to avoid AutoMapper headaches in .NET: only use implicit mappings and only map outwards from your domain. No more hidden business logic …

  9. Software-Development
    March 10, 2025 #Software development

    By default ASP.NET Core Identity will not add support for Roles interaction. Find out how to re-add it in this post!

  10. Software-Development
    February 18, 2025 #Software development

    Take advantage of C#'s 'in' keyword to modify parameters, making them immutable and passed more efficiently.

  11. Software-Development
    January 27, 2025 #Software development

    This week's Question of the Week is about Design Patterns! What is your go-to and how has it saved the day?

  12. Software-Development
    January 20, 2025 #Software development

    Write cleaner test assertions with better messaging using the Shouldly library