danyule
danyule
CC#
Created by abdurrahim bsrn on 7/15/2024 in #help
How can I send image data from javascript to c#
When you say you cannot transfer data, what do you mean?
9 replies
CC#
Created by IcyIme on 7/15/2024 in #help
identity blazor
Do you need to use the AuthenticationStateProvider? See here: https://learn.microsoft.com/en-us/aspnet/core/blazor/security/?view=aspnetcore-8.0#authenticationstateprovider-service
You don't typically use AuthenticationStateProvider directly. Use the AuthorizeView component or Task<AuthenticationState> approaches described later in this article. The main drawback to using AuthenticationStateProvider directly is that the component isn't notified automatically if the underlying authentication state data changes.
4 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
I see what you mean anyhow. I’m just struggling to visualise how the code would actually look
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
No worries haha
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
I’m reading Diving into Design Patterns by Alexander Shvets
18 replies
CC#
Created by danyule on 7/16/2024 in #help
Aggregation vs Composition (UML)?
Are you sure it’s not the opposite way around? It sounds like you’re talking about a composite. At least based on what I’m currently reading
18 replies