TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Consuming
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vithal Wadje (10)
Shweta Lodha (3)
Manoj Kalla (3)
Saineshwar Bageri (3)
Amit Tiwari (3)
Akshay Phadke (2)
Ravi Raghav (2)
Afzaal Ahmad Zeeshan (2)
Shubham Kumar (2)
Umair Hassan (2)
Amit Mishra (2)
Debendra Dash (2)
Dipendra Shekhawat (2)
Mukesh Kumar (2)
Kailash Chandra Behera (2)
Bechir Bejaoui (2)
Mohammad Elsheimy (2)
Scott Lysle (2)
Catcher Wong (1)
Tural Suleymani (1)
Shivam Payasi (1)
Menaka Priyadharshini B (1)
Shirsendu Nandi (1)
Mudita Rathore (1)
Guest User (1)
Kunj Sangani (1)
Dhruvin Shah (1)
Abhishek Jain (1)
Vishal Gilbile (1)
Nimit Joshi (1)
Purushottam Rathore (1)
Ck Nitin (1)
Sridhar Subramanian (1)
Akshay Teotia (1)
Ahsan Siddique (1)
Vidya Vrat Agarwal (1)
Muthusamy Thangavel (1)
Jose Carlos Macoratti (1)
Fabio Silva Lima (1)
Kumar Bhimsen (1)
Ankit Bansal (1)
Sudesh Chandrawansha (1)
Imtiyaz Ansari (1)
Hai Wang (1)
Mithun Pattankar (1)
Ramakrishna Basagalla (1)
Roberto Caico (1)
Gul Md Ershad (1)
Atul Rawat (1)
Rakesh (1)
Nirmal Hota (1)
Rahul Kumar Saxena (1)
Nitin Pandit (1)
Santosh Gadge (1)
M A (1)
Jiteendra Sampathirao (1)
Neelesh Vishwakarma (1)
Mayur Khatale (1)
Manish Dwivedi (1)
Gohil Jayendrasinh (1)
Arjun Panwar (1)
Vikram Joshi (1)
Shivprasad (1)
Sushila Patel (1)
Matthew Cochran (1)
Ravindra T C (1)
Amit Choudhary (1)
Alok Pandey (1)
Urmimala Pal (1)
Abdul 0 (1)
Related resources for Consuming
No resource found
Consuming Web Service In ASP.NET MVC
4/29/2024 10:04:02 AM.
Consuming web services in ASP.NET MVC involves adding a service reference, generating a proxy class, and utilizing HTTP clients like HttpClient or WebClient. Data exchange occurs through SOAP or REST
Consuming ASP.NET WebService In AngularJS
4/22/2024 7:41:48 AM.
Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
Consuming Web Service In a Console Application
4/11/2024 10:56:50 AM.
Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e
Consuming Web Service In Windows Application
4/11/2024 10:51:06 AM.
This tutorial guides beginners on consuming a Web Service in an ASP.Net Windows Application step-by-step, from adding a service reference to calling methods. It emphasizes simplicity and clarity for e
Consuming Web Service In an ASP.Net Web Application
4/11/2024 10:27:29 AM.
This article explains how to consume web service in an ASP.Net web Application. Here we will see how to add a Web Service Reference in the ASP.Net Web Application and how to call the Web Service metho
Consuming RabbitMQ Messages In ASP.NET Core
4/5/2024 5:35:21 AM.
In this article, I’d like to present how to implement RabbitMQ message consumption in ASP.NET Core. Explore asynchronous messaging patterns using RabbitMQ, a robust message broker, for inter-service c
Consuming ASP.NET Web API REST Service In ASP.NET MVC Using HttpClient
10/10/2023 11:16:34 AM.
In this article, we will learn how to consume Web API REST Service in ASP.NET MVC using HttpClient.
Consuming Services in ASP.NET Core MVC Controller
6/1/2023 8:56:47 AM.
This article will guide you step-by-step on consuming services in ASP.NET MVC Controller using Dependency Injection
Consuming REST APIs In Golang
9/19/2022 6:46:19 AM.
In this article, you will learn how to consume REST APIs in Golang.
Consuming Apache Axis Service In .NET Core
8/9/2022 10:45:04 PM.
In this article, you will learn how to consume Apache Axis in .NET core.
Consuming Web API Using jQuery(AJAX)
8/9/2022 9:56:56 PM.
in this article, I will explain how we can access data from a web API using ajax jQuery.
Consuming Web API In .Net Core 3.1 MVC
7/13/2022 6:22:12 AM.
In this article, You will learn how to consume web API in .Net Core 3.1.
Consuming GRPC Service At Client Based .NET Core 6.0 Entity Framework For CRUD Operation
2/9/2022 1:46:08 PM.
In our previous article (GRPC Service Create Using .NET Core 6.0 Entity Framework For CRUD Operation (c-sharpcorner.com)we have seen how to create the GRPC service. In this article we are going to see
Consuming WCF Service in a AAP.net Web application
4/13/2021 5:32:41 AM.
In this article, we will learn how to consume WCF service Application in a Asp.net Web application.
How to Consume ASP.Net Web API
3/1/2021 7:41:50 AM.
This article explains how to consume in the ASP.NET Web API.
Consuming ASP.NET Web API In Angular - Part Four
1/8/2021 5:43:55 AM.
In this, we will learn how to consume/use or fetch data with help of Asp.Net Web API in Angular. To achieve this task following are easy steps.
Consuming ASP.NET Web API Using jQuery - Part Three
1/8/2021 5:42:20 AM.
In this article you will come know to about How to consume / use Web API in Asp.Net MVC step by step.
Consuming Web API In ASP.NET MVC - Part Two
1/8/2021 5:40:40 AM.
In this article, you will come to know how to consume/use Web API in ASP.NET MVC.
Creating Web API And Consuming In Console Application Using Web Client In A Synchronous Way
1/7/2021 11:55:13 AM.
In this article, we are going to learn how to Create Web API and consume Web API in Console Application. Basically, create Web API to share data with others or to get the data from others.
Consuming ASP.NET Core 2.0 Web API Using HttpClient
11/19/2020 11:21:57 PM.
We’ll create a library to wrap the functionality of HttpClient. I’ll use builder pattern for this purpose. Add a class with methods for storing parts of HttpClient.
Create An ASP.NET Core API With Azure AD Authentication And Consuming It In SPFx
10/13/2020 7:38:56 AM.
This article is a step by step guide for creating an ASP.NET secure REST API using Azure AD and consuming it in SPFx
Build Power Apps Canvas App Consuming Form Processing AI Model - Power Platform AI Builder Series - Part Four
4/13/2020 8:54:52 AM.
In this article, we will talk about how we can consume Form Processor AI model in Power Apps and process our documents. Once a document is processed with the Form Processor component, we need to pre-p
Consuming WCF Service Via Reflection
9/25/2019 12:04:00 AM.
This article provides a sample of consuming a WCF service on the go using reflection instead of adding references to our project or application.
Consuming WCF Service in WPF Application
9/11/2019 1:35:47 AM.
In this article, we will learn how to consume a WCF Service in WPF Application.
Consuming a WCF Service in Java Application
9/10/2019 3:42:03 AM.
This project provides an idea of how to consume a WCF service in a Java application.
Consuming WCF Service Using JavaScript
9/10/2019 12:13:26 AM.
This article describes how to create the WCF Service and access the service in the web application using JavaScript.
Creating and Consuming a WCF Service
9/9/2019 11:56:47 PM.
In this article, I am going to discuss how to create a WCF Service and consume it from an ASP.NET 3.5 client application.
Consuming WCF Service In Console Application
9/9/2019 5:45:25 AM.
This article explains how to consume the WCF Service application in a Console Application.
Creating WCF Service, IIS Hosting and Consuming
9/4/2019 4:03:40 AM.
In this article, you will learn how to Create WCF Service, IIS Hosting and Consuming WCF Service.
Creating and Consuming WCF Web Service in ASP.Net
9/3/2019 2:08:04 AM.
In this article you will learn how to create a WCF Web Service to be consumed by ASP.NET applications.
Consuming WCF/ASMX/REST service using JQuery
8/29/2019 5:54:16 AM.
This step by step tutorial demonstrates how to consume WCF, ASMX, and REST service from an application using JQuery.
Consuming WCF Service In Windows Application
8/28/2019 3:18:19 AM.
In this article, we will learn how to consume a WCF Service application in a Windows Application.
ASP.NET Web Service Basics
3/25/2019 1:11:47 AM.
A Web Service is a software program that uses XML to exchange information with other software via common internet protocols. In a simple sense, Web Services are a way for interacting with objects over
Building And Consuming A Simple XML Web Service - Part 2
12/5/2018 4:57:24 AM.
In this article you will learn to Create a Web service and client, Working with the client Proxy, Deploying a Web Service and Configuring the Client, Debugging and Exception Handling in Web Services.
Consuming RESTful APIs In Xamarin Android
11/29/2018 12:55:25 AM.
In this episode, I will teach you how we can consume RESTful API's in Xamarin Android.
OOP Series - Part One - Building And Consuming A Class Library (DLL) Using C#
10/5/2018 9:17:33 AM.
This article explains how to build and consume a Class Library (DLL) in C#.
Consuming Web API(s) In ASP.NET Core MVC Application
7/6/2018 9:08:15 AM.
In today’s article, we will see how to consume Web APIs in ASP.NET Core MVC application using Factory Pattern and HttpClient Request.
O365 Consuming Azure PAAS SQL DB Through BCS
3/3/2018 12:18:16 PM.
This document explains the steps to configure BCS using Office 365 that can pull data from Azure PaaS SQL DB and also to configure firewall IP ranges and network possibilities.
Consuming Restful Services In Xamarin.Forms - Part Two
8/14/2017 4:45:45 PM.
In the first part, we called a fake RESTFul service, got some data from the service, and displayed it in a list view. Now in this article, we will continue where we left and add, delete some data whic
Consuming RESTful Services In Xamarin.Forms - Part One
8/13/2017 4:56:50 PM.
In this article, we are going to learn how to consume a RESTful service in Xamarin.Forms PCL application. Xamarin.Forms are used to build cross-platform mobile applications by using C# and XAML.
Xamarin Android - Consuming REST Services With HttpClient
3/1/2017 11:55:35 PM.
In this article, you will learn how to consume REST Services with HttpClient, using Xamarin Android.
Consuming ASMX Services In Xamarin Forms
12/6/2016 11:14:12 PM.
In this blog, you will learn how to consume ASMX Services in Xamarin forms.
Practical Approach To ASP.NET Web Services - Part Two - Consuming A Web Service
12/5/2016 12:06:12 PM.
In this article, you will learn the ways of consuming a Web Service in ASP.NET Web Services.
Creating WEB API And Consuming In Console Application Using Web Client In An Asynchronous Way
8/8/2016 3:07:06 AM.
In this article, we are going to learn how to Create Web API and consume Web API in Console Application.
Consuming WCF Service In MVC Application Using Entity Framework
7/18/2016 7:58:58 PM.
In this article, you will learn about consuming WCF service in MVC application, using entity framework.
Basics Of WCF Service With Hosting And Consuming Using ASP.NET
7/10/2016 12:32:16 PM.
In this article you will learn about the basics of WCF Service with hosting and consuming using ASP.NET.
Consuming Web API Using jQuery – Part Two
6/19/2016 11:13:35 AM.
In this article you will learn about how we can consume an ASP.NET Web API using jQuery.
Consuming A Web Service In ASP.NET – Part Two
6/8/2016 12:20:21 AM.
In this article you'll learn about how we can consume ASP.NET Web Service.
Consuming ASP.NET Web Service In AngularJS Using $HTTP
6/2/2016 12:25:45 PM.
In this article, I am going to show you how to consume ASP.NET Web Service in AngularJS using $http object.
Creating And Consuming WCF Services In ASP.NET
4/25/2016 11:27:50 AM.
Here I will describe how to create and consume WCF services in ASP.NET.
Create WCF RESTful Service With IIS Hosting And Consuming
3/11/2016 9:40:52 AM.
In this article you wil learn how to create WCF RESTful Service With IIS hosting and consuming.
Methods Of Consuming WCF Services With JQuery
2/12/2016 9:49:06 AM.
In this article you will get to know about some methods of consuming WCF services with JQuery.
Consuming Static Resources In ASP.NET Core 1.0
2/12/2016 7:16:48 AM.
This article focuses on how to use static resources in ASP.NET Core 1.0.
Consuming Services In ASP.NET Core MVC View
2/11/2016 10:07:45 AM.
This article will demonstrate how to inject services directly in MVC view.
Building Semantic Logging Library as Out of Process Service
1/25/2016 3:44:27 AM.
In this article you will learn how to build Semantic Logging Library as Out of Process Service.
Creating ASP.NET Web API And Consuming It Through HTML Clients - Part 2
1/4/2016 8:16:38 AM.
In this article you will learn how to create ASP.NET Web API and consuming it through HTML Clients.
Building And Consuming A Simple XML Web Service - Part 1
1/3/2016 12:40:41 PM.
In this article you will learn how to build and consume a simple XML Web Service.
Creating ASP.NET Web API And Consuming It Through HTML Clients - Part 1
1/3/2016 11:43:57 AM.
In this article you will learn how to create ASP.NET Web API and consuming it through HTML Clients.
Creating And Consuming Web Services In ASP.NET
12/7/2015 4:12:23 AM.
In this article you will learn how to create and consume Web Services in ASP.NET.
Consuming Web Services In ASP.NET MVC 5 Application
12/2/2015 1:34:15 PM.
In this article you will learn an easy way to call a RESTfull Web Service Method within a MVC Application.
WCF Service Self Hosting And Consuming With Windows Application
11/28/2015 7:10:11 AM.
In this article, you will learn what is WCF self-hosting and how to create, host and consume the WCF service using self-hosting.
Consuming WCF Service in Window Application Client
11/26/2015 6:06:37 AM.
In this article, I will explain you how to create a WCF service using “WCF Service Library” and also how to host it and consume it in our client application.
WCF Windows Hosting And Consuming APIs To Client Side
10/23/2015 11:51:01 AM.
This article is intended to explain the steps of WCF windows hosting and consuming service APIs to client side.
Consume A Web Service In ASP.NET
10/21/2015 2:16:14 AM.
Here I have clearly explained how to consume a web service in ASP.NET project.
Consuming ASP.Net 5 Web API With CRUD Functions in Windows 10 Native Application
8/13/2015 9:58:13 PM.
In this article we will learn about Consuming ASP.NET 5 Web API with CRUD functions in Windows 10 native application.
Consuming ASP.Net WEB API Using ASP.Net MVC4
8/7/2015 4:58:09 PM.
This article explains how to consume the ASP.Net Web API using ASP.NET MVC4 with repository pattern.
Consuming WCF Pub Sub Service to Receive Message Using C#: Part 3
3/21/2015 4:11:24 PM.
This article shows how to consume a WCF Pub Sub Service for receiving messages.
Consuming WCF Pub Sub Service to BroadCast Message Using C#: Part 2
3/21/2015 3:57:12 PM.
This article shows how to consume a WCF Pub Sub Service to broadcast a message to the outside world.
Consuming a web service : A real time example
3/17/2015 2:27:28 PM.
In this article you will learn how to consume a live weather forecast Web Service in an ASP.NET Web Application.
Consuming Restful Web Service in Xamarin.forms Project Using Httpclient
2/16/2015 3:22:42 PM.
In this article you will learn how to consume a Restful Web Service in a Xamarin.forms project using HttpClient.
Web Services in ASP.Net C#
2/16/2015 1:46:10 PM.
In this article I am going to explain what a Web Service is, how to create one and how to consume it.
Web Services in ASP.NET: Part 2
12/23/2014 2:31:27 PM.
In this article you will learn how to consume a Web Service In an ASP.Net Web Application by the URL of the Web Service .asmx file.
How to create a COM object using VS 2008 and consume it from VB 6.0 client application: Part II
9/4/2014 5:09:03 AM.
In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application.
Creating WCF Service With WsHttpBinding and Consuming in Web Application
7/20/2014 8:24:53 PM.
This article provides an example using WCF. After going through this snippet, the reader will have a clear and basic understanding of the wsHttpBinding and how to consume it in a web application.
Consuming Web Service In WPF Application
7/13/2014 5:55:28 PM.
In this article we will learn how to consume Web Service In WPF Applications.
Sending List From WebService and Consume it in Application
6/10/2014 3:41:48 PM.
In this article we will see how to send a List<> from an ASP.NET Webserivce and consume a List<> in our application.
ASP.Net MVC 5 Web API Consuming at Client Side
6/9/2014 3:49:48 PM.
In this article I am talking about consuming a WEB API Service client-side with the ASP.NET MVC 5 application template, using various client-side JavaScript libraries.
Creating a Webservice and Consuming the Webservice Using a Web Application
10/11/2013 1:16:01 PM.
Here I am explaining Web Services (how to create a Web Service and how to consume that Web Service using a web application) in an understandable way.
Consuming WCF JavaScript Object Notation (JSON)
8/7/2013 3:16:06 PM.
This article shows how to consume the JavaScript Object Notation (JSON) response from a WCF service in a Silverlight client application.
Creating, Hosting and Consuming Simple Windows Communication Service (WCF)
8/7/2013 2:32:02 PM.
In this article we will create a simple WCF service. We will host it in a simple console application.
Silverlight Consuming WCF REST Service
8/7/2013 12:09:58 PM.
In this article we will see how to consume a WCF REST service in Silverlight client applications.
One Two Three to Windows Communication Foundation: Part 2
7/10/2013 1:53:35 PM.
This article explains how to consume a service in a rather simple console application.
Connecting a Service Between Publishing SharePoint 2013 and Consuming SharePoint 2010 Farm
6/24/2013 8:26:17 PM.
This article defines how to connect a service between publishing a SharePoint 2013 and consuming a SharePoint 2010 Farm.
Consuming Web API in Windows Store Apps
5/1/2013 5:35:08 AM.
In this article I am going to explain how to consume an ASP.Net Web API in a Metro style APP.
Consuming Web Service from Excel
4/30/2013 11:07:43 PM.
Using this article you can learn how to consume a web service and create an add-on for Excel.
Consuming a JSON Service in Window Store App
1/7/2013 4:32:50 AM.
In this article we show how to consume a WCF service in a Windows Store app with Visual Studio 2011.
Consuming URL Shortening Services in VB.NET
12/1/2012 2:41:38 AM.
Just another article of the URL shortening services series.Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application.
Consuming URL Is.gd Shortening Services in VB.NET
12/1/2012 2:34:03 AM.
This article is talking about is.gd shortening service, how you can use it, and how to access it via your VB.NET application.
Consuming Yahoo Local Search Service in VB.NET
11/9/2012 9:34:32 AM.
This article will demonstrate an approach that may be used to consume yahoo local search service to return a list of business locations through the use of a zip code based search for a business name or product.
A Demo for creating and consuming the Webservice in VB.NET
11/9/2012 6:50:13 AM.
This example illustrated how to create a Webservice and how to consume it.
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code
9/30/2012 5:36:07 AM.
This article discusses the best practices involved using CLR profiler for studying memory allocation.
Consuming a Web Service from NETCOBOL
9/30/2012 5:03:49 AM.
This article shows you how to consume a Web service from NetCOBOL.
Building and consuming parameterized queries from ADO.Net to DLINQ
9/30/2012 3:17:52 AM.
In this article, I will represent different techniques to build and make use of parameterized queries. The first way is the classical one, and I mean by that the ADO.Net technique. Then I’ll expose the second one using the new technology, namely DLINQ.
Interop Without PInvoke - Consuming Native Libraries in C#.
9/30/2012 2:36:44 AM.
This article will help get you started consuming native code with C# by writing your own interop layer in C++/CLI as a much cleaner and more flexible alternative to using PInvoke.
Consuming WebAPI Using jQuery
9/4/2012 4:32:02 PM.
In this sample I will show how you can build Web APIs that support browser clients and can be easily called using jQuery.
Consuming OData Service in Telerik Rad Grid
8/20/2012 3:50:35 PM.
Now in this article we'll see how to consume the OData service with one of the clients of the OData service Telerik Rad Grid.
Consuming a Web Service in a Window Application - 1st Method
7/27/2012 7:13:02 PM.
In this article you will learn to consume a web service in a windows application.
Creating a Windows Phone 7 Application Consuming Data Using a WCF Service
5/20/2012 6:23:36 AM.
The objective of this article is to create a WCF service that retrieves data from the database using LINQ to SQL classes and a Windows Phone 7 application that consumes that service to display the data.
Consuming the Yahoo local Search Service in a C# Win Forms Application
5/15/2012 6:36:27 PM.
This article will demonstrate one approach that may be used to consume yahoo local search service to return a list of business locations through the use of a zip code based search for a business name or product.
Consuming Web Services Without Web Reference in BizTalk
5/13/2012 4:04:25 AM.
This articles tells us how to consume Web Services without web reference in BizTalk.