A Complete Virtual Shop Web Service in C#


Description

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

I have used MS-Access database which has four tables. I have use ODBC data provider for data access. Code is pretty easy to understand.

Installation 

To install this service, just files in your inetpub wwwroot directory or made one virtual directory in your PWS and browse from your browser.

This is just a beginning. In my next submission, I will show you how to connect this service to another service to access web methods.


Similar Articles