When we last left off, we had our AddressCreator partially working. It makes a request to fakena.me and receives a response. Now we need to actually use that response.
try-catch-FAIL
Stories from the trenches of software development.
Month: <span>January 2018</span>
Easily Add Bootstrap Alerts to Your ViewResults with ASP.NET Core
Once upon a time, I did a course on building your own application framework with ASP.NET MVC 5. One of the most popular techniques I showed in that course was how to attach a alert message to any ActionResult, so that you could consistently display success, warnings, etc. in your app. The bad news is…