Sawaid
Explore posts from servers❔ Blazor vs Hotwired?
Is Blazor Server just as good as Hotwired and family?
Recently I've been getting insecure about my dotnet proficiency as Rails and its team had been pushing Hotwired as a completely new framework on par with react and angular.
So my question is,
I. Is Blazor as fast as Hotwired?
II. What does Blazor transfer over SignalR connection?
2 replies
Does Changing CLR version from V4 to No Managed Code in IIS has any effect on request?
We have a situation in our development that we hosted out identity server on IIS having its CLR version to V4. We use Office365 for OAuth (I don't know what that means)
It worked perfectly with our web application and even was working perfectly on postman. However, when we sent the call through Apple iOS, it resulted in invalid_code.
However after changing its CLR version to No Managed Code. It started working fine. What could be the reason for it. A senior colleague of mine said that CLR was messing up with the request but I don't buy into it.
Can someone give a satisfactory answer?
10 replies