TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
VIDEOS
Live
MORE
INTERVIEWS
Certification
Training
CAREER
MEMBERS
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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vithal Wadje(10)
A K(9)
Vijai Anand Ramalingam(6)
Amit Mishra(4)
Jonas Fagerberg(4)
Akshay Teotia(3)
Puran Mehra(3)
John Antony(2)
Satyaprakash Samantaray(2)
Nilesh Jadav(2)
Manpreet Singh(2)
Priyaranjan K S(2)
Nitin (2)
Shubham Kumar(2)
Scott Lysle(2)
Destin joy(2)
Divyansh Gupta(1)
Nanddeep Nachan(1)
Shekh Ahmad(1)
Nitesh Jha(1)
Rehman Shahid(1)
Mohammed Shamil A(1)
Akshay Phadke(1)
Sudesh Chandrawansha(1)
Ketak Bhalsing(1)
Prashant Bansal(1)
Suresh M(1)
Debendra Dash(1)
Rupali Shinde(1)
Nikunj Trivedi(1)
Safayat Zisan(1)
Rakesh (1)
Afzaal Ahmad Zeeshan(1)
Nirmal Hota(1)
Santhakumar Munuswamy(1)
Friyank Parikh(1)
Saad Mahmood(1)
Sibeesh Venu(1)
Jean Paul(1)
Ankur Jain(1)
Rahul Bansal(1)
Saineshwar Bageri(1)
Sourav Kayal(1)
Sanjeeb Lenka(1)
Ganesh Nataraj(1)
Subraya Hegde(1)
Munir Shaikh(1)
Gaurav Gupta(1)
Chintan Rathod(1)
Gohil Jayendrasinh(1)
Sapna (1)
Krishna Garad(1)
Shantanu (1)
Shinuraj (1)
Igor Merabishvili(1)
Kapil Deo Malhotra(1)
Raj Mishra(1)
Praveen Moosad(1)
Mike Clark(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
How to Create a Simple Web Service and Use it in ASP.Net
Aug 06, 2024.
How to Create a Simple Web Service and Use it in ASP.Net
Load Testing Web Service Using Visual Studio
Sep 04, 2017.
Web Services are the more commonly developed and used to expose the APIs for other systems to consume. Number of external systems consume the web services on a frequent basis.
How To Build A Linear Regression Web Service In Azure ML Model
Aug 22, 2017.
In this article, we are going to build a linear regression model. After building the model, we will train it and publish it as a web service so that we can use the service in any application.
How To Consume Web Service Through SSIS Package
Aug 19, 2017.
This article illustrates the purpose of SSIS with Web Service.
Introduction To Azure ML - Creating An Azure ML Web Service And A Client Application - Part Two
Jun 08, 2017.
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application.
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application - Part One
May 26, 2017.
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application.
Generate JSON Data Using Web Service And SQL Server Stored Procedure
May 08, 2017.
Generate JSON Data Using Web Service And SQL Server Stored Procedure.
AngularJS - Using Web Service And Stored Procedure In ASP.NET
May 01, 2017.
AngularJS - Using Web Service And Stored Procedure In ASP.NET.
Create WCF Web Service In Visual Studio 2015
Apr 18, 2017.
In this article, you will learn how to create your first REST based XML Web Service in Visual Studio 2015.
How To Work With Globus Toolkit Standards Web Service Using Axis2 Server
Apr 12, 2017.
In this article, you will learn how to work with Globus Toolkit standards Web Service, using Axis2 Server.
Configure InfoPath Forms Services Web Service Proxy In SharePoint 2013 Central Administration
Mar 28, 2017.
In this article, we will see how to configure InfoPath Forms Services Web Service proxy in SharePoint 2013 Central Administration.
Transform Existing SOAP Based Web Service To REST Based API Using Azure API Management
Mar 21, 2017.
This article will explain how to transform existing SOAP based Web Services to REST based API , using Azure API Management.
Consuming Web Service In ASP.NET MVC
Feb 24, 2017.
In this article, we will learn how to consume ASP.NET Web Service in MVC
Practical Approach To ASP.NET Web Services - Part Six - Calling ASP.NET Web Service From Java Script Using AJAX
Dec 06, 2016.
In this article, you will see how to call a Web Service from JavaScript using ASP.NET AJAX.
Create Security Groups In SharePoint 2016 Using Web Service And Nintex Workflow 2016
Jul 29, 2016.
In this article, you will learn how to create Security Groups in SharePoint 2016, using Web Service and Nintex Workflow 2016.
Check If Group Exists In SharePoint Server 2016 Using Web Service And Nintex Workflow 2016
Jul 26, 2016.
In this article, you will learn how to check whether a group exists in SharePoint server 2016 or not, using web service and Nintex Workflow 2016.
How To Create A List Using HTTP Web Service In SharePoint Designer 2013 Workflow
Jul 13, 2016.
In this article, you will learn how to create a list, using HTTP Web Service in SharePoint Designer 2013 Workflow.
How To Get All The Lists Using HTTP Web Service In SharePoint Designer 2013 Workflow
Jul 07, 2016.
In this article, you will learn how to get all the lists using HTTP Web Service in SharePoint Designer 2013 Workflow.
Properties Of WebMethod Attribute In Web Service - Part Four
Jun 14, 2016.
In this article, you will learn about properties of WebMethod attribute in a Web Service.
Overloading WebMethod In ASP.NET Web Service - Part Five
Jun 14, 2016.
In this article, you will learn about how we can overload a Web Method in Web Service.
Manage Session State In Web Service - Part Three
Jun 11, 2016.
In this article, I'm going to explain how we can use ASP.NET Session state in a Web Service.
Consuming A Web Service In ASP.NET – Part Two
Jun 08, 2016.
In this article you'll learn about how we can consume ASP.NET Web Service.
Consuming ASP.NET Web Service In AngularJS Using $HTTP
Jun 02, 2016.
In this article, I am going to show you how to consume ASP.NET Web Service in AngularJS using $http object.
How to Consume Web Service In SSIS
Apr 23, 2016.
In this article you will learn how to Consume Web Service In SSIS.
Return JSON Response From Web Service In ASP.NET
Apr 17, 2016.
In this post I will show how to return JSON Response from Web Service in ASP.NET. I assume readers have basic knowledge of Web Service.
SharePoint 2013: Call OData Web Service End Point Using SharePoint Designer 2013 Workflows
Apr 07, 2016.
In this article you will learn about how to call OData Web Service End Point using SharePoint Designer 2013 Workflows.
Calling Web Service Using SOAP Request In Console Application
Mar 28, 2016.
In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
Building And Consuming A Simple XML Web Service - Part 2
Jan 08, 2016.
In this article you will learn how to build and consume a simple XML Web Service.
Building And Consuming A Simple XML Web Service - Part 1
Jan 03, 2016.
In this article you will learn how to build and consume a simple XML Web Service.
Consume Web Service Using HttpClient to POST And GET JSON Data In Windows 10 UWP
Nov 26, 2015.
In this article, we will see how to consume a REST service in Windows 10. Before that we will introduce REST services.
Create A Simple Web Service In ASP.NET Using C#
Oct 25, 2015.
In this article, I will show you how to create a simple web service in ASP.NET using C#.
Consume A Web Service In ASP.NET
Oct 21, 2015.
Here I have clearly explained how to consume a web service in ASP.NET project.
Call HTTP Web Service In SharePoint 2013 And Office 365 Using Nintex Workflows
Oct 16, 2015.
In this article we will learn how to call HTTP web service in SharePoint 2013 and Office 365 using Nintex Workflows.
Call HTTP Web Service Using SharePoint Designer 2013 (SPD)
Oct 16, 2015.
In this article we will learn about calling HTTP Web Service using SharePoint Designer 2013 (SPD).
Scan Barcode and Verify Data From Database Using Web Service On Windows CE Portable Terminal Scanner Device
May 06, 2015.
This article shows how to scan a barcode in a Windows CE Portable Terminal Scanner Device and verify the scanned data from a SQL Server Database.
Introduction to Web Service with Example in ASP.NET
Apr 30, 2015.
In this article I explain about web Service with example that is how to convert from a date into days using ASP.Net web services.
ASP.Net Web Service With a Windows Forms Application
Apr 18, 2015.
This article provides a samle ASP.NET web service application that can be tested with a Windows Forms application. Hence, every platform or framework can use web services for server reference.
Create a Web Service and Consume in Application
Apr 14, 2015.
This article explains how to create a web application and consume it in our application.
Consuming a web service : A real time example
Mar 04, 2015.
In this article you will learn how to consume a live weather forecast Web Service in an ASP.NET Web Application.
Creating and Consuming WCF Web Service in ASP.Net
Feb 24, 2015.
In this article you will learn how to create a WCF Web Service to be consumed by ASP.NET applications.
Consuming Restful Web Service in Xamarin.forms Project Using Httpclient
Feb 16, 2015.
In this article you will learn how to consume a Restful Web Service in a Xamarin.forms project using HttpClient.
Difference Between Web Service and WCF
Feb 12, 2015.
This article explains the difference between Web Services and WCF techniques.
Exposing WCF Service For Both WCF Web Service and ASP.NET Web Service Clients
Jan 01, 2015.
Here you will learn how to make a WCF application that can act as a WCF Web Service and ASP.NET Web Service.
Connecting Local Web Service (WCF) From Windows Phone 8 Emulator
Dec 28, 2014.
In this article you will learn how to connect a Local Web Service (WCF) from the Windows Phone 8 Emulator.
Calling an ASMX Web Service From Other Server Using jQuery and PHP
Oct 28, 2014.
In this article you will learn how to call an ASMX Web Service from another server using JQuery and PHP.
Get Cities by Country Using Web Service Without DataBase
Sep 20, 2014.
In this article we will learn how to get all the cities by countries using an ASP.NET Web Service without a database.
Calling Web Service Using ScriptManager
Sep 19, 2014.
In this article we will learn how to call web service using ScriptManager in an asp.net web application
Consuming Web Service In WPF Application
Jul 13, 2014.
In this article we will learn how to consume Web Service In WPF Applications.
Content Enrichment Web Service in SharePoint 2013
May 21, 2014.
In this article we can explore an Advanced Search feature of SharePoint 2013.
Creating Web Service That is Accessible in PHP
Apr 22, 2014.
This article shows how to create a web service that returns multiple values from a database.
How to Access a Web Service in Console Application
Feb 28, 2014.
This article shows how to access a Web Service in a console application that exists in a web application.
Calling Web Service in HTML Page
Dec 07, 2013.
In this article we will learn how to call Web Service in HTML Page using Jquery and JSON
Create Simple Web Service in Visual Studio 2008 / 2010 /2012
Dec 06, 2013.
This tutorial explains how to create simple Web Services using Visual Studio 2008 or Visual Studio 2012.
Understand jQuery Ajax Function: Call Web Service Using jQuery Ajax Method
Oct 27, 2013.
In this article we will see how to call Web Service methods using JQuery ajax function.
Consuming Web Service In Windows Application
Oct 02, 2013.
in this article we will learn how to consume web service in a windows application
Consuming Web Service In a Console Application
Oct 02, 2013.
This article explains how to consume a Web Service in a console application.
How to Create a Simple Web Service and Use it in ASP.Net
Jul 09, 2013.
This article describes how to create a web service in ASP.NET and use it in a client application.
Consuming Web Service In an ASP.Net Web Application
Jun 02, 2013.
This article explains how to consume the web service in an ASP.Net web Application.
XML Web Service Caching Strategies in VB.NET
Nov 10, 2012.
We'll take a look in this article ways for application-level caching with ASP.NET, and will take a look at HTTP caching and its application for XML Web services.
Number to Words Web Service in VB.NET
Nov 10, 2012.
This sample code describes a Web service through which a client can get the equivalent of a number in words.
Accessing a Web Service from a Desktop in VB.NET
Nov 09, 2012.
In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet() Web methods in the Web Service.
Plot Latitude and Longitude with Geocoder Web Service in VB.NET
Nov 09, 2012.
This article explains you the geocoding, which is defined as the process of estimating the latitude and longitude of a physical address.
Consume Web Service in Windows Store App Using C#
Jul 04, 2012.
In this article we are trying to consume or use a weather web service that I found on the internet.
Connecting to a web service using Business Connectivity Services (BCS) SharePoint 2010
Jun 26, 2012.
In this article we are going to see how we can access an external web service using Business connectivity Services in SharePoint 2010.
How to Call Web Service in Android Using SOAP
May 29, 2012.
In this tutorial, we will learn how to call a Web Service using SOAP (Simple Object Access Protocol).
Consuming Web Service from Excel
May 29, 2012.
Using this article you can learn how to consume a web service and create an add-on for Excel.
A XML Web service that update data into a Default table of the application
Jan 17, 2012.
Web Service are software program that use XML to exchange information with other software via common internet protocol. In simple sense, Web Services are means for interacting with objects over the Internet.
XML Web Service to exposes the table from Database
Jan 12, 2012.
Web Service are software program that use XML to exchange information with other software via common internet protocol. In simple sense, Web Services are means for interacting with objects over the Internet.
ASP.NET Web Service Basics
Jan 11, 2012.
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 the Internet.
Export List Items Using SharePoint 2010 Web Service in Powershell
Jan 05, 2012.
In this article you will see how to get all the items from a particular list using SharePoint 2010 web service in PowerShell.
How to Get All The Sub Web Sites Using SharePoint 2010 Web Service in Powershell
Jan 03, 2012.
In this article you will see how to get all the titles and URLs of all sites within the current site collection using SharePoint 2010 web service in powershell.
Consuming web service in console application
Dec 19, 2011.
In this article you will learn how to consume a web service in a console application.
Get all the role definitions for the SharePoint 2010 site using web service in powershell
Dec 16, 2011.
In this article you will see how to get all the role definitions for the SharePoint 2010 site using a web service in powershell.
Using a Stored Procedure in a Web Service
Dec 16, 2011.
This article demonstrate how to use a stored procedure in a web service.
Calling a web service into another web service application
Dec 12, 2011.
In this article you will learn how to call a web service in another web service application.
Consuming more than one Web Service in a Web Application
Dec 08, 2011.
In this article you will learn how to consume more than one web service in a web application.
Get all lists using Web Service in SharePoint 2010 Visual Web Part
Dec 08, 2011.
In this article you will see how to get all the lists using a Web Service (_vti_bin/lists.asmx) and display the list title and description in a SharePoint 2010 Visual Web Part.
Consuming Web Service Using Ajax
Nov 29, 2011.
In this article you will learn how to consume a web service in a web application using Ajax.
Consuming a Web Service in a Windows Application - 2nd Method
Nov 28, 2011.
In this article you will learn to use a web service in a windows application.
Consuming a Web Service in a Window Application - 1st Method
Nov 25, 2011.
In this article you will learn to consume a web service in a windows application.
Method Overloading in Web Service
Nov 22, 2011.
This article demonstrates method overloading in a web service with a simple example.
Creating a Web Service for a Login Page
Nov 21, 2011.
In this article you will learn how to create a web service for a login page.
Consuming ASP.NET Web Service through jQuery
Nov 15, 2011.
Here we will discuss jQuery and call a web service through jQuery.
Calling Web Service From Windows Mobile Applicaion Using C#
Aug 26, 2011.
In this article I’ll discuss about how to call Web Service Application from windows mobile desktop application using C#.
Connect InfoPath form to web service and deploy it to SharePoint
Aug 23, 2011.
In this article I am describing about the Taking Advantage of XML Form Web Part in SharePoint and office InfoPath form which is an XML form Builder. This article will give the steps and configuration to be followed to access a web service in InfoPath 2007.
Invoking a Web Service dynamically using System.Net and SOAP
Mar 07, 2011.
This article explains how to invoke the web service dynamically.
Difference Between Calling a Web Service using jQuery and AJAX
Feb 15, 2011.
We see here difference between calling a web service using jQuery and ASP .NET AJAX.
Simple WCF web service to receive parameter from HTTP POST request body
Jan 25, 2011.
In this article you will learn how to use Simple WCF web service to receive parameter from HTTP POST request body.
How to consume/use the Web Service from Application
Jun 09, 2010.
Here I would like to share how to consume the Web Service in .Net application.
Adding Functionality to the Web Service
Feb 15, 2010.
In this article I will explain adding Functionality to the Web Service.
Passing XML to the Web Service
Feb 15, 2010.
In this article I will explain passing XML to the Web Service.
Creating the Web Service Consumer
Feb 11, 2010.
In this article I will explain creating the Web Service Consumer.
10 Rules to identify if a Web Service is a true Web service
Jul 10, 2009.
These 10 points listed here makes sure a Web Service is a true Web Service.
Silverlight 2 Web Service Part IV - Making database calls through a ADO.NET Data Service
Jun 10, 2009.
This tutorial is meant to shed some light upon how you can call a database from a ADO.NET Data Service. This is the fourth turtorial in a series of tutorials on how to access remote data with a Service. In this tutorial we will read, insert, update and delete data in an SQL Server database. The data is displayed ad edited in a DataGrid control but can easily be modified to work for other types of controls.
Silverlight 2 Web Service Part III - Single object Get and Update from database
Jun 03, 2009.
This tutorial is meant to shed some light upon how you can call a database from a Web Service. This is the third turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we write a database class with methods that returns and updates data in a database; the data is displayed in data bound controls. You can use the previous tutorial in this series as a starting point. In the next tutorial we will have a look at how you can work with multiple objects in a collaction.
Silverlight 2 Web Service Part II - User Defined Type
May 13, 2009.
This tutorial is meant to shed some light upon how you can build your own Web Service using a WCF Service class. This is the second turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we create a user defined type called Product that will be returned from Web Service method. The returned Product will be displayed in two ways; the first by assigning the values to TextBlock contros in code, the second by assigning the Product instance to the DataContext property of the Grid and let the Grid propagate the values out to specific TextBox controls. We will also have a look at how bining validation works. Binding validation is a way to validate input values from controls, in this case it will be TextBox controls.
Silverlight 2 Web Service Part I - The Beginning
May 06, 2009.
This tutorial is meant to shed some light upon how you can build you own Web Service using a WCF Service class. This is the first turtorial in a series of tutorials on how to access remote data with a Web Service. In this tutorial we start by simply returning a string from a Web Service method and displaying the value in the silverlight page, using a TextBlock, when the user clicks on a button. We also look at how you can dynamically use the current port alotted by Visual Studio in Debug mode without having to change he endpoint data in the configuration file.
Chapter 32: Web Service Standards and Extensions
Feb 07, 2008.
This chapter describes two most important web service protocols: SOAP and WSDL. SOAP is an incredibly lightweight protocol for messaging. WSDL is a flexible, extensible protocol for describing web services.
Free Geocoder.us web service in c#
Jan 30, 2008.
This article gives you detailed information about the geocoding service. By using this you can easily estimate the latitude and longitude of a physical address.
Ajaxify a simple HTML page using a web service
Oct 23, 2007.
In this article I will explore using a web service to deliver HTML markup content to an HTML aware client using the XML HTTP request object from JavaScript code.
1
-
100
of
283
<<
1
2
3
>>
Search
OUR TRAINING
Web Development Outsourcing
Looking to add more bandwidth to your software team? Web Developers, designers, testers are now available on demand. Flexible hours, very competitive rates, expert team and High Quality work.