xyrile
xyrile
CC#
Created by xyrile on 10/17/2024 in #help
✅ Can someone check if my authorization or authentication is good or bad
Thank you, ill will move it to code review, aprpeciate the help
10 replies
CC#
Created by xyrile on 3/26/2024 in #help
Why does using `await` EF core execute command twice
yep this one fix my problem by changting this
<component type="typeof(App)" render-mode="ServerPrerendered" />
<component type="typeof(App)" render-mode="ServerPrerendered" />
to this
<component type="typeof(App)" render-mode="Server" />
<component type="typeof(App)" render-mode="Server" />
14 replies
CC#
Created by xyrile on 3/26/2024 in #help
Why does using `await` EF core execute command twice
this behaviour only occurs in OnInitializedAsync()
14 replies
CC#
Created by xyrile on 3/26/2024 in #help
Why does using `await` EF core execute command twice
No description
14 replies
CC#
Created by xyrile on 3/26/2024 in #help
Why does using `await` EF core execute command twice
i see it in the console
14 replies
CC#
Created by jacks on 2/22/2024 in #help
blazor service issues
Since you are unfamiliar with some of the life cycle of a razor you can check this out https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-8.0
25 replies
CC#
Created by jacks on 2/22/2024 in #help
blazor service issues
why not put it on protected overried async Task OnInitializedAsync? to set the variable
25 replies
CC#
Created by xyrile on 12/6/2022 in #help
Iterator (Argument 1 cannot convert from 'Coding.Exercise.Nodechar[]' to 'char*' Compilation failed)
anyways , i messed up already so i will jsut continue this in few hours
12 replies
CC#
Created by xyrile on 12/6/2022 in #help
Iterator (Argument 1 cannot convert from 'Coding.Exercise.Nodechar[]' to 'char*' Compilation failed)
ok let me try
12 replies
CC#
Created by xyrile on 12/6/2022 in #help
Iterator (Argument 1 cannot convert from 'Coding.Exercise.Nodechar[]' to 'char*' Compilation failed)
maybe in the yield?
12 replies
CC#
Created by xyrile on 12/6/2022 in #help
Iterator (Argument 1 cannot convert from 'Coding.Exercise.Nodechar[]' to 'char*' Compilation failed)
Nodechar[]' to 'char*' this i cant jsut figure it out
12 replies
CC#
Created by xyrile on 12/6/2022 in #help
Iterator (Argument 1 cannot convert from 'Coding.Exercise.Nodechar[]' to 'char*' Compilation failed)
its part of the coding exercise so i think yes implement preorder traversal that returns a sequence of Ts
12 replies
CC#
Created by kunio_kun on 10/12/2022 in #help
Getting Rid of Nullability Warnings
= string.Empty;
12 replies