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
Discover how to integrate htmx with ASP.NET Razor Pages to add interactivity to your web applications. This guide simplifies the process, making it accessible for all developers. #ASPNet #WebDevelopment #htmx
️ 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/