.Net Remoting N Tier Application

A

A_PK

Anyone could provide more infomartion about .Net Remoting.

I have been to msdn.microsoft.com there to look for some references, but I
just have no idea how it work....Could someone able to give me some simple
idea or perhaps, any nice website to recommend ? Simple sample would be
great....

I already build a application using vb.net, and able to deploy it on a
server. my problem now is I want to create a client application, which is a
very light version application, to connect to the application stored on
server and run it. How to create a client application ? all the feature are
stored in server application, but client application is just to call the
server application and run it....how to create such application ?
 
A

Arne Janning

A_PK said:
Anyone could provide more infomartion about .Net Remoting.

I have been to msdn.microsoft.com there to look for some references, but I
just have no idea how it work....Could someone able to give me some simple
idea or perhaps, any nice website to recommend ? Simple sample would be
great....

Ingo Rammer has written the best book available on .NET Remoting.
http://www.amazon.com/exec/obidos/ASIN/1590590627/

A sample chapter covering the basics is located here:
http://www.apress.com/book/supplementDownload.html?bID=108&sID=739

He has an interesting website with articles, FAQs, Links, samples as well:
http://www.thinktecture.com/staff/ingo

Cheers

Arne Janning
 

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