Consuming API with C# code using HttpClient

“HttpClient” is a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Here is a C# code snippet for consuming a POST api method. A custom function “apiPost” which expected a JSON string parameter for POST api. Here i have created a class “CServiceStatus” for holding the response … Read more

Mastering SQL: A Comprehensive Tutorial for Beginners

Unlock the world of SQL with our comprehensive tutorial for beginners. Master the basics, dive into advanced topics, and gain hands-on experience through practice exercises. Become proficient in writing efficient SQL queries and managing data like a pro. Start your SQL journey today!

Consuming API with C# code using HttpClient

“HttpClient” is a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Here is a C# code snippet for consuming a POST api method. A custom function “apiPost” which expected a JSON string parameter for POST api. Here i have created a class “CServiceStatus” for holding the response … Read more