|
|
| Create Web Services [+] Favor-It | |
| |
 |
| | Sort By:
|
What we will do in this article is use some of the built-in advantages of the Visual Studio .NET IDE to build a WebForm consumer of a webservice. Author: Peter A. Bromberg, Ph.D. Code: ASP.NET Beta 2 & C# |
ASP.NET Web Services provide 'Web callable' functions based on industry standards like HTTP, XML and SOAP. In this example we develop an image upload Web Service that stores and retrieves images from SQL Server database.
Author: Bipin Joshi Code: ASP.NET v1.1 & VB |
The first step in building the Web service is to define the stored procedure that returns the customer's data. You can create the stored procedure on your SQL Server by using Query Analyzer to execute the script in Listing 1. Author: Rich Rollman Code: ASP.NET v1.0 & VB |
|  | |
Web services are about building loosely coupled applications and achieving interoperability. A loosely coupled application lets you reconfigure, redeploy, or relocate the implementation without affecting dependent applications. Author: Rich Rollman Code: ASP.NET v1.0 & VB |
This article describes the Web Forms programming model, how it fits with ASP .NET, and introduces DataGrid, TextBox, and other classes in the .NET Framework class library.
Author: Jeff Prosise Code: ASP.NET v1.0 & VB |
This demonstration went behind the scenes to the warehouse and showed a simplified vision of how the order might be picked. This example existed only to showcase SOAP interoperability. Any other details were bonuses... Author: Scott Seely Code: ASP.NET v1.0 & VB |
Web Services are a great way to accept and manage contributions to a public clip art library, digital music catalog, or corporate knowledge base. Author: Paula Paul Code: ASP.NET v1.0 & VB |
|  | |
Learn how to create and deploy a sample XML Web service created with Microsoft Visual Studio .NET. A Microsoft Access 2002 form is used to access the XML Web service. Author: Frank C. Rice Code: ASP.NET v1.0 & VB |
Learn how to create a Smartphone client that consumes an ASP.NET Web service, providing geographic data. Note the sample code included is intended for demonstration use and is not guaranteed or supported. Author: Chung Webster Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|