Calling Web API from C# Simple Console Application

preview_player
Показать описание
In this session we will build simple console application to consume WebAPI deployed on azure
Рекомендации по теме
Комментарии
Автор

Thanks! This is exactly what I was trying to figure out.

ryanm.
Автор

Hi could you make video of calling soap web service from a c# console application

DMadhu
Автор

Better to use async and await instead of using .Wait and .IsCompleted for asynchronous tasks

rhtservicestech
Автор

Isnt .Wait and if(completed) the same thing? If you wait for it to be completed, the if-statement can only be true. So that if-statement is redundant, isnt it?

Syrill_
Автор

Thanks! This is exactly what I was trying to figure out.

mehmoodayaztravel