Discover how Aspire transforms software development by offering modular components that fit together seamlessly, much like LEGO.#SoftwareDevelopment #ModularDesign #aspnet #dotnet #aspire
New blog article
Showing Toast and Swapping Content with HTMX (And ASP.NET Core)
https://www.mostlylucid.net/blog/showingtoastandswappingwithhtmx
️ Connect Azure SQL Server Using Managed Identity in ASP.NET
You've put it off for long enough now...
It's time to build your very first ASP.NET web API!
Learn how to build an ASP.NET core web API in this article! This tutorial for beginners will guide you through setting up the project to building the API endpoints.
You'll be set to build your very own web APIs going forward!
Check out the article:
https://www.devleader.ca/2023/11/13/how-to-build-an-asp-net-core-web-api-a-practical-beginners-tutorial/
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/
Everyone's talking about vertical slices - So here's a free project template for you.
Approaching software development by delivering thin vertical slices as well as vertical slice architecture are getting a lot of attention.
A vertical slice architecture aims to have features defined end to end through all of the layers of the application. It can be incredibly helpful, especially in ASP NET applications.
Check out this free template you can use to get started with.
Check out the article:
https://www.devleader.ca/2023/11/03/asp-net-vertical-slice-project-template-how-to-start-easily/
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/