Build a distributed multi-tier app that the components of it work on different machines?

M

mj

Hi,

I wanna build a multi-tier app like petshop, but it seems that the
components in the petshop can only work on one machine, how can I build a
distributed system that the components(DAL layer, Business layer) of it work
on different machines, and how can they communicate with each other? .NET
remoting? Is there any sample?

Thanks in advance.

mj
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Remoting is one of the possibilities, being Web services the other.
If you use them you can pretty much work as they were local as the .net
provide all the foundation you need for them.

You can buy the remoting book from MS press and I'm sure that at
gotdotnet.com you will find sample code.

cheers,
 

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