.NET Watch Launch Setting Profile For ASP.NET Core

.NET Watch Launch Setting Profile For ASP.NET Core

In .NET, launch settings (launchSettings.json) allow us to share run commands across all development environments, regardless of IDE and editor choices. For the most part, launch commands are cross-platform capable, so they aren’t limited to any operating system, which is...

Continue Reading

Get C# Metadata From a Call Site

Get C# Metadata From a Call Site

C# is a statically typed language, and one of the greatest derived strengths is our ability to ask questions around our code. Whether you love it or hate it, reflection is a critical part of the .NET stack, and when...

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