Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > C-Sharp > Web Services
Search:
What's New - What's Hot
Listings for Create Web Services Create Web Services (18)
Listings for Introduction Introduction (3)
Listings for Security Security (12)
Listings for SOAP SOAP (27)
Listings for Using Web Services Using Web Services (17)
Listings for Web Services Web Services (100)


Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals     
Total Hits: 187  |  Today: 0Author: Andrew Needleman      Rating:  
Read Reviews | Write Review |  Your Rating: 

Suppose you've written a great n-tier application in ASP.NET and you want to extend it to perform scheduled tasks, such as sending e-mail to selected users in the database every two hours, or regularly analyzing the data in the ASP.NET cache for application health monitoring. You don't want to throw away your object model from your ASP.NET application or create too many dependencies between a separate scheduler and the ASP.NET application, so how can you avoid this but still have these apps work...

Repository Factory, GridView and ObjectDataSource with WebService Layer     
Total Hits: 178  |  Today: 0Author: Peter Bromberg      Rating:  
Read Reviews | Write Review |  Your Rating: 

Repository Factory tutorial with WebService layer feeding an ObjectDataSource and GridView on a web page....

Web Service: XML Config To C# Class     
Total Hits: 222  |  Today: 0Author: Remas Wojciechowski      Rating:  
Read Reviews | Write Review |  Your Rating: 

.NET offers an elegant way to store configuration data for applications the .config file. You can use that mechanism in both Windows and ASP.NET applications....

Your first C# Web Service     
Total Hits: 58  |  Today: 0Author: Chris Maunder.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Creating your first web service is incredibly easy. In fact, by using the wizards in Visual Studio. NET you can have your first service up and running in minutes with no coding....

Webservice sample - example of using SOAP protocol to access Internet Database Server     
Total Hits: 313  |  Today: 0Author: Nguyen-Thanh-Tung.      Rating:  
Read Reviews | Write Review |  Your Rating: 

I did this stuff more than 2 years ago and just wanted to share with "beginners" who are getting to know why webservice would be very useful when crossing the far distance and can be shared for many clients. This example shows you how to communicate with a DB Server on the Internet from a client application on your PC using SOAP protocol. Usually, Enterprise Information System (EIS) such as ERP, CRM, SCM are built for internal use purposes and installed on the LAN. We will use direct connection ...

Using a Geo IP Web Service     
Total Hits: 98  |  Today: 0Author: Andrei Pociu      Rating:  
Read Reviews | Write Review |  Your Rating: 

After the tutorial on how to use the Google Search Web Service I've got a tutorial on using Web Services which is even simpler.

This time we'll use a Web Service that enables you to look up the originating country for an IP address....

Retrieving Data from Web Services using Standard HTTP 1.1 Compression     
Total Hits: 274  |  Today: 0Author: Jacek Chmiel      Rating:  
Read Reviews | Write Review |  Your Rating: 

SOAP messages generated by Web Services may become very large, reducing scalability by consuming expensive network bandwidth. CPU power is often much cheaper and easier to extend than network bandwidth.

HTTP 1.1 protocol introduced standard ways of compression using gzip or deflate algorithms supported by web servers. Initial tests shown that average compression ratio 10:1 can be easily achieved with large SOAP messages (for instance ADO.NET DataSets with multiple rows). Such reduction of...

How to write your first web service in C#     
Total Hits: 159  |  Today: 0Author: juliet      Rating:  
Read Reviews | Write Review |  Your Rating: 

Open your favourite text editor, place the following codes into it and name it as hello.asmx....

Upload any type of File through a C# Web Service     
Total Hits: 873  |  Today: 0Author: Scott Lysle      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article shall describe an approach that may be used to upload any sort of a file through a web service from a Windows Forms application. The approach demonstrated does not rely on the ASP.NET file uploader control and allows the developer the opportunity to upload files programmatically and without user intervention. Such an approach may be useful for doing something like processing out the contents of a local message queue when internet service is available (if the user base were mobile an...

Monte Carlo Simulation Using Parallel Asynchronous Web Services with .NET 2.0     
Total Hits: 178  |  Today: 0Author: M. Stander.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many computational problems facing financial engineers and the scientific community today require massive amounts of computing power. There are several ways to deliver this computational performance. Symmetric multiprocessing systems or message passing interfaces have been the standards for meeting high performance computing needs. However, using parallel web services, which are based on standard protocols and run on commodity x86 based servers, may be a simpler, less expensive way to deliver th...

BUILD A Visual Studio .NET C# MS Search Webservice     
Total Hits: 215  |  Today: 0Author: Peter A. Bromberg      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article we will create a "Screen Scraper" DOT NET Webservice in C# that allows the user to enter any search term, choose the number of days back to search (3,7,15,or 30 days) and it will go out to the Microsoft Search Site facility, grab the results, and parse them into a SOAP return call containing all the URLs and associated link titles for display. We will also create a custom DHTML client-side page to call the Webservice with a standardized SOAP method call, receive the SOAP Response...

Consuming WebServices with SSL And HTTP BASIC Authentication     
Total Hits: 289  |  Today: 0Author: Peter A. Bromberg      Rating:  
Read Reviews | Write Review |  Your Rating: 

I have to admit that I thought this one was going to be easy, and it ended up taking several frustrating hours to get it all "right", mostly due to a lack of quality documentation on the subject, and secondarily because of some seemingly logical assumptions that any developer would make, which turned out to be false, as we will soon see. First, let's deal with the SSL issue. This is not particularly odd, many vendors run their webservices under Apache with modSSL while requiring HTTP BASIC authe...

HOW TO: Update Server Data Through a Web Service Using ADO .NET and Visual C# .NET (Q310143)      
Total Hits: 593  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to use a Web service to receive and to update data from a database by using a DataSet object. This article also demonstrates how to reference the Web service in a client application and how to display the returned DataSet in a DataGrid control so that you can update that data and send the updates back to the server....

A Complete Virtual Shop Web Service in C#     
Total Hits: 612  |  Today: 0Author: Dimitra Shamim Ahmed      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a complete web service example using C#.This web service is a complete virtual shop to buy and review products. You can buy or get information about a product in the shop. Includes sign in, sign out, and sign up methods for user login. You can't buy any thing without signing in the shop.

...

Create And Delploy A WebService Using C#     
Total Hits: 1227  |  Today: 0Author: Rajadurai .P      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article from C-Sharphelp.com teaches how to create a very basic webservice using C#....

.NET Framework and Web Services - Part 1     
Total Hits: 617  |  Today: 0Author: R. Seenivasaragavan Ramadurai      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Framework is a new computing platform designed to simplify Windows application development in the highly distributed environment of the Internet....

.NET Framework And Web Services - Part III     
Total Hits: 407  |  Today: 0Author: R. Seenivasaragavan Ramadurai      Rating:  
Read Reviews | Write Review |  Your Rating: 

In part II we learned how to create a Web service and how to consume it from a VB.NET client. In this artice author going to explain Web methods. A WebMethod represents a Web method....

.NET Framework And Web Services - Part II     
Total Hits: 402  |  Today: 0Author: R. Seenivasaragavan Ramadurai      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here we are going to learn how to create a WebService using VS.NET (using VB.NET.) and Consume the Webservice from VB.NET Client. This Article is based on VS.NET RC1 Release....

Introduction To Web Services     
Total Hits: 241  |  Today: 0Author: Ashok Kumar P      Rating:  
Read Reviews | Write Review |  Your Rating: 

A web service allows a site to expose programmatic functionality via the Internet. Web services can accept messages and optionally return replies to those messages.Web Services can be invoked via HTTP POST, HTTP GET and the Simple Object Access Protocol (SOAP). SOAP is a remote procedure call protocol and specification developed by a group of companies including Microsoft and DevelopMentor....

Data Integrity In Web Services     
Total Hits: 212  |  Today: 0Author: David Talbot      Rating:  
Read Reviews | Write Review |  Your Rating: 

Web Services bring with them great possibilities and with these possibilities are some pitfalls. One such pitfall is passing complex data types to and from Web Services without losing data integrity....



Disclaimer - Privacy
© 2002-2012 DevASP.net