Testing it out
Create a table in your database. with the following basic schema:
Table Name-Resume
ResumeID, numeric (autonumber)
UserID, numeric
Title, Char(30)
Body, Text
Double click on the Server exe that we created in step 2, then double click
on the Client executable we created in step 3. If everything works out, you should
see the row from the database that had the ResumeID of 1.
In closing, .NET remoting is very simple to use and can provide an excellent
way to work with resources across your network or the internet.