Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Is there any site which provides a complete example of developing a simple B2B application using MS .Net. (eg. Customer can log in, buy product, pay for it, log out.)
Posted

goto http://www.asp.net and look at the starter kits one of them called IBuyStore has a simple portal. There is also a forum on the site, where people have developed it into a more complete solution.

 

The IBuyStore is a simple ecommerce site with full source code and even has a web services portal.

Posted

Building a web service is pretty easy if your confortable wiht making and using classes. You make it just like any other class except you have to inherit System.Web.Services.WebService

and import system.web.services.

http://www.asp.net is a good start though

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...