Kao
Kao
CC#
Created by nope on 5/7/2024 in #help
✅ Qt display image async
$close
7 replies
CC#
Created by nope on 5/7/2024 in #help
✅ Qt display image async
The question could still have been a C# one in case you were using the .NET bindings
7 replies
CC#
Created by nope on 5/7/2024 in #help
✅ Qt display image async
Haha no problem
7 replies
CC#
Created by nope on 5/7/2024 in #help
✅ Qt display image async
Okay so as QT is rarely something used in C# even tho it has bindings, are you sure you are doing C# and not C++ ?
7 replies
CC#
Created by KITAI✨ on 5/6/2024 in #help
✅ How do I understand static typing
To make it simple, if you declare a variable as a string you will never be able to put something else than a string in it.
30 replies
CC#
Created by PrimePlayer-17 on 4/30/2024 in #help
Problem with Arrays in Cases and if's
Likely a school project tbh
6 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
I think you need to include RolePermissions.Where(blabla is not null) And then to use the ThenInclude(RP.Roles)
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
Oh but you are going through Permissions instead of RolePermissions
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
What is the result you have with your current code
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
:KEK: I'm eepy
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
Brain farted
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
Wait no
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
So why are you trying to get the roles that have a Deletedaat value here?
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
Likely a nullable DateTime
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
You also should show you repo methods
20 replies
CC#
Created by KaykiLetieri.cs on 4/30/2024 in #help
Many-to-many with class for join entity EF
It's cs and not C# for the coloration highlights
20 replies
CC#
Created by Elysian on 4/30/2024 in #help
Blazor WASM Authentication
JWT is still a valid solution depending on the project. Many single page websites (using React or Angular) are still based on that. It's just not the recommended way anymore. The recommended way is now to setup a BFF. Backup For Frontend and I'll let you search about it a little bit. It involves cookies but the cookies aren't used by the Blazor app itself so you should not have any issue.
3 replies
CC#
Created by manu on 4/28/2024 in #help
✅ hey, can someone please fix this for me? it keeps giving me errors
A nox haiku
85 replies
CC#
Created by manu on 4/28/2024 in #help
✅ hey, can someone please fix this for me? it keeps giving me errors
$java
85 replies
CC#
Created by TrattTratt on 4/6/2024 in #help
I get Invalid Token at ConfirmEmailAsync(user, token)
I worked on that few months ago but don't have the code close to me
17 replies