Category: poorManDisplayErrors
-
Poor man display errors–part 3–Display
In part 2 I have exposed the errors via the API to the world. Now I should show in a Blazor/ Razor page . It is enough to read with an HTTP call and display data. Display data in a table Because – the API that gives error can change,however it will be an array…
-
Poor man display errors–part 2 – API
The idea of previous post was that I want to display the errors from a WebApplication – composed by a backend ( WebAPI .NET Core )and frontend( Blazor ) In this post I will show what modifications I must do in the API – code in .NET Core . There are 3 steps Step1 :…
-
Poor Man Display Errors–part 1 – idea
Let’s be honest,debugging can be a pain. You build your beautiful new web app (built with a snazzy backend API like .NET Core and a Blazor frontend – you know the drill!),everything seems great…until it isn’t. Suddenly,you are hitting errors,but you’re stuck hunting for clues in endless log files. Sound familiar? Wouldn’t it be amazing…