Bunda
✅ Blazor Serverside Google Authentication Error 400
What I normally would do is create a route at let's say
/oauth/google/callback
and add some logic there if needed and at the end I will redirect to a different page where you want the user to land.9 replies
❔ How to properly handle exceptions between API controller and service layer?
A filter like that would be great! Any idea how would I implement this part using the middleware? I feel like I'm repeating myself over and over with the error handling..
13 replies
❔ How to properly handle exceptions between API controller and service layer?
Thanks for the info. I'm not sure but it is my understanding that when using nullable in a project I should not throw exceptions when not needed because of the performance hit that comes with it. Is that correct?
13 replies
❔ How to properly handle exceptions between API controller and service layer?
Hi, I've been reading about
IExceptionFilter
which can be configured globally. However it looks like I then have to return my own responses instead of using the ValidationProblem
/ ProblemDetail
response, which I really like. Any idea on how that would work?13 replies
Launch WinForms app when user inactive
Thanks for the useful resources. That gives me a few ideas already. Would creating a scheduled task as part of an installer be a viable option? Feels a bit hacky to me but I’m not that experienced and it could be great solution for all I know. What do you think?
13 replies