// archive · page 2 / 2
All Articles
19 articles total.

Building Maintainable .NET Applications with Clean Architecture
Most .NET applications do not fail because the code stops working. They fail slowly, as a once-tidy project grows into a tangle where every change risks breaking something else, b…

How AJAX Powers the Modern Casino Front End
A decade ago a casino lobby was a sea of static thumbnails wrapped in full page reloads. Click a category, wait for the server to render a fresh HTML document, repeat. Today that…

HTMX and the UpdatePanel — Why the Original AJAX Pattern Came Back Twenty Years Later
For about three years now, HTMX has been the framework you cannot avoid in developer Twitter, Hacker News threads, and conference talks. It is positioned, by its creators and most…

ViewState — What It Actually Was, Why It Broke Things, and What Modern Frameworks Quietly Learned From It
If you started writing web applications after about 2014, there is a reasonable chance that the first time you opened the DevTools on a WebForms application, you saw a hidden fiel…