Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Creating a basic Web Service - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Creating a basic Web Service tutorial description
| Added on | 28.08.2008 |
| Total clicks | 28 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Creating a basic Web Service
More cool ASP.NET tutorials:

Part 4 of a Multipart Series - In this tutorial we will learn how to add real-time visitor time zones tracking to our website. We will also create two (2) time zone charts for our website which will allow us to view where all of our visitors have mostly come from, and also to see in real-time, current active users' time zones. Click the link to see the sample charts and images.
Category: ASP.NET tutorials - Difficulty: 


This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.
Category: ASP.NET tutorials - Difficulty: 


Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
Category: ASP.NET tutorials - Difficulty: 


In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the HTTP response and binding it to an XSL transformation.
Category: ASP.NET tutorials - Difficulty: 


In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.
Category: ASP.NET tutorials - Difficulty: 



