Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Challenge: Async Loop Processing | Async Loops and Processing Collections
C# Async and Await Practice

bookChallenge: Async Loop Processing

Taak

Swipe to start coding

Write an async method that processes a list of web request URLs by awaiting each simulated request in sequence.

  • Await the SimulateWebRequestAsync method for each URL in the list.
  • After awaiting each result, assign the string "Processed: " plus the result to a variable.
  • The method must process each URL one after the other, not in parallel.

Oplossing

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 2. Hoofdstuk 2
single

single

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

close

bookChallenge: Async Loop Processing

Veeg om het menu te tonen

Taak

Swipe to start coding

Write an async method that processes a list of web request URLs by awaiting each simulated request in sequence.

  • Await the SimulateWebRequestAsync method for each URL in the list.
  • After awaiting each result, assign the string "Processed: " plus the result to a variable.
  • The method must process each URL one after the other, not in parallel.

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 2. Hoofdstuk 2
single

single

some-alt