Sawaid
Sawaid
Explore posts from servers
CC#
Created by Sawaid on 2/10/2023 in #help
❔ What is this Blazor Wasm with Server template?
What is this Blazor Wasm with Server template?
5 replies
CC#
Created by Sawaid on 12/7/2022 in #help
❔ 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
CC#
Created by Sawaid on 11/1/2022 in #help
Is Recursive Hierarchy LINQ possible without performance hit or multiple DB calls?
Suppose I have a ToDo Entity that has many sub ToDos. Is it possible to get the whole tree structure without any performance hit?
17 replies
CC#
Created by Sawaid on 10/27/2022 in #help
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