473,396 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

C# WebService - E-Commerce

Forgive me if this is an overly newbie question.

I am building an e-commerce app in C# and am considering building this as a
web service. This will not only allow me to sell my products but will allow
partners to sell product through their sites, using my products and cart
system.

Does anyone see any particual reason why this wouldn't be possible?
Nov 15 '05 #1
4 1145
Andrew,

This is completely possible. You just have to make sure it is designed
right so that it can integrate easily into other business process.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@nospamblueyonder.co.uk> wrote in message
news:YE*********************@news-text.cableinet.net...
Forgive me if this is an overly newbie question.

I am building an e-commerce app in C# and am considering building this as a web service. This will not only allow me to sell my products but will allow partners to sell product through their sites, using my products and cart
system.

Does anyone see any particual reason why this wouldn't be possible?

Nov 15 '05 #2
Could you expand on what you mean by if you don't mind Nicholas....

"You just have to make sure it is designed right so that it can integrate
easily into other business process."

Thanks,
Andrew

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2******************@TK2MSFTNGP09.phx.gbl...
Andrew,

This is completely possible. You just have to make sure it is designed right so that it can integrate easily into other business process.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@nospamblueyonder.co.uk> wrote in message
news:YE*********************@news-text.cableinet.net...
Forgive me if this is an overly newbie question.

I am building an e-commerce app in C# and am considering building this
as a
web service. This will not only allow me to sell my products but will

allow
partners to sell product through their sites, using my products and cart
system.

Does anyone see any particual reason why this wouldn't be possible?


Nov 15 '05 #3
Andrew,

Well, from a general standpoint, you are developing software that other
people are going to use. Part of the success of that software is how easy
it is to use, and to integrate into what they are doing. If you create some
esoteric mechanism, then no one will use it unless they have to. This just
boils down to good design.

It's just a general comment about how important design is in the cycle
in general.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@blablablueyonder.co.uk> wrote in message
news:_5*********************@news-text.cableinet.net...
Could you expand on what you mean by if you don't mind Nicholas....

"You just have to make sure it is designed right so that it can integrate
easily into other business process."

Thanks,
Andrew

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:%2******************@TK2MSFTNGP09.phx.gbl...
Andrew,

This is completely possible. You just have to make sure it is

designed
right so that it can integrate easily into other business process.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@nospamblueyonder.co.uk> wrote in message
news:YE*********************@news-text.cableinet.net...
Forgive me if this is an overly newbie question.

I am building an e-commerce app in C# and am considering building this

as
a
web service. This will not only allow me to sell my products but will

allow
partners to sell product through their sites, using my products and cart system.

Does anyone see any particual reason why this wouldn't be possible?



Nov 15 '05 #4
Many thanks Nicholas. Your help is most appreciated
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:u6**************@TK2MSFTNGP09.phx.gbl...
Andrew,

Well, from a general standpoint, you are developing software that other people are going to use. Part of the success of that software is how easy
it is to use, and to integrate into what they are doing. If you create some esoteric mechanism, then no one will use it unless they have to. This just boils down to good design.

It's just a general comment about how important design is in the cycle
in general.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@blablablueyonder.co.uk> wrote in message
news:_5*********************@news-text.cableinet.net...
Could you expand on what you mean by if you don't mind Nicholas....

"You just have to make sure it is designed right so that it can integrate
easily into other business process."

Thanks,
Andrew

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote

in
message news:%2******************@TK2MSFTNGP09.phx.gbl...
Andrew,

This is completely possible. You just have to make sure it is

designed
right so that it can integrate easily into other business process.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Andrew Banks" <ba****@nospamblueyonder.co.uk> wrote in message
news:YE*********************@news-text.cableinet.net...
> Forgive me if this is an overly newbie question.
>
> I am building an e-commerce app in C# and am considering building this
as
a
> web service. This will not only allow me to sell my products but

will allow
> partners to sell product through their sites, using my products and

cart > system.
>
> Does anyone see any particual reason why this wouldn't be possible?
>
>



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: DraguVaso | last post by:
Hi, I'm new to WebServices, and I'm doing some tests (with a small VB.NET-application) to know the performance-difference between a WebService and the 'normal'-way of getting data (just...
6
by: Davie | last post by:
I want to authorise a user of a web service by using the AuthHeaderValue for some reason I keep getting a null reference exception when I try to run the following code: It seems to work fine on a...
1
by: Nalaka | last post by:
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS)...
2
by: Miguel | last post by:
Hi, I'm developing an application in C# with Windows Forms for my company that is similar to the MSN Messenger. This application uses a webservice for registering users, etc... and as 2...
7
by: Alessandro Benedetti | last post by:
Hi. I'm calling two methods of a .NET Webservice (A) from another Webservice (B). The A Webservice is made like this: public class WSA: System.Web.Services.WebService { private int X = 0;
7
by: Nalaka | last post by:
Hi, I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure...
5
by: AliR | last post by:
Hi Everyone, I have a Visual C++ MFC program, and I am trying to use a webservice written in C#. When I add the webservice to my project using Add Web Reference the sproxy compiler complains...
5
by: | last post by:
Hi, How long do webservice objects live for? In particular, if i have static variables filled with data from a static constructor in a webservice, how long will that data persist? thxs
0
by: =?Utf-8?B?TWFuaQ==?= | last post by:
Hi All, Problem in deploying my WebService developed using Asp.net WebServices 2005. I have designed simple WebService using Asp.net Webservices 2.0 , The webservice look this , using System;...
4
by: =?Utf-8?B?QmlsbEF0V29yaw==?= | last post by:
Hi, We recently converted a 1.1 project to 2.0 and this included a webservice which accepted XML for one of the parameters. Since converting to 2.0 I am getting the following message: --- A...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.