ItaM
ItaM
CC#
Created by ItaM on 5/20/2024 in #help
What are you guys take in SOLID?
Gotcha, so just gonna find a middle point
13 replies
CC#
Created by ItaM on 5/20/2024 in #help
What are you guys take in SOLID?
Well yeah they're pretty different questiosn 🤣
13 replies
CC#
Created by ItaM on 5/20/2024 in #help
What are you guys take in SOLID?
You mean breaking up those services isnt really SOLID? Lets say that we have an interface where we have 3 methods And we call that interface but we are only using one of the three methods, doesnt that violates the interface segregation principle? I know if I break up my application in services that are 100% used I will have a bunch of services and will end up being very cumbersome
13 replies
CC#
Created by ItaM on 5/20/2024 in #help
What are you guys take in SOLID?
Wym there are different questions?
13 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
Or, maybe no, there is still and AddRange and a Select
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
So there are a total of three o(n) complexity operations there. * the foreach for every image upload * the .Select for mapping the image to an imageDto * and the .AddRange of the imageDto collection that I return
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
The new images are saved in the image table, with a foreign key reference to the items table, for easy retrieval with nav properties
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
To add images, I do a foreach and add them one by one.
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
Thank you so much for the response. Will be looking for ways to make it more optimal, because sometimes it feels kinda slow, however that will always be tied to upload speed.
15 replies
CC#
Created by ItaM on 9/21/2023 in #help
❔ Cloduinary API in .NET, something similar to .UploadRange?
No description
15 replies
CC#
Created by ItaM on 9/19/2023 in #help
❔ Setting up cookie auth with .NET 7 Api. HttpContext does not have a definition for SignInAsync
So aparently its only avaliable in controllers
3 replies
CC#
Created by ItaM on 9/12/2023 in #help
❔ SOLVER Ordering messages based on the receiver or sender last message
This was the final result
21 replies
CC#
Created by ItaM on 9/12/2023 in #help
❔ SOLVER Ordering messages based on the receiver or sender last message
21 replies
CC#
Created by ItaM on 9/12/2023 in #help
❔ SOLVER Ordering messages based on the receiver or sender last message
Btw, I fixed it
21 replies
CC#
Created by ItaM on 9/12/2023 in #help
❔ SOLVER Ordering messages based on the receiver or sender last message
that pretty much saves it into memory, its a good way. Ill do it like that
21 replies