fasadin
✅ Suggestion on file upload?
mobile app it's calling cloud host (azure) to do that he needs token. You can create seperate container and then give it access to correct path (for each user so other users won't be able to see / write other files)
Then you might have some background job that moves is to correct place (if you want to have some confirmation done, that can be also there, for moderation purposes)
45 replies
Chaining async methods. Method not found
for me it looks like you are not good with helping. If anyone challenges your advice (because in this case it's opinion, and not a real argument) then you are "offended" and leave what ever it is
btw check Language.Ext nuget package, maybe that will help you a bit widen your horizons
34 replies
Chaining async methods. Method not found
- in your example
a
and b
have different types, in my example the have the same type
- what if you have 10 other methods? Then you are going to have 10 other variables? Is it still readable and nice? Can it be solve with one method? (I think it can)34 replies
Chaining async methods. Method not found
lol, so you defending your lack of knowledge with some bullshit that I am doing something against language 😄
next time if you don’t know something. Don’t respond, as you are clearly not capable of helping if it’s beyond your skill level
Probably you didn’t even used templates if you are writing nonsense about writing millions of methods.
Sad 😞
34 replies
Chaining async methods. Method not found
its similiar problem to this
https://stackoverflow.com/questions/25302178/using-async-tasks-with-the-builder-pattern
but having
Then
it's not a solution for me 😦34 replies