C# WebService - E-Commerce

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?
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
A

Andrew Banks

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?
 
N

Nicholas Paldino [.NET/C# MVP]

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?
 
A

Andrew Banks

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top