I'll get the server-side code (and the client-side code that hasn't changed from my previous column) out of the way first. While it's not strictly part of my server-side code, here's that entry point ...
In an earlier column, I created a simple Angular app in TypeScript that displayed a dropdown list of Customer objects retrieved from an ASP.NET MVC Controller’s Action method. In this column, I’m ...