Jump to content

need some Enlightenment

- - - - -

  • Please log in to reply
2 replies to this topic

#1
zkil_cc

zkil_cc

    Newbie

  • Members
  • Pip
  • 3 posts
I have a Server and Clients(remote desktop computers), what we we're told is that all classes, methods, objects should all be made in the Server and all the Clients have are the "calls" for those methods in the Server. :confused:

Is that possible?
Can someone please explain the logic here?

Sorry, a newbie here.

#2
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 242 posts
This is usually called a 'thin client'. Basically all the client does is accept input, pass it to the server and accept data from the server to display. None of the processing logic is on the client (though input validation usually is).

#3
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
Yes it is possible , read all about C# , ASP.NET and Webservices




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users