Testing ASP.NET Core 6 Apps

Testing ASP.NET Core 6 Apps

The ASP.NET testing story has gotten easier with each new iteration, emphasizing dependency injection and inversion of control (IoC) containers contributing much of the plumbing for your web applications. Along with more accessible configuration options, we also see more opportunities...

Continue Reading

HTMX With ASP.NET Core

HTMX With ASP.NET Core

With all the momentum behind frontend frameworks, it’s often easy to forget that server-side rendering (SSR) is a mature approach to delivering fast and reliable user experiences. Unfortunately, one of the most significant drawbacks to frontend development is the experience...

Continue Reading

ASP.NET Docker Gotchas and Workarounds

ASP.NET Docker Gotchas and Workarounds

I’ve recently been working with Docker deployments to get my ASP.NET Core applications into the hands of more developers. The whole experience has been generally positive, and it is reminiscent of the early days of Git deployments. Write some code,...

Continue Reading