(Choose 1 answer)
Choose the incorrect information about Async programming with ASP.NET Web API.
A. Using async programming, we can enhance the responsiveness of our application.
B. Using async programming, we can avoid performance bottlenecks.
C. Async programming cannot informs the main thread about the result whether it was successful or not.
D. Async programming is a parallel programming technique that allows the working process to run separately from the main application thread.