JUK_Karol
JUK_Karol
CC#
Created by JUK_Karol on 7/28/2023 in #help
❔ Sending IFormFile in Postman
so I didn't have to modify endpoint input in code?
15 replies
CC#
Created by JUK_Karol on 7/28/2023 in #help
❔ Sending IFormFile in Postman
so split it is only way?
15 replies
CC#
Created by JUK_Karol on 7/28/2023 in #help
❔ Sending IFormFile in Postman
15 replies
CC#
Created by langehk on 7/9/2023 in #help
❔ Scrape with HtmlAgilityPack
if u want get text of this elem "var desc = childNode.SelectSingleNode("./div/div/div/div/span[contains(@class, 'ux-textspans')]").InnerHtml;" I recommend use query selector and change path to "//div/span[contains(@class, 'ux-textspans')]"
7 replies
CC#
Created by langehk on 7/9/2023 in #help
❔ Scrape with HtmlAgilityPack
Why u didnt use "query selecor' istead of "childNode.SelectSingleNode"
7 replies
CC#
Created by JUK_Karol on 7/8/2023 in #help
❔ Implement supabase storage
Only i need is url and key or i need config auth or smth too?
6 replies
CC#
Created by JUK_Karol on 7/8/2023 in #help
❔ Implement supabase storage
ofc "The received message is unexpected or improperly formatted."
6 replies
CC#
Created by JUK_Karol on 7/1/2023 in #help
❔ asp.net core auth in endpoint
have u seen it implemented somewhere? is use 2 enpoints in this case (one for logged user and one for unlogged) will be bad practice?
7 replies
CC#
Created by JUK_Karol on 5/19/2023 in #help
❔ ✅ AutoMapper DI
Oh I was think about that, but its look for me like bad practices. So much thanks!!!!
5 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
sorry guys i fucked up in my question cause i didnt know difference between permission and role when i was asking. thank you all for answering i get what i want
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
damn okay, now its clear, thank you
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
I mean maybe better avoid it bcs of security issue
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
I know but its still not answer about better practices
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
im pretty sure is one query better, but im not about is case with enum good practice
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
okey, I understand but whats about use enums? isn't that more optimalized for database if when you trigger any endpoint u didnt have to trigger another query to ask for permission?
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
am I that dumb? xD many users have one permission thats why imo its 1-to-many
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
I mean there would be for example table with 2 permissions admin(id: 2) and user(id: 1), then table user has colum with permission (relation to permission id)
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
1-to-many relation, functionality is same - storage users permission
42 replies
CC#
Created by JUK_Karol on 5/13/2023 in #help
✅ Permission best practices
okay, thanks for answer : P
42 replies