C# WebService - E-Commerce

  • Thread starter Thread starter Andrew Banks
  • Start date Start date
A

Andrew Banks

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?
 
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.
 
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 said:
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]
- (e-mail address removed)

Andrew Banks said:
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?
 
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]
- (e-mail address removed)

Andrew Banks said:
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

message news:%23t%[email protected]...
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]
- (e-mail address removed)

Andrew Banks said:
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?
 
Many thanks Nicholas. Your help is most appreciated


Nicholas Paldino said:
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]
- (e-mail address removed)

Andrew Banks said:
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

message news:%23t%[email protected]...
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]
- (e-mail address removed)

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?
 
Back
Top