Tag: 'coding short'

Coding Shorts: Speeding Up the Editor in Visual Studio 2022
Coding Shorts: Speeding Up the Editor in Visual Studio 2022
May 3, 2022

Visual Studio 2022 is frustrating me. Not only does debugging sometimes take way too long, but, for me, the real problem is that the editor is trying to do too much to help me. I just want to be able to type code.

Simple Web Interactivity with Alpine.js
Simple Web Interactivity with Alpine.js
April 27, 2022

After working with lots of these little JavaScript libraries, sometimes I pine for something simple to create interactivity on websites. In this Coding Short, I investigate Alpine.js to see how it works and where it might be useful:

SPAs in ASP.NET Core - Another Attempt
SPAs in ASP.NET Core - Another Attempt
April 20, 2022

After discussing this topic with a client, I realized that my old method of hosting SPAs in ASP.NET Core didn't handle resources correctly, so I dug in and came up with **yet another** technique. This one is the simpliest and the least intrusive and works better than most. Let me know what you think about it: