aspnet Posted May 19, 2003 Posted May 19, 2003 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.) Quote
dsgreen57 Posted May 20, 2003 Posted May 20, 2003 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. Quote
Liqdfire Posted May 20, 2003 Posted May 20, 2003 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.