Are you using Testcontainers in your tests?
Use Testcontainers in ASP NET Core testing to get better coverage -- because you'll be using *real* dependencies.
Learn how to simulate your prod dependencies, test in parallel, and the opportunity to integrate with CI/CD tools.
A great addition to your granular unit tests are larger scale tests working with real systems!
Check out the article:
https://www.devleader.ca/2024/02/20/testcontainers-in-asp-net-core-a-simplified-beginners-guide/
Do you really need a SPA and full JavaScript framework for that? htmx might be all you need—it's clean, fast, and plays great with Razor Pages. Let’s break down when to use htmx vs the usual suspects: https://woodruff.dev/htmx-vs-javascript-frameworks-choosing-the-right-tool-for-the-job/
Enhance your ASP.NET Core applications with robust data protection using Duende IdentityServer. #DataProtection #aspnet
Want cleaner, more modular Razor Pages? htmx + partial views is a game-changer. Build dynamic UIs piece by piece without the JavaScript headache. Check out how to keep things tidy and interactive: https://woodruff.dev/going-modular-using-htmx-with-partial-views-in-razor-pages/
CRUD doesn’t have to be a chore. With HTMX and Razor Pages, you can build dynamic, snappy apps without piling on JavaScript. Create, read, update, delete—easy and elegant. See how it’s done: https://woodruff.dev/crud-made-easy-building-dynamic-apps-with-htmx-and-asp-net-razor-pages/
How can we use NUnit to test ASP.NET Core?
In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.
xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!
Check out the article:
https://www.devleader.ca/2024/02/16/nunit-in-asp-net-core-what-you-need-to-get-started/
Want snappy UI updates without the JavaScript mess? htmx + Razor Pages lets you swap and target page content like magic. It’s fast, clean, and surprisingly fun. Dive into the latest tricks here: https://woodruff.dev/swapping-and-targeting-like-a-pro-htmx-magic-for-razor-pages/
Building interactive HTML forms in Razor Pages doesn't have to be a pain! htmx makes it a breeze with simple, clean enhancements—no need for JavaScript overload. Check out how to make your forms smarter and smoother: https://woodruff.dev/interactive-forms-made-easy-htmx-meets-asp-net-razor-pages/
Want to make your Razor Pages pop without drowning in JavaScript? htmx attributes are your secret weapon! From seamless updates to enhanced user interactions, it's all about working smarter, not harder.
https://woodruff.dev/mastering-htmx-attributes-your-toolkit-for-razor-pages-awesomeness/
J'ai un développeur junior sous la main qui cherche un nouveau job
Dev .NET/Angular, actuellement en Ariège, mais ok pour bouger
CV disponible par MP
I have a junior developer looking for a new job.
Works with .NET/Angular, currently in France, but may be ok to move in Europe
CV available via private message.
Think server-driven web development is dead? Think again! htmx is bringing it back in style, making ASP.NET Core Razor Pages more powerful than ever. Forget the over-engineering—just clean, simple interactivity. Dive into the retro-cool magic: https://woodruff.dev/back-to-the-past-how-htmx-is-reviving-server-driven-web-development/
Ditch the JavaScript overload and bring your Razor Pages to life with htmx! It’s like giving your ASP.NET Core apps superpowers—more interactivity, less hassle. Check out my latest post to see how you can level up your Razor Pages: https://woodruff.dev/level-up-your-razor-pages-meet-htmx-your-new-best-friend/
️ Authentication and Authorization Best Practices in ASP.NET Core