NimblePros
  1. NimblePros Blog
    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, …

  2. NimblePros Blog
    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) …

  3. NimblePros Blog
    April 17, 2025 #Tools

    Learn how to run GitHub Pages locally using a Dev Container.

  4. NimblePros Blog
    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, …

  5. NimblePros Blog
    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 …

  6. NimblePros Blog
    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!

  7. NimblePros Blog
    March 05, 2025 #Announcements

    Introducing Jeff Zuerlein, our newest team member!

  8. NimblePros Blog
    February 27, 2025 #Training

    Our February 2025 webinar covers some of the pitfalls people run into while trying to work with Domain-Driven Design.

  9. NimblePros Blog
    February 24, 2025 #Training

    We have released our Implementing Individual Accounts course in Early Access. Learn how to work with the Individual Accounts authentication in ASP.NET and how …

  10. NimblePros Blog
    February 18, 2025 #Software development

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