C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshay Phadke(2)
Saineshwar Bageri(2)
Bhushan Gawale(2)
Devesh Omar(1)
Abhishek Goswami(1)
Vikram Joshi(1)
Raju Katare(1)
Jiteendra Sampathirao(1)
Manikandan S(1)
Thiagarajan Alagarsamy(1)
Aniket Narvankar(1)
Debendra Dash(1)
Anubhav Chaudhary(1)
Rahul Bansal(1)
Gagan Bansal(1)
Rishikesh Kumar Singh(1)
SIVA (1)
Kamal Rawat(1)
Akshay Teotia(1)
Alok Pandey(1)
Shirsendu Nandi(1)
Max K(1)
Srinivas (1)
Raj Kumar(1)
Zach Smith(1)
Ravikant Sahu(1)
Daniel Gomez(1)
Neha (1)
Shridhar Sharma(1)
Praveen Alwar(1)
Mahak Gupta(1)
Amit Choudhary(1)
Davin Martyn(1)
Shivprasad (1)
Mahesh Chand(1)
John Charles Olamendy(1)
Laishram Priyokumar Singh(1)
Danish Hameed(1)
David Talbot(1)
tamilselvan (1)
manish Mehta(1)
Narayana Surapaneni(1)
Resources
No resource found
Consuming ASP.NET WebService In AngularJS
Aug 05, 2016.
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.
Send DataSet and DataTable From Webservice and Consume in Application
Jun 14, 2014.
In this article we will see how to send a DataSet and DataTable from an ASP.NET web serivce and consume them in an application.
Sending List From WebService and Consume it in Application
Jun 09, 2014.
In this article we will see how to send a List<> from an ASP.NET Webserivce and consume a List<> in our application.
Calling WebService Using AJAX jQuery With SOAP Message Created Manually
Apr 23, 2014.
Here we will learn how to call a webservice using jQuery with a SOAP message created manually.
Calling Webservice Using Soap Client Open Source Library
Jul 21, 2013.
This article describes an open source JavaScript library for calling a webservice using an AJAX call.
A Demo for creating and consuming the Webservice in VB.NET
Nov 09, 2012.
This example illustrated how to create a Webservice and how to consume it.
How to Use CascadingDropDown Control Using WebService Class in AJAX
Jan 19, 2011.
In this article you will learn how to use CascadingDropDown Control Using WebService Class in AJAX
Creating a Webservice and Consuming the Webservice Using a Web Application
Jul 06, 2010.
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.
Scheduled WebService call using Windows Service
Jun 21, 2007.
This Windows Service will call the web service at the Time mentioned in the App.config file. The Schedules can be made Monthly, Weekly and Daily (To be Set in the App.config file).
Consuming a Webservice from behind a Proxy Firewall
Nov 23, 2006.
This article will explain how to consume a webservice from behind a proxy firewall.
How To Bind Data To Controls Inside Bootstrap Popup Using ASP.NET WebServices
Nov 09, 2017.
This article describes how to bind controls inside bootstrap popup using webservices in asp.net
Exploring State Management In WebService
Nov 14, 2016.
In this article, we will learn the common or most important state management techniques in WebService.
AngularJS Routing Using WebService
Sep 06, 2016.
In this article, you will learn AngularJS Routing, using WebService.
Create jqGrid Using WebService
Oct 29, 2014.
Discover step-by-step instructions on setting up jqGrid, connecting it to a backend WebService, and efficiently loading and displaying data. Perfect for developers looking to enhance their web applications with dynamic data grids.
How to Hide the WSDL File or Webservice
Mar 01, 2014.
This article shows how to hide your web service, but before that I will tell you what the problem behind it is.
Add Countries in Your DropDownList Using WebService
Oct 08, 2013.
Here is the code to add countries in your dropdownlist using WebService.
Web Services: Part 2 (Creating a WebService)
Feb 10, 2013.
In this article you will learn how to create Web Services and consume them in a client application.
How to Show Items in Sencha List From ASP .Net WebService
Oct 01, 2012.
Here you will learn how to showitems in a List, which are retrieved from a Store.
Different Ways to Call Webservice
Sep 27, 2012.
In this article we will learn to call a webservice using mainly two different approaches.
Method Overloading in WebServices
Feb 06, 2012.
Web services are also classes just like any other .NET classes. Web services have methods marked as WebMethods that can be exposed by the WebServices to be consumed by the outside world. We can also overload the WebMethods but method overloading in a Web Service is not as straightforward as in a class.
WebService Attribute's Property in Web Service
Dec 07, 2011.
The WebService attribute is used for giving a description of a web service by adding some information. In this article you will learn about the properties of the WebService attribute.
AutoCompleteExtender in ASP.Net calling from database using Webservice
Mar 27, 2011.
In this article I will demonstrate how to create an AutoComplete extender for your web application which calling through WebService from your database
Developing Autosuggest using JQuery and Webservices
Aug 16, 2010.
Autocomplete is an input field that enables users to quickly find and selecting some value.
Webservice return the Image of the Customer in ASP.NET 2.0
May 11, 2009.
Webservice return the Image of the Customer in ASP.NET 2.0
Database Connectivity using WebService
Jan 17, 2008.
This article shows how to use Web Service and how to get data from database using Web Service.
Using Reflection to dynamically expose your Business Logic through a Webservice.
Apr 27, 2006.
Many people are using web services to communicate with their business logic. There are many advantages of this approach with some issues. This article will show you how you can avoid those issues, while still enjoying all the benefits of using web services.
Web Services In Android
Jul 14, 2022.
This article describes the Web services used in android development
Working With Web Services Through ASP.NET Core And DotVVM - A Step By Step Guide
Jun 25, 2020.
In this article, you will learn about working with web services through ASP.NET core and DotVVM.
MVVM Architecture When Using Web Services For Database Interaction
Jan 16, 2017.
What would be the MVVM Architecture if we need to use webservices for database interaction?
An Introduction to RESTful Web Services
Mar 31, 2015.
In this article we will go through the basic idea of REST based services.
Understanding Web Services in C# 2.0
Jan 26, 2015.
Here you will learn how to create your first Web Service in C# 2.0
A Simple Example of Web Service
Apr 24, 2013.
In this article we will discuss that how we can create a Web Service, Deploying it and use it in our Application.
Auto Attach Debugger to Any Process in Visual Studio
Aug 21, 2012.
For SharePoint developers frustrated with attaching IIS processe to the debugger or are accustomed to debugging a webservice hosted in IIS, this article will help you speed up your development work or at least save a few minutes/seconds.
Work with Web Services in AJAX
Dec 17, 2011.
In this article you will learn how to call Web Services in AJAX.
Get PublishingPageContent using SharePoint Web Services
Mar 23, 2011.
We can easily get the PublishingPageContent of any Publishing Page using Publishing API but what if we want to achieve this using SharePoint Web Services?
Talk to SharePoint using Web Services
Mar 15, 2011.
A quick look at how to code using SharePoint web services.
6 Steps to Implement DUAL Security on WCF Using User Name + SSL
May 20, 2010.
In the article we will try to apply DUAL security using transport plus message on WCF services. So we will first try to understand the basic concepts of WCF security i.e. transport and message. Once we understand the concept we will move step by step to how to implement SSL and user name security on WCF services.
Access Sharepoint Portal Server using Web Services in .NET
Feb 05, 2007.
This article discusses how we can leverage Sharepoint Portal Web Services to work with WSS in Microsoft .NET. The sample code used in this article shows how to access Lists Web Service to get the available lists in WSS. The sample code also shows how to add and update list items.
The evolution of Web Services and .NET 2.0
Jun 07, 2006.
With this article, I will be talking about the evolutions of Web Services specifications and how Microsoft is been implementing every version or revision.
Web Services for .NET and J2EE Interoperability
Feb 13, 2006.
Web services technologies are designed to support the interoperability between many different application development platforms that exist today. This article is focused on the fundamentals of .NET and Java interoperability using Web services technologies.
Databinding with Pocket PC
Nov 11, 2005.
This articles shows how to write data-driven applications for Pocket PC using ADO.NET and .NET Compact Framework.
Introducing .NET Remoting
Oct 23, 2001.
In this article, we will create a remote object that will return an Object read in from the database. I've also included an alternate object that omits the database functionality.
Love Calculator
Apr 11, 2001.
This is an application can be used to calculate degree of love.
Introduction To JScript.NET
Apr 09, 2001.
We have been hearing the announcement from Microsoft right from PDC2000 that they have realsed new languages viz. C#, VB.NET and JScript.NET.This artice of mine is going to introduce to u JScript.NET.
Building .NET Application for Windows Apache Server
Mar 19, 2001.
In this tutorial I would like to discuss writing .NET applications which run on Windows Apache Server and IIS, issues concerned and deploying those application on both the servers.