Let's Play a Truth or Dare game this weekend.
you comment your favourite Topic of Computer Science(Any Level) and either me or anyone shoots a Qu...
For further actions, you may consider blocking this person and/or reporting abuse
C# (are we allowed to pick a specific language?)
How do you make http call unblockable in C# like javascript ajax which has option async=false/true
Hmmm... I don't know. Could I get a definition of unblockable? Is it the same as how to do you wait for the asynchronous call to complete before moving on to the next line of code?
Or is it how do you make a synchronous or async request?
exactly async call
Without looking it up, I think it's:
But without looking it up, I'm not sure if Get() is part of the interface 🤔
HttpClient.GetAsync(message)
this one is Async and i also dont think .get() is still operational.
Web accessibility
How do you prevent IP blocking whe you scrape highly secure website
I'm going to guess it would be using proxies or some other tool to mask/replace my IP.
...but this question seems to be about web security and not web accessibility.
you answered it.
its also a part of web accessibility. http calls are primal either you are making some system which can utilize online resources or making some scrapper. even scrapy(python) does same at first hand
Web Development
Is javascript Asynchronous by default?
No,
It's synchronous.
A++
We make JS async on demand
Channels in go
Does channel become unresponsive at some point
typescript
Arrow function is better ?
Dart